From 0ae4fc6371c8488a45f5fa84f82afd706d4eeb02c204b2d73c803ec238758321 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Oct 2021 20:15:04 +0000 Subject: [PATCH] - update to 3.8.1: * Allowed the use of tzlocal v4.0+ in addition to v2.* OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=43 --- APScheduler-3.8.0.tar.gz | 3 --- APScheduler-3.8.1.tar.gz | 3 +++ python-APScheduler.changes | 6 ++++++ python-APScheduler.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 APScheduler-3.8.0.tar.gz create mode 100644 APScheduler-3.8.1.tar.gz diff --git a/APScheduler-3.8.0.tar.gz b/APScheduler-3.8.0.tar.gz deleted file mode 100644 index 6d55ea2..0000000 --- a/APScheduler-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:793b2d37c52ece53e34626619e6142e99b20b59a12155f39e1e6932e324f079d -size 100739 diff --git a/APScheduler-3.8.1.tar.gz b/APScheduler-3.8.1.tar.gz new file mode 100644 index 0000000..b6524ba --- /dev/null +++ b/APScheduler-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf344ebcfbdaa48ae178c029c055cec7bc7a4a47c21e315e4d1f08bd35f2355 +size 98699 diff --git a/python-APScheduler.changes b/python-APScheduler.changes index efbe574..7b454e7 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 26 20:13:38 UTC 2021 - Dirk Müller + +- update to 3.8.1: + * Allowed the use of tzlocal v4.0+ in addition to v2.* + ------------------------------------------------------------------- Sat Oct 16 19:01:07 UTC 2021 - Dirk Müller diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 5c44353..5f6a6be 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.8.0 +Version: 3.8.1 Release: 0 Summary: In-process task scheduler with Cron-like capabilities License: MIT