From d75d9403f65403433370eb055b162117394bb906 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 16:03:58 +0000 Subject: [PATCH 01/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 490a04f..588fe74 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -72,6 +72,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Nov 22 2021 Felix Schwarz - 1.1.1-1 - update to 1.1.1 From e9433b87c6ce24ec2cc41921624d135d4bd517e1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 23:56:25 +0200 Subject: [PATCH 02/24] Rebuilt for Python 3.11 --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 588fe74..298f6ac 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -72,6 +72,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Mon Jun 13 2022 Python Maint - 1.1.1-3 +- Rebuilt for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 0b131934d911ef134e8e17ebdafb9f17e5b93c17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 22:58:00 +0000 Subject: [PATCH 03/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 298f6ac..da0ed1c 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -72,6 +72,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 1.1.1-3 - Rebuilt for Python 3.11 From e420aeeb81a78ec0339345349d37c74ede63518e Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Mon, 17 Oct 2022 21:29:52 +0200 Subject: [PATCH 04/24] update to 1.2.1 --- ...css2-disable-flake8-isort-for-pytest.patch | 20 ------------------- python-tinycss2.spec | 9 +++++---- sources | 2 +- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 python-tinycss2-disable-flake8-isort-for-pytest.patch diff --git a/python-tinycss2-disable-flake8-isort-for-pytest.patch b/python-tinycss2-disable-flake8-isort-for-pytest.patch deleted file mode 100644 index 02efafe..0000000 --- a/python-tinycss2-disable-flake8-isort-for-pytest.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/pyproject.toml b/pyproject.toml -index 6050fbb..8981947 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -41,13 +41,13 @@ Donation = 'https://opencollective.com/courtbouillon' - - [project.optional-dependencies] - doc = ['sphinx', 'sphinx_rtd_theme'] --test = ['pytest', 'pytest-cov', 'pytest-flake8', 'pytest-isort', 'coverage[toml]'] -+test = ['pytest', 'pytest-cov', 'coverage[toml]'] - - [tool.flit.sdist] - exclude = ['.*'] - - [tool.pytest.ini_options] --addopts = '--isort --flake8 --cov --no-cov-on-fail' -+addopts = '--cov --no-cov-on-fail' - norecursedirs = ['tests/css-parsing-tests'] - - [tool.coverage.run] diff --git a/python-tinycss2.spec b/python-tinycss2.spec index da0ed1c..b413a59 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -6,15 +6,13 @@ Name: python-%{srcname} -Version: 1.1.1 -Release: 4%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Low-level CSS parser for Python License: BSD URL: https://pypi.python.org/pypi/%{srcname}/ Source0: %pypi_source -# Fedora does not ship pytest's flake8/isort modules -Patch0: %{name}-disable-flake8-isort-for-pytest.patch BuildArch: noarch BuildRequires: python3-devel @@ -72,6 +70,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Tue Oct 18 2022 Felix Schwarz - 1.2.1-1 +- update to 1.2.1 + * Fri Jul 22 2022 Fedora Release Engineering - 1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 20c128b..fc1e043 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tinycss2-1.1.1.tar.gz) = 297ac51cf4eb9a063e88d677b8cf2511ff6c459c7a385ee8ba6bb4b9d9b0d8482f5caa1cc6511d3edefbe8e8ee284d72fedc154a5372880cd7d9a9a26aab1a62 +SHA512 (tinycss2-1.2.1.tar.gz) = 633198637f1d7cb802d1a7336a01447fc6b902cda1ade6c526e403fc2a5319277e1457c68a06780f7a6254d4c0dbf42df5d32969536ea697887a2de3e98a5f1a From 7b2c4b24e04ef3238659914d0687de71e7218d11 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 17:56:48 +0000 Subject: [PATCH 05/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index b413a59..3c9226e 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -70,6 +70,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Oct 18 2022 Felix Schwarz - 1.2.1-1 - update to 1.2.1 From b79f0515100b3230608d577f4e9e46b97b532756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 15 May 2023 14:41:05 +0200 Subject: [PATCH 06/24] Drop redundant build dependency on flit, this package uses flit-core And that dependency is already generated by %pyproject_buildrequires. --- python-tinycss2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 3c9226e..177493c 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -17,9 +17,6 @@ Source0: %pypi_source BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros -# used as "build-backend" in pyproject.toml but not detected by Fedora's -# macros to generate build requirements -BuildRequires: python3-flit %description @@ -70,6 +67,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Mon May 15 2023 Miro Hrončok - 1.2.1-3 +- Drop redundant build dependency on flit, this package uses flit-core + * Fri Jan 20 2023 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From fc8bd550c9de788230989f8c796ae0a147a5bb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 1 Jul 2023 16:12:12 +0200 Subject: [PATCH 07/24] Don't BuildRequire linters --- python-tinycss2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 177493c..3aff3e8 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -18,6 +18,9 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros +# The test extra contains linters, we cherry-pick only what we need: +BuildRequires: python3-pytest + %description tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of @@ -39,8 +42,9 @@ specification. %prep %autosetup -n %{srcname}-%{version} + %generate_buildrequires -%pyproject_buildrequires -r -x test +%pyproject_buildrequires -r %build From 91fab90f0c77798a236fe0df26dc32748d6eb624 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 1 Jul 2023 16:12:45 +0200 Subject: [PATCH 08/24] Rebuilt for Python 3.12 --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 3aff3e8..8146287 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Sat Jul 01 2023 Python Maint - 1.2.1-4 +- Rebuilt for Python 3.12 + * Mon May 15 2023 Miro Hrončok - 1.2.1-3 - Drop redundant build dependency on flit, this package uses flit-core From c8dbfe842aa108d24bd4eb0f8610ada97dc3522d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 14:49:21 +0000 Subject: [PATCH 09/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 8146287..cd7a22c 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 1.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jul 01 2023 Python Maint - 1.2.1-4 - Rebuilt for Python 3.12 From 54709ba8c32f7680016c8905b02747c8c05011b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 08:14:26 +0000 Subject: [PATCH 10/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index cd7a22c..033ba8d 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From dee80597e7e560b17d7edc72aaf2b7e83e5713b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 11:46:34 +0000 Subject: [PATCH 11/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 033ba8d..1af555d 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.2.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 1.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 1.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 07379136087046ce34734b57b810fa4e4883058e Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Tue, 23 Apr 2024 18:18:07 +0200 Subject: [PATCH 12/24] update to 1.3.0 --- python-tinycss2.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 1af555d..3812ff8 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -6,8 +6,8 @@ Name: python-%{srcname} -Version: 1.2.1 -Release: 7%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Tue Apr 23 2024 Felix Schwarz - 1.3.0-1 +- update to 1.3.0 + * Fri Jan 26 2024 Fedora Release Engineering - 1.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index fc1e043..c0214e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tinycss2-1.2.1.tar.gz) = 633198637f1d7cb802d1a7336a01447fc6b902cda1ade6c526e403fc2a5319277e1457c68a06780f7a6254d4c0dbf42df5d32969536ea697887a2de3e98a5f1a +SHA512 (tinycss2-1.3.0.tar.gz) = d215ba2d8c580ca785bc2c3e33c8ae220c085e3ec1b932c01f81e176987c48559867af186056e2c501541d1d337b4fc33eea7ff2feba490e81076608b7c3aaee From a6c456e1c9cadebd8a512087be3321951d6e92c0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 15:09:59 +0200 Subject: [PATCH 13/24] Rebuilt for Python 3.13 --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 3812ff8..7dab802 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jun 07 2024 Python Maint - 1.3.0-2 +- Rebuilt for Python 3.13 + * Tue Apr 23 2024 Felix Schwarz - 1.3.0-1 - update to 1.3.0 From e548e79823b5609981c0314c970b9251ad7e94e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 16:32:10 +0000 Subject: [PATCH 14/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 7dab802..fb65f7f 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level CSS parser for Python License: BSD @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.3.0-2 - Rebuilt for Python 3.13 From 9e10c13f99d9ba98f2e18e246cfd5b78edc62512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 21:01:06 +0200 Subject: [PATCH 15/24] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-tinycss2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index fb65f7f..b7ac1f5 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,10 +7,11 @@ Name: python-%{srcname} Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-level CSS parser for Python -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://pypi.python.org/pypi/%{srcname}/ Source0: %pypi_source @@ -71,6 +72,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.3.0-4 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 7462bc554c71859b4a810a6cf9a082b6c0622136 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sat, 26 Oct 2024 21:44:39 +0200 Subject: [PATCH 16/24] update to 1.4.0 --- python-tinycss2.spec | 17 +++++++++++------ sources | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index b7ac1f5..c3ee3f7 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -6,14 +6,13 @@ Name: python-%{srcname} -Version: 1.3.0 -Release: 4%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Low-level CSS parser for Python -# Automatically converted from old format: BSD - review is highly recommended. -License: LicenseRef-Callaway-BSD -URL: https://pypi.python.org/pypi/%{srcname}/ -Source0: %pypi_source +License: BSD-3-Clause +URL: https://www.courtbouillon.org/tinycss2/ +Source0: %{pypi_source tinycss2} BuildArch: noarch BuildRequires: python3-devel @@ -72,6 +71,12 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Sat Oct 26 2024 Felix Schwarz - 1.4.0-1 +- update to 1.4.0 + +* Sat Oct 26 2024 Felix Schwarz - 1.3.0-5 +- SPDX conversion + * Wed Sep 04 2024 Miroslav Suchý - 1.3.0-4 - convert license to SPDX diff --git a/sources b/sources index c0214e7..37d5977 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tinycss2-1.3.0.tar.gz) = d215ba2d8c580ca785bc2c3e33c8ae220c085e3ec1b932c01f81e176987c48559867af186056e2c501541d1d337b4fc33eea7ff2feba490e81076608b7c3aaee +SHA512 (tinycss2-1.4.0.tar.gz) = be0faac6fc55113c4a110d6cd23714867f3f4c33829cadcc8619b1c7b801bc009501cd0f0f7b3d21040129526633ef1f956ef6cb2ca8955d32f2b0b11f875d92 From a28f1875738bdac9f83ec2abaac95c7b23a5769e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 20:07:40 +0000 Subject: [PATCH 17/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index c3ee3f7..0b51a4e 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Oct 26 2024 Felix Schwarz - 1.4.0-1 - update to 1.4.0 From 9da753dbdc8556fb147fc795bcf2f72f73551111 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 11:56:03 +0200 Subject: [PATCH 18/24] Rebuilt for Python 3.14 --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 0b51a4e..fc11964 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Tue Jun 03 2025 Python Maint - 1.4.0-3 +- Rebuilt for Python 3.14 + * Sat Jan 18 2025 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3035d7f87e582e8d5f00c7965cd1df13b8114fa0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 10:47:23 +0000 Subject: [PATCH 19/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index fc11964..b45e0d0 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 1.4.0-3 - Rebuilt for Python 3.14 From ce652d6adce07d1982b2322c32cce1a20c89d1df Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:01:19 +0200 Subject: [PATCH 20/24] Rebuilt for Python 3.14.0rc2 bytecode --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index b45e0d0..535beb4 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Aug 15 2025 Python Maint - 1.4.0-5 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 1bfb4667abca4e97d4ecb6f4f64dff2170f427c7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:36:56 +0200 Subject: [PATCH 21/24] Rebuilt for Python 3.14.0rc3 bytecode --- python-tinycss2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 535beb4..ccb6738 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 1.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause @@ -71,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Fri Sep 19 2025 Python Maint - 1.4.0-6 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.4.0-5 - Rebuilt for Python 3.14.0rc2 bytecode From 4929a28105019c4220b538127491114811eeaafb Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Wed, 19 Nov 2025 16:43:50 +0100 Subject: [PATCH 22/24] update to 1.5.0 --- python-tinycss2.spec | 12 +++++++++--- sources | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index ccb6738..adb51e2 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -6,13 +6,15 @@ Name: python-%{srcname} -Version: 1.4.0 -Release: 6%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause URL: https://www.courtbouillon.org/tinycss2/ Source0: %{pypi_source tinycss2} +# generated using ./export-git-snapshot.sh +Source1: css-parsing-tests-88fc3fc.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -40,7 +42,8 @@ specification. %prep -%autosetup -n %{srcname}-%{version} +%autosetup -n %{srcname}-%{version} -a 1 +mv css-parsing-tests-*/* tests/css-parsing-tests/ %generate_buildrequires @@ -71,6 +74,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Wed Nov 19 2025 Felix Schwarz - 1.5.0-1 +- update to 1.5.0 + * Fri Sep 19 2025 Python Maint - 1.4.0-6 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/sources b/sources index 37d5977..5352f9f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (tinycss2-1.4.0.tar.gz) = be0faac6fc55113c4a110d6cd23714867f3f4c33829cadcc8619b1c7b801bc009501cd0f0f7b3d21040129526633ef1f956ef6cb2ca8955d32f2b0b11f875d92 +SHA512 (css-parsing-tests-88fc3fc.tar.gz) = 5278bc71cf0972a04ece4fe722dbdf0712af74c9fbccbf8a79143607ff57691b1075afe9e0c51eb4e7238cd846e92788b8715b5551973384948ba9d376b0fd3a +SHA512 (tinycss2-1.5.0.tar.gz) = 1478270757a9f09abcb1ffa1d41ab382061a427f629dc92b20473f78f57f59d8ca7dc9ae41154ae0b62cc6fbc923b118446293f87cc1e31d0747502e4b7413f9 From 52e9a15fdc78b414aeb953939a64d2a06113343f Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sun, 23 Nov 2025 16:46:19 +0100 Subject: [PATCH 23/24] replace `%{py3_prefix}` with just `python3` --- python-tinycss2.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index adb51e2..0dee2fe 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -1,10 +1,6 @@ %global srcname tinycss2 - -%global py3_prefix python%{python3_pkgversion} - - Name: python-%{srcname} Version: 1.5.0 Release: 1%{?dist} @@ -30,12 +26,12 @@ tinycss with a simpler API, based on the more recent CSS Syntax Level 3 specification. -%package -n %{py3_prefix}-%{srcname} +%package -n python3-%{srcname} Summary: Low-level CSS parser for Python 3 -Requires: %{py3_prefix}-webencodings >= 0.4 -%{?python_provide:%python_provide %{py3_prefix}-%{srcname}} +Requires: python3-webencodings >= 0.4 +%{?python_provide:%python_provide python3-%{srcname}} -%description -n %{py3_prefix}-%{srcname} +%description -n python3-%{srcname} tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent CSS Syntax Level 3 specification. @@ -66,7 +62,7 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/test.py rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? -%files -n %{py3_prefix}-%{srcname} +%files -n python3-%{srcname} %license LICENSE %doc README.rst %{python3_sitelib}/%{srcname}/ From 0970c37c9d9bbab10f43c9f0ce6f0770cf404c60 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sun, 23 Nov 2025 16:47:05 +0100 Subject: [PATCH 24/24] update to 1.5.1 --- python-tinycss2.spec | 11 +++++------ sources | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/python-tinycss2.spec b/python-tinycss2.spec index 0dee2fe..86e7708 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -2,15 +2,13 @@ %global srcname tinycss2 Name: python-%{srcname} -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: Low-level CSS parser for Python License: BSD-3-Clause URL: https://www.courtbouillon.org/tinycss2/ Source0: %{pypi_source tinycss2} -# generated using ./export-git-snapshot.sh -Source1: css-parsing-tests-88fc3fc.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -28,7 +26,6 @@ specification. %package -n python3-%{srcname} Summary: Low-level CSS parser for Python 3 -Requires: python3-webencodings >= 0.4 %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} @@ -38,8 +35,7 @@ specification. %prep -%autosetup -n %{srcname}-%{version} -a 1 -mv css-parsing-tests-*/* tests/css-parsing-tests/ +%autosetup -n %{srcname}-%{version} %generate_buildrequires @@ -70,6 +66,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? %changelog +* Sun Nov 23 2025 Felix Schwarz - 1.5.1-1 +- update to 1.5.1 + * Wed Nov 19 2025 Felix Schwarz - 1.5.0-1 - update to 1.5.0 diff --git a/sources b/sources index 5352f9f..236d2ad 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (css-parsing-tests-88fc3fc.tar.gz) = 5278bc71cf0972a04ece4fe722dbdf0712af74c9fbccbf8a79143607ff57691b1075afe9e0c51eb4e7238cd846e92788b8715b5551973384948ba9d376b0fd3a -SHA512 (tinycss2-1.5.0.tar.gz) = 1478270757a9f09abcb1ffa1d41ab382061a427f629dc92b20473f78f57f59d8ca7dc9ae41154ae0b62cc6fbc923b118446293f87cc1e31d0747502e4b7413f9 +SHA512 (tinycss2-1.5.1.tar.gz) = 1c2e1818c27c90f78b1e0af9b4c3c2a0944999691dcea678d0f5ed8a141d6ebd272b8b6763c1eac9d824db0d539e1e238f1e5e6abd2c02d97bb86002da637a10