From 52b9ab00c8846c7826074891dc511a0c74de882c5eb5cd6ff4c2049872246765 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 10:46:28 +0000 Subject: [PATCH] Accepting request 1039375 from home:yarunachalam:branches:devel:languages:python - version update to 3.9.1.post1 * Dropped Python 2.7 from the list of supported Python versions Relates to #666. OBS-URL: https://build.opensuse.org/request/show/1039375 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=46 --- APScheduler-3.9.1.post1.tar.gz | 3 +++ APScheduler-3.9.1.tar.gz | 3 --- python-APScheduler.changes | 7 +++++++ python-APScheduler.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 APScheduler-3.9.1.post1.tar.gz delete mode 100644 APScheduler-3.9.1.tar.gz diff --git a/APScheduler-3.9.1.post1.tar.gz b/APScheduler-3.9.1.post1.tar.gz new file mode 100644 index 0000000..0539fea --- /dev/null +++ b/APScheduler-3.9.1.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bea0309569da53a7261bfa0ce19c67ddbfe151bda776a6a907579fdbd3eb2a +size 100604 diff --git a/APScheduler-3.9.1.tar.gz b/APScheduler-3.9.1.tar.gz deleted file mode 100644 index ca17485..0000000 --- a/APScheduler-3.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3 -size 100567 diff --git a/python-APScheduler.changes b/python-APScheduler.changes index a27de87..6a268b8 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 1 17:48:48 UTC 2022 - Yogalakshmi Arunachalam + +- version update to 3.9.1.post1 + * Dropped Python 2.7 from the list of supported Python versions + Relates to #666. + ------------------------------------------------------------------- Tue Mar 1 13:02:06 UTC 2022 - pgajdos@suse.com diff --git a/python-APScheduler.spec b/python-APScheduler.spec index f4d36b0..53d869f 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.9.1 +Version: 3.9.1.post1 Release: 0 Summary: In-process task scheduler with Cron-like capabilities License: MIT