14
0

Accepting request 717491 from devel:languages:python

- 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/request/show/717491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-APScheduler?expand=0&rev=7
This commit is contained in:
2019-07-22 15:18:22 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f56b888fdc9dc57dd18d79c124b5093a01e29144be84e3e99130600eea34260
size 97112

3
APScheduler-3.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:529afb7909e08416132891188cbfea5351eb35e4a684b67e983d819e8d01a6b0
size 95921

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 09:09:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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