update to 1.5.1
This commit is contained in:
parent
52e9a15fdc
commit
0970c37c9d
2 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
SHA512 (css-parsing-tests-88fc3fc.tar.gz) = 5278bc71cf0972a04ece4fe722dbdf0712af74c9fbccbf8a79143607ff57691b1075afe9e0c51eb4e7238cd846e92788b8715b5551973384948ba9d376b0fd3a
|
||||
SHA512 (tinycss2-1.5.0.tar.gz) = 1478270757a9f09abcb1ffa1d41ab382061a427f629dc92b20473f78f57f59d8ca7dc9ae41154ae0b62cc6fbc923b118446293f87cc1e31d0747502e4b7413f9
|
||||
SHA512 (tinycss2-1.5.1.tar.gz) = 1c2e1818c27c90f78b1e0af9b4c3c2a0944999691dcea678d0f5ed8a141d6ebd272b8b6763c1eac9d824db0d539e1e238f1e5e6abd2c02d97bb86002da637a10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue