diff --git a/python-APScheduler.changes b/python-APScheduler.changes index 2a3c32b..b022d96 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 28 16:40:20 UTC 2017 - sean.marlow@suse.com + +- Fix six version requirement. >= 1.4.0. + +------------------------------------------------------------------- +Mon Nov 27 20:07:26 UTC 2017 - sean.marlow@suse.com + +- Futures is only required for python2. + ------------------------------------------------------------------- Thu Sep 7 19:30:49 UTC 2017 - sean.marlow@suse.com diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 7a25fd3..3c1634b 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -34,10 +34,10 @@ BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build %ifpython2 Requires: python2-funcsigs +Requires: python2-futures %endif -Requires: python-futures Requires: python-pytz -Requires: python-six +Requires: python-six >= 1.4.0 Requires: python-tzlocal >= 1.2 BuildArch: noarch