diff --git a/croniter-3.0.4.tar.gz b/croniter-3.0.4.tar.gz deleted file mode 100644 index b8d1b7d..0000000 --- a/croniter-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9dcd4bdb6c97abedb6f09d6ed3495b13ede4d4544503fa580b6372a56a0c520 -size 54500 diff --git a/croniter-5.0.1.tar.gz b/croniter-5.0.1.tar.gz new file mode 100644 index 0000000..caa43c1 --- /dev/null +++ b/croniter-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9b1ef25b10eece48fdf29d8ac52f9b6252abff983ac614ade4f3276294019e +size 57084 diff --git a/python-croniter.changes b/python-croniter.changes index 14a8cb6..d417b5b 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 19 12:51:45 UTC 2024 - Dirk Müller + +- update to 5.0.1: + * Community wanted: Reintroduce 7 as DayOfWeek in deviation + from standard cron (#90). [kiorky] + * Remove DayOfWeek alias 7 to DayOfWeek 0 to stick to standard + cron (#90). [kiorky] + * Fix DOW ranges calculations when lastday is a Sunday. + [kiorky] + ------------------------------------------------------------------- Mon Oct 28 11:35:00 UTC 2024 - Dirk Müller diff --git a/python-croniter.spec b/python-croniter.spec index a890ae9..286fc24 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-croniter -Version: 3.0.4 +Version: 5.0.1 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT