| 1 | Name: python-typing |
|---|
| 2 | Version: 3.6.6 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: Typing defines a standard notation for type annotations |
|---|
| 5 | Group: Development/Tools |
|---|
| 6 | License: Python |
|---|
| 7 | URL: https://pypi.python.org/pypi/typing |
|---|
| 8 | Source0: https://pypi.python.org/packages/17/75/3698d7992a828ad6d7be99c0a888b75ed173a9280e53dbae67326029b60e/typing-%{version}.tar.gz |
|---|
| 9 | BuildRequires: python-devel, python-setuptools |
|---|
| 10 | BuildRequires: python-rpm-macros |
|---|
| 11 | BuildArch: noarch |
|---|
| 12 | Requires: python |
|---|
| 13 | |
|---|
| 14 | Vendor: Project Vine |
|---|
| 15 | Distribution: Vine Linux |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | Typing defines a standard notation for Python function and variable type |
|---|
| 19 | annotations. The notation can be used for documenting code in a concise, |
|---|
| 20 | standard format, and it has been designed to also be used by static and runtime |
|---|
| 21 | type 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 |
|---|