added requirement for python-markupsafe [release 2.10-2mamba;Sat Aug 10 2019]
This commit is contained in:
parent
d95953dff6
commit
2f3d82865d
@ -1,6 +1,6 @@
|
|||||||
Name: python-Jinja2
|
Name: python-Jinja2
|
||||||
Version: 2.10
|
Version: 2.10
|
||||||
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
|
||||||
@ -13,6 +13,7 @@ License: BSD
|
|||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
|
Requires: python-markupsafe
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -64,6 +65,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
%{python_sitearch}/Jinja2-%{version}-py*.egg-info/*
|
%{python_sitearch}/Jinja2-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-2mamba
|
||||||
|
- added requirement for python-markupsafe
|
||||||
|
|
||||||
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
||||||
- update to 2.10
|
- update to 2.10
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user