diff --git a/4.0.0.tar.gz b/4.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1e7e999f2de81d22beaaa1076e0300af54c9e558 Binary files /dev/null and b/4.0.0.tar.gz differ diff --git a/python-typing.spec b/python-typing.spec index eaf824852f6a25ad185f930cdf3df61dfd90a9af..4604f8b80542bfc7a4a2cf5c6e190fdab6953acd 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.2 +Version: 4.0.0 Release: 1 Summary: Type Hints for Python License: Python-2.0 URL: https://github.com/python/typing -Source0: https://github.com/python/typing/archive/%{version}/typing-%{version}.tar.gz +Source0: https://github.com/python/typing/archive/refs/tags/4.0.0.tar.gz BuildArch: noarch @@ -67,6 +67,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 31 2024 wuzhaomin - 4.0.0-1 +- Update package to version 4.0.0 +- Fix linting (#875) +- Fix and clean up CI script (#876) +- Add PEP 655 Required and NotRequired to typing_extensions (#937) + * Thu Apr 27 2023 yaoxin - 3.10.0.2-1 - Update to 3.10.0.2 diff --git a/typing-3.10.0.2.tar.gz b/typing-3.10.0.2.tar.gz deleted file mode 100644 index 66e3b0c1ef298e96bc00a4d57bd8ac2361cead9d..0000000000000000000000000000000000000000 Binary files a/typing-3.10.0.2.tar.gz and /dev/null differ