Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
croniter-2.0.5.tar.gz
Normal file
3
croniter-2.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1f8ca0af64212fbe99b1bee125ee5a1b53a9c1b433968d8bca8817b79d237f3
|
||||
size 47450
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9b1ef25b10eece48fdf29d8ac52f9b6252abff983ac614ade4f3276294019e
|
||||
size 57084
|
@ -1,50 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 3.0.4:
|
||||
* Fix overflow on 32bits systems (#87) [kiorky]
|
||||
* Fix python2 testing (related to #93) [kiorky]
|
||||
* Modernize packaging. Special thanks to Aarni Koskela (akx)
|
||||
for all the inputs. [kiorky, akx]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 06:35:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.3:
|
||||
* Fix start_time not respected in
|
||||
get_next/get_prev/all_next/all_prev (#86) [hesstobi, kiorky]
|
||||
* Add an update_current argument to
|
||||
get_next/get_prev/all_next/all_prev to facilitate writing of
|
||||
some downstream code, see #83. [kiorky]
|
||||
* Support for year field [zhouyizhen, kiorky]
|
||||
* Better support for 6 fields (second), and 7 fields crons
|
||||
[zhouyizhen, kiorky]
|
||||
* Better fix hashed expressions omitting some entries (#82,
|
||||
#42, #30) fix is retained over #42 initial fix [zhouyizhen,
|
||||
kiorky]
|
||||
* Ensure match return false when not time available (#81)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 09:37:56 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 2.0.7:
|
||||
* fix doc
|
||||
- update to 2.0.6:
|
||||
* Implement second_at_beginning [zhouyizhen, kiorky]
|
||||
* Support question mark as wildcard [zhouyizhen, kiorky]
|
||||
* Support to start a cron from a reference start time [mghextreme, kiorky]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 12:52:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-croniter
|
||||
Version: 5.0.1
|
||||
Version: 2.0.5
|
||||
Release: 0
|
||||
Summary: Python iterators for datetime objects with cron-like format
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user