From 503bebbc62fe62ad08801b8fdf1c3676f8340328a86b14adcf7d5fa7ddffee83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 28 Nov 2017 17:07:26 +0000 Subject: [PATCH] Accepting request 546265 from home:seanmarlow:branches:devel:languages:python Fix six version requirement. >= 1.4.0. Futures is only required for python2. OBS-URL: https://build.opensuse.org/request/show/546265 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=15 --- python-APScheduler.changes | 10 ++++++++++ python-APScheduler.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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