Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-16 02:44:15 +02:00
parent f443f2b5e5
commit 1f58e0b3e5

View File

@ -2,7 +2,7 @@
Name: python-%{modname} Name: python-%{modname}
Version: 2.7.0 Version: 2.7.0
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
Summary: Powerful extensions to the standard datetime module Summary: Powerful extensions to the standard datetime module
@ -83,6 +83,9 @@ make -C docs html
%doc docs/_build/html %doc docs/_build/html
%changelog %changelog
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1:2.7.0-2
- Rebuilt for Python 3.7
* Mon Mar 12 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.7.0-1 * Mon Mar 12 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.7.0-1
- Fix license tag (should be BSD) - Fix license tag (should be BSD)
- Update to latest version (#1469314) - Update to latest version (#1469314)