Compare commits

..

8 commits

Author SHA1 Message Date
Felix Schwarz
0970c37c9d update to 1.5.1 2025-11-23 16:50:10 +01:00
Felix Schwarz
52e9a15fdc replace %{py3_prefix} with just python3 2025-11-23 16:46:19 +01:00
Felix Schwarz
4929a28105 update to 1.5.0 2025-11-19 17:02:43 +01:00
Python Maint
1bfb4667ab Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:36:56 +02:00
Python Maint
ce652d6adc Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:01:19 +02:00
Fedora Release Engineering
3035d7f87e Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 10:47:23 +00:00
Python Maint
9da753dbdc Rebuilt for Python 3.14 2025-06-03 11:56:03 +02:00
Fedora Release Engineering
a28f187573 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 20:07:40 +00:00
2 changed files with 27 additions and 11 deletions

View file

@ -1,12 +1,8 @@
%global srcname tinycss2 %global srcname tinycss2
%global py3_prefix python%{python3_pkgversion}
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.4.0 Version: 1.5.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Low-level CSS parser for Python Summary: Low-level CSS parser for Python
@ -28,12 +24,11 @@ tinycss with a simpler API, based on the more recent CSS Syntax Level 3
specification. specification.
%package -n %{py3_prefix}-%{srcname} %package -n python3-%{srcname}
Summary: Low-level CSS parser for Python 3 Summary: Low-level CSS parser for Python 3
Requires: %{py3_prefix}-webencodings >= 0.4 %{?python_provide:%python_provide python3-%{srcname}}
%{?python_provide:%python_provide %{py3_prefix}-%{srcname}}
%description -n %{py3_prefix}-%{srcname} %description -n python3-%{srcname}
tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of
tinycss with a simpler API, based on the more recent CSS Syntax Level 3 tinycss with a simpler API, based on the more recent CSS Syntax Level 3
specification. specification.
@ -63,7 +58,7 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/test.py
rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py? rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py?
%files -n %{py3_prefix}-%{srcname} %files -n python3-%{srcname}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python3_sitelib}/%{srcname}/ %{python3_sitelib}/%{srcname}/
@ -71,6 +66,27 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py?
%changelog %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
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.4.0-6
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.4.0-5
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.4.0-3
- Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Oct 26 2024 Felix Schwarz <fschwarz@fedoraproject.org> - 1.4.0-1 * Sat Oct 26 2024 Felix Schwarz <fschwarz@fedoraproject.org> - 1.4.0-1
- update to 1.4.0 - update to 1.4.0

View file

@ -1 +1 @@
SHA512 (tinycss2-1.4.0.tar.gz) = be0faac6fc55113c4a110d6cd23714867f3f4c33829cadcc8619b1c7b801bc009501cd0f0f7b3d21040129526633ef1f956ef6cb2ca8955d32f2b0b11f875d92 SHA512 (tinycss2-1.5.1.tar.gz) = 1c2e1818c27c90f78b1e0af9b4c3c2a0944999691dcea678d0f5ed8a141d6ebd272b8b6763c1eac9d824db0d539e1e238f1e5e6abd2c02d97bb86002da637a10