Accepting request 936119 from devel:languages:python

- update to 1.1.0:
  * Enforce validation for month=1. Before this release we used to support
    month=0 and it was silently glided to month=1 to support having both day in
    month in 4th field when it came to have 6fields cron forms

OBS-URL: https://build.opensuse.org/request/show/936119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2021-12-06 23:00:32 +00:00 committed by Git OBS Bridge
commit 19c728249c
4 changed files with 12 additions and 4 deletions

View File

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

3
croniter-1.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4023e4d18ced979332369964351e8f4f608c1f7c763e146b1d740002c4245247
size 39641

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 6 20:11:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Enforce validation for month=1. Before this release we used to support
month=0 and it was silently glided to month=1 to support having both day in
month in 4th field when it came to have 6fields cron forms
-------------------------------------------------------------------
Sat Oct 16 21:06:49 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-croniter
Version: 1.0.15
Version: 1.1.0
Release: 0
Summary: Python iterators for datetime objects with cron-like format
License: MIT