- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 04:27:40 +00:00
parent 8e7e566ba7
commit 36a96a94de
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: python-jinja2
Version: 2.11.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: General purpose template engine
License: BSD
URL: https://palletsprojects.com/p/jinja/
@ -182,6 +182,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.11.3-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Apr 13 2021 Miro Hrončok <mhroncok@redhat.com> - 2.11.3-2
- Disable documentation
- Resolves: rhbz#1944567