Hello community,

here is the log from the commit of package python-APScheduler for 
openSUSE:Leap:15.2 checked in at 2020-03-21 16:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-APScheduler (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-APScheduler.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-APScheduler"

Sat Mar 21 16:46:54 2020 rev:12 rq:787002 version:3.6.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-APScheduler/python-APScheduler.changes  
2020-03-09 18:00:22.132668685 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-APScheduler.new.3160/python-APScheduler.changes
        2020-03-21 16:50:24.353775275 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 06:32:50 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build wihtout python2
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-APScheduler.spec ++++++
--- /var/tmp/diff_new_pack.fjOpIw/_old  2020-03-21 16:50:24.809775567 +0100
+++ /var/tmp/diff_new_pack.fjOpIw/_new  2020-03-21 16:50:24.809775567 +0100
@@ -17,12 +17,12 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-APScheduler
 Version:        3.6.3
 Release:        0
 Summary:        In-process task scheduler with Cron-like capabilities
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/agronholm/apscheduler
 Source:         
https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz
 BuildRequires:  %{python_module SQLAlchemy >= 0.8}
@@ -39,26 +39,28 @@
 BuildRequires:  %{python_module tzlocal >= 1.2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-funcsigs
-BuildRequires:  python2-futures
-BuildRequires:  python2-mock
-BuildRequires:  python2-trollius
 BuildRequires:  python3-pytest-asyncio
 Requires:       python-pytz
 Requires:       python-six >= 1.4.0
 Requires:       python-tzlocal >= 1.2
 Recommends:     python-SQLAlchemy >= 0.8
-Recommends:     python-gevent
 Recommends:     python-Twisted
+Recommends:     python-gevent
 Suggests:       python-kazoo
 Suggests:       python-pymongo >= 2.8
 Suggests:       python-redis
 Suggests:       python-tornado >= 4.3
 BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python-funcsigs
+BuildRequires:  python-futures
+BuildRequires:  python-mock
+BuildRequires:  python-trollius
+%endif
 %ifpython2
-Requires:       python2-funcsigs
-Requires:       python2-futures
-Requires:       python2-trollius
+Requires:       python-funcsigs
+Requires:       python-futures
+Requires:       python-trollius
 %endif
 %python_subpackages
 


Reply via email to