From 1f808a21b74866875bc2f533a0722066bc0ac5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 14:35:24 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-flask.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index d5906b1..62f6904 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions @@ -129,6 +129,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %doc examples %changelog +* Mon Jun 18 2018 Miro HronĨok - 1:1.0.2-2 +- Rebuilt for Python 3.7 + * Fri Jun 01 2018 Ken Dreyer 1:1.0.2-1 - Update to 1.0.2 (rhbz#1572414) - Do not build Sphinx docs (pallet-sphinx-themes not available)