update to 3.0.2 [release 3.0.2-1mamba;Sun Nov 24 2024]
This commit is contained in:
parent
a1da51837b
commit
af8169af6f
@ -1,5 +1,5 @@
|
||||
Name: python-markupsafe
|
||||
Version: 2.1.5
|
||||
Version: 3.0.2
|
||||
Release: 1mamba
|
||||
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -23,7 +23,7 @@ BuildRequires: libpython3-devel >= 3.11.5
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n MarkupSafe-%{version}
|
||||
%setup -q -n markupsafe-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
@ -44,9 +44,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info
|
||||
%{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/*
|
||||
%doc README.rst
|
||||
%doc LICENSE.txt
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user