update to 3.0.2 [release 3.0.2-1mamba;Sun Nov 24 2024]

This commit is contained in:
Silvan Calarco 2024-11-25 23:18:32 +01:00
parent a1da51837b
commit af8169af6f

View File

@ -1,5 +1,5 @@
Name: python-markupsafe Name: python-markupsafe
Version: 2.1.5 Version: 3.0.2
Release: 1mamba Release: 1mamba
Summary: Implements a XML/HTML/XHTML Markup safe string for Python Summary: Implements a XML/HTML/XHTML Markup safe string for Python
Group: System/Libraries Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/pallets/markupsafe URL: https://github.com/pallets/markupsafe
Source: https://pypi.debian.net/MarkupSafe/MarkupSafe-%{version}.tar.gz Source: https://pypi.debian.net/MarkupSafe/markupsafe-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -23,7 +23,7 @@ BuildRequires: libpython3-devel >= 3.11.5
%endif %endif
%prep %prep
%setup -q -n MarkupSafe-%{version} %setup -q -n markupsafe-%{version}
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} setup.py build
@ -44,9 +44,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info %dir %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info
%{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/* %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/*
%doc README.rst %doc LICENSE.txt
%changelog %changelog
* Sun Nov 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
- update to 3.0.2
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 2.1.5-1mamba * Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 2.1.5-1mamba
- automatic version update by autodist - automatic version update by autodist