diff --git a/python-jinja2.spec b/python-jinja2.spec index 1133f78..4b68047 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -2,7 +2,7 @@ Name: python-jinja2 Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General purpose template engine License: BSD URL: https://palletsprojects.com/p/jinja/ @@ -179,6 +179,9 @@ PYTHONPATH=$(pwd)/src %{__python3} -m pytest tests %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 3.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 22 2021 Lumír Balhar - 3.0.1-1 - Update to 3.0.1 - Resolves: rhbz#1961862