From 277f49beca4727cd143cbb3f731564bf037b8ef86428131cad0885b0abf56407 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 27 Aug 2021 21:57:45 +0000 Subject: [PATCH] Accepting request 913763 from home:glaubitz:branches:devel:languages:python - Update to version 0.23.0 * Bump version and copyright year * Added early return option to next function that allows returning timestamp of next occurence instead of delay. * Fixed issue with comparing against None * Update docstring of Crontab.__init__ * Added compare * Bump version * Allow looping ranges OBS-URL: https://build.opensuse.org/request/show/913763 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crontab?expand=0&rev=6 --- crontab-0.22.6.tar.gz | 3 --- crontab-0.23.0.tar.gz | 3 +++ python-crontab.changes | 13 +++++++++++++ python-crontab.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 crontab-0.22.6.tar.gz create mode 100644 crontab-0.23.0.tar.gz diff --git a/crontab-0.22.6.tar.gz b/crontab-0.22.6.tar.gz deleted file mode 100644 index 94ef2ff..0000000 --- a/crontab-0.22.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d18d960501d4f54fc6bb7836c6e4e535a0cd2e1a6d16dcd797e1a3e2602f20a1 -size 19854 diff --git a/crontab-0.23.0.tar.gz b/crontab-0.23.0.tar.gz new file mode 100644 index 0000000..981d032 --- /dev/null +++ b/crontab-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0ffee30194d5632789bcf9942c198d051aeab1b3dc8d8f0c506521c93647de +size 20380 diff --git a/python-crontab.changes b/python-crontab.changes index 122f61b..c11ab46 100644 --- a/python-crontab.changes +++ b/python-crontab.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 23 12:52:40 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 0.23.0 + * Bump version and copyright year + * Added early return option to next function that allows + returning timestamp of next occurence instead of delay. + * Fixed issue with comparing against None + * Update docstring of Crontab.__init__ + * Added compare + * Bump version + * Allow looping ranges + ------------------------------------------------------------------- Tue Sep 17 09:57:08 UTC 2019 - Jan Engelhardt diff --git a/python-crontab.spec b/python-crontab.spec index d28aa42..d10740d 100644 --- a/python-crontab.spec +++ b/python-crontab.spec @@ -1,7 +1,7 @@ # # spec file for package python-crontab # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-crontab -Version: 0.22.6 +Version: 0.23.0 Release: 0 Summary: Python module for parsing and using crontab schedules License: LGPL-2.1-only