From 10d451fbd3d004bb2d07da8f464fba01250d4b7f Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 12 Jun 2024 01:44:10 +0000 Subject: [PATCH] license info rectification (cherry picked from commit 3ee722cc0a95c1589d6965be50771c4c43fc9509) --- python-typing-extensions.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 1bb67c8..209686d 100644 --- a/python-typing-extensions.spec +++ b/python-typing-extensions.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-typing-extensions Version: 3.10.0.0 -Release: 1 +Release: 2 Summary: Backported and Experimental Type Hints for Python 3.5+ -License: PSF +License: PSF-2.0 URL: https://github.com/python/typing/blob/master/typing_extensions/README.rst Source0: https://files.pythonhosted.org/packages/aa/55/62e2d4934c282a60b4243a950c9dbfa01ae7cac0e8d6c0b5315b87432c81/typing_extensions-3.10.0.0.tar.gz BuildArch: noarch @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 12 2024 tzing_t - 3.10.0.0-2 +- license info rectification + * Thu Aug 26 2021 orange-snn - 3.10.0.0-1 - update to 3.10.0.0