Update to 2.11.3.

This commit is contained in:
Thomas Moschny 2021-02-06 14:11:59 +01:00
commit 78e96aac1d
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%global srcname Jinja2
Name: python-jinja2
Version: 2.11.2
Version: 2.11.3
Release: 1%{?dist}
Summary: General purpose template engine
License: BSD
@ -180,6 +180,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
%changelog
* Sat Feb 6 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.3-1
- Update to 2.11.3.
* Wed Apr 15 2020 Thomas Moschny <thomas.moschny@gmx.de> - 2.11.2-1
- Re-add dependency on python-setuptools.