automatic version update by autodist [release 1.2.1-1mamba;Tue Oct 18 2022]

This commit is contained in:
Automatic Build System 2024-01-05 16:46:14 +01:00
parent 15dd8db2ce
commit ff81fb4e1b

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-tinycss2 Name: python-tinycss2
Version: 1.1.1 Version: 1.2.1
Release: 1mamba Release: 1mamba
Summary: A tiny CSS parser Summary: A tiny CSS parser
Group: System/Libraries Group: System/Libraries
@ -12,6 +12,7 @@ Source: https://pypi.debian.net/tinycss2/tinycss2-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(webencodings)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-pyproject2setuppy-py3 BuildRequires: python-pyproject2setuppy-py3
@ -46,5 +47,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
- automatic version update by autodist
* Mon Feb 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba * Mon Feb 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface