From 3c5286c7f32268a945fc2b6f226b463b70ff94a4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:00:54 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 2.7.1-2mamba;Tue Sep 26 2023] --- python-cssutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-cssutils.spec b/python-cssutils.spec index 5875481..75d9f7f 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-cssutils Version: 2.7.1 -Release: 1mamba +Release: 2mamba Summary: A Python package to parse and build CSS Cascading Style Sheets. Group: System/Libraries Vendor: openmamba @@ -11,9 +11,9 @@ URL: https://cthedot.de/cssutils/ Source: https://pypi.debian.net/cssutils/cssutils-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(importlib-metadata) +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description A Python package to parse and build CSS Cascading Style Sheets. Currently a DOM only, no rendering options. @@ -51,6 +51,9 @@ mv %{buildroot}%{_bindir}/cssparse{,-%{?pyappend}} %{python_sitelib}/encutils/* %changelog +* Tue Sep 26 2023 Automatic Build System 2.7.1-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue Jun 13 2023 Automatic Build System 2.7.1-1mamba - automatic version update by autodist