From 91ed03f0876de7217a94a52d3a689b973d3079b7 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sun, 11 Dec 2016 21:42:59 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-jinja2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index ffa42cb..191ea0e 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -8,7 +8,7 @@ Name: python-jinja2 Version: 2.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -27,7 +27,7 @@ BuildRequires: python-sphinx BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-markupsafe -BuildRequires: python3-pytest +#BuildRequires: python3-pytest %endif # with_python3 @@ -160,6 +160,9 @@ rm -rf docs/_build/html/.buildinfo %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 2.8-8 +- Rebuild for Python 3.6 + * Thu Sep 22 2016 Orion Poplawski - 2.8-7 - Ship python2-jinja2 (bug #1378519) - Modernize spec