update to 1.5.1

This commit is contained in:
Felix Schwarz 2025-11-23 16:47:05 +01:00
commit 0970c37c9d
2 changed files with 6 additions and 8 deletions

View file

@ -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 <GITHASH>
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 <fschwarz@fedoraproject.org> - 1.5.1-1
- update to 1.5.1
* Wed Nov 19 2025 Felix Schwarz <fschwarz@fedoraproject.org> - 1.5.0-1
- update to 1.5.0