Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 17:31:07 +02:00 committed by Miro Hrončok
parent 93898ae45c
commit 94e6de8860

View File

@ -1,8 +1,9 @@
%global _without_docs 1
%global srcname Jinja2
Name: python-jinja2
Version: 2.11.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: General purpose template engine
License: BSD
URL: https://palletsprojects.com/p/jinja/
@ -183,6 +184,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.11.3-2
- Bootstrap for Python 3.10
* Sat Feb 6 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.3-1
- Update to 2.11.3.
- Add patches to build with Python 3.10 (#1907442).