Hello community,
here is the log from the commit of package python-APScheduler for
openSUSE:Factory checked in at 2017-11-30 12:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-APScheduler (Old)
and /work/SRC/openSUSE:Factory/.python-APScheduler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-APScheduler"
Thu Nov 30 12:45:11 2017 rev:3 rq:546272 version:3.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-APScheduler/python-APScheduler.changes
2017-10-09 19:40:17.664487403 +0200
+++
/work/SRC/openSUSE:Factory/.python-APScheduler.new/python-APScheduler.changes
2017-11-30 12:45:13.562279437 +0100
@@ -1,0 +2,10 @@
+Tue Nov 28 16:40:20 UTC 2017 - [email protected]
+
+- Fix six version requirement. >= 1.4.0.
+
+-------------------------------------------------------------------
+Mon Nov 27 20:07:26 UTC 2017 - [email protected]
+
+- Futures is only required for python2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-APScheduler.spec ++++++
--- /var/tmp/diff_new_pack.KCc2PK/_old 2017-11-30 12:45:14.242254718 +0100
+++ /var/tmp/diff_new_pack.KCc2PK/_new 2017-11-30 12:45:14.246254572 +0100
@@ -34,10 +34,10 @@
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