diff --git a/python-typing.spec b/python-typing.spec index 074fade0b81eb4f43c69b459afdfbebcdfe192ef..eaf824852f6a25ad185f930cdf3df61dfd90a9af 100644 --- a/python-typing.spec +++ b/python-typing.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-typing -Version: 3.10.0.0 +Version: 3.10.0.2 Release: 1 Summary: Type Hints for Python -License: PSF +License: Python-2.0 URL: https://github.com/python/typing -Source0: https://files.pythonhosted.org/packages/b0/1b/835d4431805939d2996f8772aca1d2313a57e8860fec0e48e8e7dfe3a477/typing-3.10.0.0.tar.gz +Source0: https://github.com/python/typing/archive/%{version}/typing-%{version}.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-typing-doc Python static typing home. %prep -%autosetup -n typing-3.10.0.0 +%autosetup -n typing-%{version} -p1 %build %py3_build @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 27 2023 yaoxin - 3.10.0.2-1 +- Update to 3.10.0.2 + * Wed Oct 13 2021 Python_Bot -3.10.0.0-1 - Package Init diff --git a/typing-3.10.0.0.tar.gz b/typing-3.10.0.0.tar.gz deleted file mode 100644 index 99228603675b85c02967ec7ecdf6ba45f4b48e5a..0000000000000000000000000000000000000000 Binary files a/typing-3.10.0.0.tar.gz and /dev/null differ diff --git a/typing-3.10.0.2.tar.gz b/typing-3.10.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..66e3b0c1ef298e96bc00a4d57bd8ac2361cead9d Binary files /dev/null and b/typing-3.10.0.2.tar.gz differ