Accepting request 1225104 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/1225104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=34
This commit is contained in:
Ana Guerrero 2024-11-19 21:23:46 +00:00 committed by Git OBS Bridge
commit 01ae0d4045
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 19 12:51:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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