Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-18 14:35:24 +02:00
parent 8a54dfa6e2
commit 1f808a21b7

View File

@ -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 <mhroncok@redhat.com> - 1:1.0.2-2
- Rebuilt for Python 3.7
* Fri Jun 01 2018 Ken Dreyer <ktdreyer@ktdreyer.com> 1:1.0.2-1
- Update to 1.0.2 (rhbz#1572414)
- Do not build Sphinx docs (pallet-sphinx-themes not available)