- 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:
Dirk Mueller 2022-01-15 16:23:52 +00:00 committed by Git OBS Bridge
parent 1c597e69bb
commit 77ee2a7356
4 changed files with 14 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:094422f6aeb9ed646714393503fa388afe4f846e110e1997fea5794e2085c2d7
size 39813

View File

@ -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>

View File

@ -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