Hi.
I am going to do the mass change of the license from ZPLv2.1 to ZPL-2.1
The proposed diff is in attachment.
Affected packages:
python3-zope-fixers
python-transaction
python-zc-customdoctests
python-zc-lockfile
python-zdaemon
python-zope-component
python-zope-deprecation
python-zope-interface
python-zope-schema
python-zope-sqlalchemy
python-zope-testing
python-nagiosplugin
Unless somebody stop me, I will do this change directly in dist-git after a
week.
--
Miroslav Suchy, RHCA
Red Hat, Manager, Packit and CPT, #brno, #fedora-buildsys
diff -Naur rpm-specs.orig/python-nagiosplugin.spec rpm-specs/python-nagiosplugin.spec
--- rpm-specs.orig/python-nagiosplugin.spec 2024-04-05 04:35:02.000000000 +0200
+++ rpm-specs/python-nagiosplugin.spec 2024-04-06 21:58:26.520652642 +0200
@@ -2,8 +2,8 @@
Name: python-%{srcname}
Version: 1.3.3
-Release: 6%{?dist}
-License: ZPLv2.1
+Release: 7%{?dist}
+License: ZPL-2.1
Summary: Library for writing Nagios (Icinga) plugins
URL: https://nagiosplugin.readthedocs.io
@@ -57,6 +57,9 @@
%{python3_sitelib}/nagiosplugin/
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 1.3.3-7
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1.3.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-transaction.spec rpm-specs/python-transaction.spec
--- rpm-specs.orig/python-transaction.spec 2024-04-05 04:37:19.000000000 +0200
+++ rpm-specs/python-transaction.spec 2024-04-06 21:58:07.052454899 +0200
@@ -1,9 +1,9 @@
Name: python-transaction
Version: 4.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Transaction management for Python
-License: ZPLv2.1
+License: ZPL-2.1
URL: https://pypi.io/project/transaction
Source0: %pypi_source transaction
@@ -56,6 +56,9 @@
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 4.0-4
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zc-customdoctests.spec rpm-specs/python-zc-customdoctests.spec
--- rpm-specs.orig/python-zc-customdoctests.spec 2024-01-27 03:40:15.000000000 +0100
+++ rpm-specs/python-zc-customdoctests.spec 2024-04-06 21:58:08.795472603 +0200
@@ -3,9 +3,9 @@
Name: python-zc-customdoctests
Version: 1.0.1
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: Use doctest with other languages
-License: ZPLv2.1
+License: ZPL-2.1
URL: http://pypi.python.org/pypi/zc.customdoctests
Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.zip
@@ -72,6 +72,9 @@
%{python3_sitelib}/%{modname}-%{version}-*
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 1.0.1-37
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1.0.1-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zc-lockfile.spec rpm-specs/python-zc-lockfile.spec
--- rpm-specs.orig/python-zc-lockfile.spec 2024-04-05 04:37:56.000000000 +0200
+++ rpm-specs/python-zc-lockfile.spec 2024-04-06 21:58:10.946494452 +0200
@@ -1,8 +1,8 @@
Name: python-zc-lockfile
Version: 3.0.post1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Basic Inter-Process Locks
-License: ZPLv2.1
+License: ZPL-2.1
URL: https://pypi.io/project/zc.lockfile/
Source0: https://pypi.io/packages/source/z/zc.lockfile/zc.lockfile-%{version}.tar.gz
@@ -58,6 +58,9 @@
%dir %{python3_sitelib}/zc/
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 3.0.post1-6
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 3.0.post1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zdaemon.spec rpm-specs/python-zdaemon.spec
--- rpm-specs.orig/python-zdaemon.spec 2024-01-27 03:40:16.000000000 +0100
+++ rpm-specs/python-zdaemon.spec 2024-04-06 21:58:13.434519723 +0200
@@ -1,8 +1,8 @@
Name: python-zdaemon
Version: 4.2.0
-Release: 26%{?dist}
+Release: 27%{?dist}
Summary: Python Daemon Process Control Library
-License: ZPLv2.1
+License: ZPL-2.1
URL: https://pypi.io/project/zdaemon/
Source0: https://pypi.io/packages/source/z/zdaemon/zdaemon-%{version}.tar.gz
@@ -57,6 +57,9 @@
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 4.2.0-27
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 4.2.0-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zope-component.spec rpm-specs/python-zope-component.spec
--- rpm-specs.orig/python-zope-component.spec 2024-04-05 04:37:58.000000000 +0200
+++ rpm-specs/python-zope-component.spec 2024-04-06 21:58:14.835533954 +0200
@@ -4,9 +4,9 @@
Summary: Zope Component Architecture
Name: python-zope-component
Version: 5.0.1
-Release: 8%{?dist}
+Release: 9%{?dist}
Source0: https://pypi.io/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
-License: ZPLv2.1
+License: ZPL-2.1
BuildArch: noarch
URL: https://pypi.io/project/zope.component
@@ -71,6 +71,9 @@
%{python3_sitelib}/%{modname}-*-nspkg.pth
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 5.0.1-9
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 5.0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zope-deprecation.spec rpm-specs/python-zope-deprecation.spec
--- rpm-specs.orig/python-zope-deprecation.spec 2024-04-05 04:37:58.000000000 +0200
+++ rpm-specs/python-zope-deprecation.spec 2024-04-06 21:58:16.951555446 +0200
@@ -2,10 +2,10 @@
Name: python-zope-deprecation
Version: 4.4.0
-Release: 20%{?dist}
+Release: 21%{?dist}
Summary: Zope 3 Deprecation Infrastructure
-License: ZPLv2.1
+License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.deprecation
Source0: https://files.pythonhosted.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
BuildArch: noarch
@@ -50,6 +50,9 @@
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 4.4.0-21
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 4.4.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zope-interface.spec rpm-specs/python-zope-interface.spec
--- rpm-specs.orig/python-zope-interface.spec 2024-04-05 04:37:59.000000000 +0200
+++ rpm-specs/python-zope-interface.spec 2024-04-06 21:58:18.121567330 +0200
@@ -9,7 +9,7 @@
Version: 6.2
Release: %autorelease
Summary: Zope 3 Interface Infrastructure
-License: ZPLv2.1
+License: ZPL-2.1
URL: https://pypi.io/project/zope.interface
Source0: https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
diff -Naur rpm-specs.orig/python-zope-schema.spec rpm-specs/python-zope-schema.spec
--- rpm-specs.orig/python-zope-schema.spec 2024-04-05 04:37:59.000000000 +0200
+++ rpm-specs/python-zope-schema.spec 2024-04-06 21:58:20.352589992 +0200
@@ -3,8 +3,8 @@
Summary: Zope 3 schemas
Name: python-zope-schema
Version: 7.0.1
-Release: 6%{?dist}
-License: ZPLv2.1
+Release: 7%{?dist}
+License: ZPL-2.1
BuildArch: noarch
URL: http://pypi.python.org/pypi/zope.schema
Source0: %{pypi_source %{modname}}
@@ -53,6 +53,9 @@
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 7.0.1-7
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 7.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zope-sqlalchemy.spec rpm-specs/python-zope-sqlalchemy.spec
--- rpm-specs.orig/python-zope-sqlalchemy.spec 2024-04-05 04:38:00.000000000 +0200
+++ rpm-specs/python-zope-sqlalchemy.spec 2024-04-06 21:58:22.105607797 +0200
@@ -1,9 +1,9 @@
Name: python-zope-sqlalchemy
Version: 3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
BuildArch: noarch
-License: ZPLv2.1
+License: ZPL-2.1
Summary: Minimal Zope/SQLAlchemy transaction integration
URL: https://github.com/zopefoundation/zope.sqlalchemy
Source0: https://github.com/zopefoundation/zope.sqlalchemy/archive/%{version}.tar.gz
@@ -60,6 +60,9 @@
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 3.1-4
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python-zope-testing.spec rpm-specs/python-zope-testing.spec
--- rpm-specs.orig/python-zope-testing.spec 2024-04-05 04:38:00.000000000 +0200
+++ rpm-specs/python-zope-testing.spec 2024-04-06 21:58:23.520622170 +0200
@@ -3,9 +3,9 @@
Name: python-zope-testing
Version: 5.0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Zope Testing Framework
-License: ZPLv2.1
+License: ZPL-2.1
URL: https://pypi.io/project/%{modname}
Source0: https://pypi.io/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
# Upstream report: https://github.com/zopefoundation/zope.testing/issues/41
@@ -54,6 +54,9 @@
%{python3_sitelib}/%{modname}-*-nspkg.pth
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 5.0.1-7
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 5.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff -Naur rpm-specs.orig/python3-zope-fixers.spec rpm-specs/python3-zope-fixers.spec
--- rpm-specs.orig/python3-zope-fixers.spec 2024-01-27 03:33:13.000000000 +0100
+++ rpm-specs/python3-zope-fixers.spec 2024-04-06 21:58:04.013424031 +0200
@@ -3,9 +3,9 @@
Summary: 2to3 fixers for Zope
Name: python3-%(echo %{modname} | sed -r 's|\.|-|g')
Version: 1.1.2
-Release: 32%{?dist}
+Release: 33%{?dist}
Source0: http://pypi.python.org/packages/source/%(echo %{modname} | sed -r 's|^(.).*|\1|')/%{modname}/%{modname}-%{version}.zip
-License: ZPLv2.1
+License: ZPL-2.1
BuildArch: noarch
URL: http://svn.zope.org/zope.fixers/
@@ -43,6 +43,9 @@
%changelog
+* Sat Apr 06 2024 Miroslav Suchý <[email protected]> - 1.1.2-33
+- convert license to SPDX
+
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1.1.2-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
--
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue