diff --git a/APScheduler-3.7.0.tar.gz b/APScheduler-3.7.0.tar.gz deleted file mode 100644 index 83a4529..0000000 --- a/APScheduler-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cab7f2521e107d07127b042155b632b7a1cd5e02c34be5a28ff62f77c900c6a -size 97826 diff --git a/APScheduler-3.8.0.tar.gz b/APScheduler-3.8.0.tar.gz new file mode 100644 index 0000000..6d55ea2 --- /dev/null +++ b/APScheduler-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793b2d37c52ece53e34626619e6142e99b20b59a12155f39e1e6932e324f079d +size 100739 diff --git a/python-APScheduler.changes b/python-APScheduler.changes index 5fd3c4d..efbe574 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 16 19:01:07 UTC 2021 - Dirk Müller + +- update to 3.8.0: + * Allowed passing through keyword arguments to the underlying stdlib executors in the + thread/process pool executors (PR by Albert Xu) + ------------------------------------------------------------------- Mon Feb 1 17:38:33 UTC 2021 - Dirk Müller diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 1034982..5c44353 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-APScheduler -Version: 3.7.0 +Version: 3.8.0 Release: 0 Summary: In-process task scheduler with Cron-like capabilities License: MIT