From ac4f008073ef7ef0c1b0b600dce369526b63d4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 31 Jan 2025 12:36:56 +0100 Subject: [PATCH] CI: Convert all test spec License tags to SPDX python-ldap is a SPDX tag: https://spdx.org/licenses/python-ldap.html --- tests/double-install.spec | 2 +- tests/printrun.spec | 2 +- tests/python-coverage-pth.spec | 2 +- tests/python-distroinfo.spec | 2 +- tests/python-django.spec | 2 +- tests/python-flit-core.spec | 2 +- tests/python-ipykernel.spec | 2 +- tests/python-ldap.spec | 2 +- tests/python-markupsafe.spec | 2 +- tests/python-mistune.spec | 2 +- tests/python-openqa_client.spec | 2 +- tests/python-setuptools.spec | 2 +- tests/python-zope-event.spec | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/double-install.spec b/tests/double-install.spec index 3481e16..b1ea68b 100644 --- a/tests/double-install.spec +++ b/tests/double-install.spec @@ -2,7 +2,7 @@ Name: double-install Version: 0 Release: 0%{?dist} Summary: Install 2 wheels -License: BSD and MIT +License: BSD-3-Clause AND MIT %global markupsafe_version 2.0.1 %global tldr_version 0.4.4 Source1: https://github.com/pallets/markupsafe/archive/%{markupsafe_version}/MarkupSafe-%{markupsafe_version}.tar.gz diff --git a/tests/printrun.spec b/tests/printrun.spec index 96a9caa..08e0f67 100644 --- a/tests/printrun.spec +++ b/tests/printrun.spec @@ -3,7 +3,7 @@ Version: 2.0.0~rc6 %global upstream_version 2.0.0rc6 Release: 0%{?dist} Summary: RepRap printer interface and tools -License: GPLv3+ and FSFAP +License: GPL-3.0-or-later AND FSFAP URL: https://github.com/kliment/Printrun Source0: https://github.com/kliment/Printrun/archive/%{name}-%{upstream_version}.tar.gz diff --git a/tests/python-coverage-pth.spec b/tests/python-coverage-pth.spec index e947899..a0d1096 100644 --- a/tests/python-coverage-pth.spec +++ b/tests/python-coverage-pth.spec @@ -2,7 +2,7 @@ Name: python-coverage-pth Version: 0.0.2 Release: 0%{?dist} Summary: Coverage PTH file to enable coverage at the virtualenv level -License: BSD +License: BSD-2-Clause URL: https://github.com/dougn/coverage_pth Source: %{pypi_source coverage_pth} diff --git a/tests/python-distroinfo.spec b/tests/python-distroinfo.spec index e754324..9d3128a 100644 --- a/tests/python-distroinfo.spec +++ b/tests/python-distroinfo.spec @@ -2,7 +2,7 @@ Name: python-distroinfo Version: 0.3.2 Release: 0%{?dist} Summary: Parsing and querying distribution metadata stored in text/YAML files -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/softwarefactory-project/distroinfo Source0: %{pypi_source distroinfo} BuildArch: noarch diff --git a/tests/python-django.spec b/tests/python-django.spec index 74f6d72..a3ab773 100644 --- a/tests/python-django.spec +++ b/tests/python-django.spec @@ -2,7 +2,7 @@ Name: python-django Version: 3.0.7 Release: 0%{?dist} Summary: A high-level Python Web framework -License: BSD +License: BSD-3-Clause URL: https://www.djangoproject.com/ Source0: %{pypi_source Django} BuildArch: noarch diff --git a/tests/python-flit-core.spec b/tests/python-flit-core.spec index e6831dc..11c2315 100644 --- a/tests/python-flit-core.spec +++ b/tests/python-flit-core.spec @@ -3,7 +3,7 @@ Version: 3.0.0 Release: 0%{?dist} Summary: Distribution-building parts of Flit -License: BSD +License: BSD-3-Clause AND BSD-2-Clause URL: https://pypi.org/project/flit-core/ Source0: https://github.com/takluyver/flit/archive/%{version}/flit-%{version}.tar.gz diff --git a/tests/python-ipykernel.spec b/tests/python-ipykernel.spec index 85edb00..bb0bba8 100644 --- a/tests/python-ipykernel.spec +++ b/tests/python-ipykernel.spec @@ -2,7 +2,7 @@ Name: python-ipykernel Version: 6.11.0 Release: 0%{?dist} Summary: IPython Kernel for Jupyter -License: BSD +License: BSD-3-Clause URL: https://github.com/ipython/ipykernel Source0: https://github.com/ipython/ipykernel/archive/v%{version}/ipykernel-%{version}.tar.gz diff --git a/tests/python-ldap.spec b/tests/python-ldap.spec index 6327f8c..9e7c593 100644 --- a/tests/python-ldap.spec +++ b/tests/python-ldap.spec @@ -1,7 +1,7 @@ Name: python-ldap Version: 3.3.0 Release: 0%{?dist} -License: Python +License: python-ldap Summary: An object-oriented API to access LDAP directory servers Source0: %{pypi_source} diff --git a/tests/python-markupsafe.spec b/tests/python-markupsafe.spec index 756d508..95df1ec 100644 --- a/tests/python-markupsafe.spec +++ b/tests/python-markupsafe.spec @@ -2,7 +2,7 @@ Name: python-markupsafe Version: 2.0.1 Release: 0%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python -License: BSD +License: BSD-3-Clause URL: https://github.com/pallets/markupsafe Source0: %{url}/archive/%{version}/MarkupSafe-%{version}.tar.gz diff --git a/tests/python-mistune.spec b/tests/python-mistune.spec index 94f0c5a..e91ebc1 100644 --- a/tests/python-mistune.spec +++ b/tests/python-mistune.spec @@ -3,7 +3,7 @@ Version: 0.8.3 Release: 11%{?dist} Summary: Markdown parser for Python -License: BSD +License: BSD-3-Clause URL: https://github.com/lepture/mistune Source0: %{url}/archive/v%{version}.tar.gz diff --git a/tests/python-openqa_client.spec b/tests/python-openqa_client.spec index ef6ac46..c444664 100644 --- a/tests/python-openqa_client.spec +++ b/tests/python-openqa_client.spec @@ -4,7 +4,7 @@ Version: 4.0.0 Release: 1%{?dist} Summary: Python client library for openQA API -License: GPLv2+ +License: GPL-2.0-or-later URL: https://github.com/os-autoinst/openQA-python-client Source0: %{pypi_source} diff --git a/tests/python-setuptools.spec b/tests/python-setuptools.spec index fbc554b..4a34766 100644 --- a/tests/python-setuptools.spec +++ b/tests/python-setuptools.spec @@ -9,7 +9,7 @@ Version: 59.6.0 Release: 0%{?dist} Summary: Easily build and distribute Python packages # see the real Fedora package for explanation: -License: MIT and (BSD or ASL 2.0) +License: MIT AND (BSD-2-Clause OR Apache-2.0) URL: https://pypi.python.org/pypi/setuptools Source: %{pypi_source setuptools %{version}} diff --git a/tests/python-zope-event.spec b/tests/python-zope-event.spec index 4a5d4dd..0fb3b24 100644 --- a/tests/python-zope-event.spec +++ b/tests/python-zope-event.spec @@ -2,7 +2,7 @@ Name: python-zope-event Version: 4.2.0 Release: 0%{?dist} Summary: Zope Event Publication -License: ZPLv2.1 +License: ZPL-2.1 URL: https://pypi.python.org/pypi/zope.event/ Source0: %{pypi_source zope.event} BuildArch: noarch