Accepting request 946664 from devel:languages:python
- 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/request/show/946664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=20
This commit is contained in:
commit
860717c1be
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user