From 45a31c41c6388d1088e484e347ecabdd4e4c3fe7 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 9 Dec 2022 11:05:18 +0800 Subject: [PATCH] Modify compliance irregularities --- python-tqdm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tqdm.spec b/python-tqdm.spec index c8f7e29..3d2b20c 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -2,9 +2,9 @@ Name: python-tqdm Version: 4.64.1 -Release: 1 +Release: 2 Summary: A Fast and Extensible Progress Bar for Python and CLI -License: MPLv2.0 and MIT +License: MPL-2.0 and MIT URL: https://github.com/tqdm/tqdm Source0: https://files.pythonhosted.org/packages/c1/c2/d8a40e5363fb01806870e444fc1d066282743292ff32a9da54af51ce36a2/tqdm-4.64.1.tar.gz @@ -52,6 +52,9 @@ mv -v %{buildroot}%{python3_sitelib}/tqdm/tqdm.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/tqdm.1* %changelog +* Fri Dec 09 2022 liukuo - 4.64.1-2 +- License compliance rectification + * Wed Dec 07 2022 chendexi - 4.64.1-1 - Upgrade package to version 4.64.1 -- Gitee