update to 3.0.1 [release 3.0.1-1mamba;Sun May 30 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 10:40:22 +01:00
parent cf2efd35e7
commit dbf35a240c

View File

@ -1,16 +1,17 @@
Name: python-Jinja2 Name: python-Jinja2
Version: 3.0.0a1 Version: 3.0.1
Release: 2mamba Release: 1mamba
Summary: A small but fast and easy to use stand-alone template engine written in pure python. Summary: A small but fast and easy to use stand-alone template engine written in pure python.
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://jinja.pocoo.org/ URL: https://palletsprojects.com/p/jinja/
Source: http://pypi.debian.net/Jinja2/Jinja2-%{version}.tar.gz Source: http://pypi.debian.net/Jinja2/Jinja2-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(markupsafe)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -45,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/Jinja2-%{version}-py*.egg-info/* %{python_sitearch}/Jinja2-%{version}-py*.egg-info/*
%changelog %changelog
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1-1mamba
- update to 3.0.1
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0a1-2mamba * Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0a1-2mamba
- rebuilt with distdeps - rebuilt with distdeps