From a6c456e1c9cadebd8a512087be3321951d6e92c0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 15:09:59 +0200 Subject: [PATCH] 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