From 771710ab6d433151f700bae78339a84d187bde2b Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 12 Jun 2024 01:47:58 +0000 Subject: [PATCH] license info rectification --- 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 913697f..bcac574 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.7.4.3 -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/16/06/0f7367eafb692f73158e5c5cbca1aec798cdf78be5167f6415dd4205fa32/typing_extensions-3.7.4.3.tar.gz BuildArch: noarch @@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 12 2024 tzing_t - 3.7.4.3-2 +- license info rectification + * Tue Aug 03 2021 OpenStack_SIG - 3.7.4.3-1 - Package Spec generate -- Gitee