14
0

- Update to 3.6.0:

* Adapted RedisJobStore to v3.0 of the redis library
  * Adapted RethinkDBJobStore to v2.4 of the rethink library
  * Fixed DeprecationWarnings about collections.abc on Python 3.7 (PR by Roman Levin)
- Remove merged patches:
  * fix-tests.patch
  * 0001-Correct-update_job-to-raise-with-job-id.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2019-03-19 14:32:31 +00:00
committed by Git OBS Bridge
parent 56a530c2f8
commit 2fe17ddda2
6 changed files with 16 additions and 73 deletions

View File

@@ -18,17 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-APScheduler
Version: 3.5.3
Version: 3.6.0
Release: 0
Summary: In-process task scheduler with Cron-like capabilities
License: MIT
Group: Development/Languages/Python
URL: http://pypi.python.org/pypi/APScheduler/
URL: https://github.com/agronholm/apscheduler
Source: https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-tests.patch -- Fix python 3.7 incompatibilities
Patch0: fix-tests.patch
# PATCH-FIX-UPSTREAM 0001-Correct-update_job-to-raise-with-job-id.patch
Patch1: 0001-Correct-update_job-to-raise-with-job-id.patch
BuildRequires: %{python_module SQLAlchemy >= 0.8}
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module gevent}
@@ -88,8 +84,6 @@ APscheduler provides multiple job stores.
%prep
%setup -q -n APScheduler-%{version}
%patch0 -p1
%patch1 -p1
# we don't want the tweaked pytest config options
rm setup.cfg