automatic version update by autodist [release 5.0.0-1mamba;Fri Apr 08 2022]

This commit is contained in:
Automatic Build System 2024-01-06 10:49:14 +01:00
parent a2a344d491
commit 1658284ac7

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-bleach Name: python-bleach
Version: 4.1.0 Version: 5.0.0
Release: 1mamba Release: 1mamba
Summary: An easy safelist-based HTML-sanitizing tool Summary: An easy safelist-based HTML-sanitizing tool
Group: System/Libraries Group: System/Libraries
@ -12,7 +12,6 @@ Source: https://pypi.debian.net/bleach/bleach-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(packaging)
BuildRequires: python3.7dist(six) BuildRequires: python3.7dist(six)
BuildRequires: python3.7dist(webencodings) BuildRequires: python3.7dist(webencodings)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -48,5 +47,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Apr 08 2022 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
- automatic version update by autodist
* Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-1mamba * Sun Feb 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface