From: Elan Ruusamäe Date: Sun, 29 Oct 2017 13:55:33 +0000 (+0200) Subject: use predictable source0 from template-specs/python.spec X-Git-Tag: auto/th/python-typing-3.6.4-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7dc2f964be47fc5f799f72122518ce06ef3f78af;p=packages%2Fpython-typing.git use predictable source0 from template-specs/python.spec --- diff --git a/python-typing.spec b/python-typing.spec index 3a7d217..8228c77 100644 --- a/python-typing.spec +++ b/python-typing.spec @@ -1,3 +1,4 @@ +# # Conditional build: %bcond_without tests # do not perform "make test" %bcond_without python2 # CPython 2.x module @@ -12,7 +13,7 @@ Version: 3.6.2 Release: 1 License: PSF Group: Libraries/Python -Source0: https://pypi.python.org/packages/ca/38/16ba8d542e609997fdcd0214628421c971f8c395084085354b11ff4ac9c3/typing-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz # Source0-md5: 143af0bf3afd1887622771f2f1ffe8e1 URL: https://pypi.python.org/pypi/typing BuildRequires: rpm-pythonprov @@ -30,7 +31,7 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Typing – Type Hints for Python +Typing - Type Hints for Python Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a @@ -44,7 +45,7 @@ Group: Libraries/Python Requires: python3-modules %description -n python3-%{module} -Typing – Type Hints for Python +Typing - Type Hints for Python Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a