rebuilt with python3 = 3.11.5 [release 3.1.2-2mamba;Sun Sep 24 2023]
This commit is contained in:
parent
d7faa86600
commit
20c9b46c93
@ -1,6 +1,6 @@
|
|||||||
Name: python-Jinja2
|
Name: python-Jinja2
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -10,9 +10,10 @@ 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: libpython311-devel
|
||||||
BuildRequires: python3.7dist(markupsafe)
|
BuildRequires: python3.11dist(markupsafe)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
|
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.
|
||||||
@ -46,6 +47,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 Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 3.1.2-2mamba
|
||||||
|
- rebuilt with python3 = 3.11.5
|
||||||
|
|
||||||
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user