python-typing-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. Typing defines a standard notation for Python function and variable type
  17. annotations. The notation can be used for documenting code in a concise,
  18. standard format, and it has been designed to also be used by static and runtime
  19. type checkers, static analyzers, IDEs and other tools.
  20. %prep
  21. %setup -q -n typing-%{version}
  22. %build
  23. %{py_build}
  24. %install
  25. %{py_install}
  26. %files
  27. %doc README.rst
  28. %license LICENSE
  29. %{python_sitelib}/typing*
  30. %changelog
  31. * Wed Nov 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.6.6-1
  32. - new upstream release.
  33. * Sat Jan 13 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.6.2-1
  34. - new upstream release.
  35. - initial build for Vine Linux.
  36. * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2
  37. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  38. * Wed Jun 14 2017 Kushal Das <kushal@fedoraprojects.org> - 3.6.1-1
  39. - Updates to 3.6.1
  40. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.2.2-3
  41. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  42. * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2.2-2
  43. - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
  44. * Fri Jun 17 2016 Kushal Das <kushal@fedoraprojects.org> - 3.5.2.2-1
  45. - Updates to 3.5.2.2
  46. * Fri Jun 03 2016 Kushal Das <kushal@fedoraprojects.org> - 3.5.1.0-1
  47. - Initial package creation