Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:51:31 +02:00
commit fc09e15b3a

View file

@ -5,7 +5,7 @@
Name: python-%{pypi_name}
Version: 3.0.5
Release: 8%{?dist}
Release: 9%{?dist}
Summary: In-process task scheduler with Cron-like capabilities
License: MIT
@ -119,6 +119,9 @@ export TZ=UTC
%doc docs/_build/html
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-9
- Rebuilt for Python 3.7
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.5-8
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)