From f3d5e4914cf9c5c51505d7e8000981b1948e9e11 Mon Sep 17 00:00:00 2001 From: Yudong Cui Date: Fri, 14 Jun 2024 20:57:37 +0800 Subject: [PATCH] License compliance rectification --- python-typing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-typing.spec b/python-typing.spec index 074fade..c7ca97b 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 -- Gitee