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

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 19 14:30:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Sun Feb 3 16:13:03 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>