Hello community,

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

Package is "python-APScheduler"

Fri Mar 20 23:54:03 2020 rev:11 rq:785446 version:3.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-APScheduler/python-APScheduler.changes    
2020-01-13 22:22:28.550544709 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-APScheduler.new.3160/python-APScheduler.changes
  2020-03-20 23:54:04.964819764 +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.a6a3P7/_old  2020-03-20 23:54:07.864821603 +0100
+++ /var/tmp/diff_new_pack.a6a3P7/_new  2020-03-20 23:54:07.872821608 +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