Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 17:04:46 +02:00
parent 6aa957c8ef
commit 00956d349d

View File

@ -1,8 +1,9 @@
%global _without_docs 1
%global srcname Jinja2
Name: python-jinja2
Version: 2.11.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: General purpose template engine
License: BSD
URL: https://palletsprojects.com/p/jinja/
@ -180,6 +181,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.11.2-4
- Bootstrap for Python 3.9
* Fri May 22 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-3
- Re-add python2 subpackage (#1832057).