diff --git a/python-typing.spec b/python-typing.spec index 074fade0b81eb4f43c69b459afdfbebcdfe192ef..c7ca97b28c450a1dd8a1e545be5f07877db3920e 100644 --- a/python-typing.spec +++ b/python-typing.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-typing Version: 3.10.0.0 -Release: 1 +Release: 2 Summary: Type Hints for Python -License: PSF +License: PSF-2.0 URL: https://github.com/python/typing Source0: https://files.pythonhosted.org/packages/b0/1b/835d4431805939d2996f8772aca1d2313a57e8860fec0e48e8e7dfe3a477/typing-3.10.0.0.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 14 2024 cuiyudong - 3.10.0.0-2 +- License compliance rectification + * Wed Oct 13 2021 Python_Bot -3.10.0.0-1 - Package Init