update to 1.5.0
This commit is contained in:
parent
1bfb4667ab
commit
4929a28105
2 changed files with 11 additions and 4 deletions
|
|
@ -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 <GITHASH>
|
||||
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 <fschwarz@fedoraproject.org> - 1.5.0-1
|
||||
- update to 1.5.0
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.4.0-6
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
|
|
|
|||
3
sources
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue