From 77ee2a7356417905a3d53bc4aaf965a5593f5d0f567ec6f5e677b31dcee04932 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 16:23:52 +0000 Subject: [PATCH] - update to 1.2.0: * Enforce validation for day=1. Before this release we used to support day=0 and it was silently glided to day=1 to support having both day in day in 4th field when it came to have 6fields cron forms (second repeat). It will now raises a CroniterBadDateError. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=38 --- croniter-1.1.0.tar.gz | 3 --- croniter-1.2.0.tar.gz | 3 +++ python-croniter.changes | 9 +++++++++ python-croniter.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 croniter-1.1.0.tar.gz create mode 100644 croniter-1.2.0.tar.gz diff --git a/croniter-1.1.0.tar.gz b/croniter-1.1.0.tar.gz deleted file mode 100644 index 26ede40..0000000 --- a/croniter-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4023e4d18ced979332369964351e8f4f608c1f7c763e146b1d740002c4245247 -size 39641 diff --git a/croniter-1.2.0.tar.gz b/croniter-1.2.0.tar.gz new file mode 100644 index 0000000..35ffe02 --- /dev/null +++ b/croniter-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094422f6aeb9ed646714393503fa388afe4f846e110e1997fea5794e2085c2d7 +size 39813 diff --git a/python-croniter.changes b/python-croniter.changes index 8fc22f4..40daf2e 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller + +- update to 1.2.0: + * Enforce validation for day=1. Before this release we used to support day=0 + and it was silently glided to day=1 to support having both day in day in + 4th field when it came to have 6fields cron forms (second repeat). It will + now raises a CroniterBadDateError. + ------------------------------------------------------------------- Mon Dec 6 20:11:10 UTC 2021 - Dirk Müller diff --git a/python-croniter.spec b/python-croniter.spec index cf23c87..a782741 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -1,7 +1,7 @@ # # spec file for package python-croniter # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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-croniter -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT