diff --git a/croniter-1.0.15.tar.gz b/croniter-1.0.15.tar.gz deleted file mode 100644 index f0702c3..0000000 --- a/croniter-1.0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a70dfc9d52de9fc1a886128b9148c89dd9e76b67d55f46516ca94d2d73d58219 -size 39164 diff --git a/croniter-1.1.0.tar.gz b/croniter-1.1.0.tar.gz new file mode 100644 index 0000000..26ede40 --- /dev/null +++ b/croniter-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4023e4d18ced979332369964351e8f4f608c1f7c763e146b1d740002c4245247 +size 39641 diff --git a/python-croniter.changes b/python-croniter.changes index d44260f..8fc22f4 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 6 20:11:10 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-croniter.spec b/python-croniter.spec index f618776..cf23c87 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -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