From 1bfb4667abca4e97d4ecb6f4f64dff2170f427c7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:36:56 +0200 Subject: [PATCH] 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