- 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
This commit is contained in:
parent
1c597e69bb
commit
77ee2a7356
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4023e4d18ced979332369964351e8f4f608c1f7c763e146b1d740002c4245247
|
|
||||||
size 39641
|
|
3
croniter-1.2.0.tar.gz
Normal file
3
croniter-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:094422f6aeb9ed646714393503fa388afe4f846e110e1997fea5794e2085c2d7
|
||||||
|
size 39813
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Mon Dec 6 20:11:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-croniter
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-croniter
|
Name: python-croniter
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python iterators for datetime objects with cron-like format
|
Summary: Python iterators for datetime objects with cron-like format
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user