From 0786f49fd008907dced3385ae3185bd9cc5b737e3409e1f70620431242e0f21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 09:09:49 +0000 Subject: [PATCH] - Update to 3.6.1: * Fixed OverflowError on Qt scheduler when the wait time is very long * Fixed methods inherited from base class could not be executed by processpool executor (PR by Yang Jian) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=24 --- APScheduler-3.6.0.tar.gz | 3 --- APScheduler-3.6.1.tar.gz | 3 +++ python-APScheduler.changes | 7 +++++++ python-APScheduler.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 APScheduler-3.6.0.tar.gz create mode 100644 APScheduler-3.6.1.tar.gz diff --git a/APScheduler-3.6.0.tar.gz b/APScheduler-3.6.0.tar.gz deleted file mode 100644 index 19cbea9..0000000 --- a/APScheduler-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f56b888fdc9dc57dd18d79c124b5093a01e29144be84e3e99130600eea34260 -size 97112 diff --git a/APScheduler-3.6.1.tar.gz b/APScheduler-3.6.1.tar.gz new file mode 100644 index 0000000..5f46db8 --- /dev/null +++ b/APScheduler-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529afb7909e08416132891188cbfea5351eb35e4a684b67e983d819e8d01a6b0 +size 95921 diff --git a/python-APScheduler.changes b/python-APScheduler.changes index 620af7e..42f27c3 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 09:09:12 UTC 2019 - Tomáš Chvátal + +- Update to 3.6.1: + * Fixed OverflowError on Qt scheduler when the wait time is very long + * Fixed methods inherited from base class could not be executed by processpool executor (PR by Yang Jian) + ------------------------------------------------------------------- Tue Mar 19 14:30:17 UTC 2019 - Tomáš Chvátal diff --git a/python-APScheduler.spec b/python-APScheduler.spec index a475c88..958abe5 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-APScheduler -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: In-process task scheduler with Cron-like capabilities License: MIT