source: projects/specs/trunk/p/python-typing/python-typing-vl.spec @ 11939

Revision 11939, 2.0 KB checked in by tomop, 5 years ago (diff)

python-typing-3.6.6-1

Line 
1Name:           python-typing
2Version:        3.6.6
3Release:        1%{?_dist_release}
4Summary:        Typing defines a standard notation for type annotations
5Group:          Development/Tools
6License:        Python
7URL:            https://pypi.python.org/pypi/typing
8Source0:        https://pypi.python.org/packages/17/75/3698d7992a828ad6d7be99c0a888b75ed173a9280e53dbae67326029b60e/typing-%{version}.tar.gz
9BuildRequires:  python-devel, python-setuptools
10BuildRequires:  python-rpm-macros
11BuildArch:      noarch
12Requires:       python
13
14Vendor:         Project Vine
15Distribution:   Vine Linux
16
17%description
18Typing defines a standard notation for Python function and variable type
19annotations. The notation can be used for documenting code in a concise,
20standard format, and it has been designed to also be used by static and runtime
21type checkers, static analyzers, IDEs and other tools.
22
23%prep
24%setup -q -n typing-%{version}
25
26%build
27%{py_build}
28
29%install
30%{py_install}
31
32%files
33%doc README.rst
34%license LICENSE
35%{python_sitelib}/typing*
36
37%changelog
38* Wed Nov 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.6.6-1
39- new upstream release.
40
41* Sat Jan 13 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.6.2-1
42- new upstream release.
43- initial build for Vine Linux.
44
45* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2
46- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
47
48* Wed Jun 14 2017 Kushal Das <kushal@fedoraprojects.org> - 3.6.1-1
49- Updates to 3.6.1
50
51* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2.2-3
52- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
53
54* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2.2-2
55- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
56
57* Fri Jun 17 2016 Kushal Das <kushal@fedoraprojects.org> - 3.5.2.2-1
58- Updates to 3.5.2.2
59
60* Fri Jun 03 2016 Kushal Das <kushal@fedoraprojects.org> - 3.5.1.0-1
61- Initial package creation
Note: See TracBrowser for help on using the repository browser.