Accepting request 1206441 from devel:languages:python
- 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) OBS-URL: https://build.opensuse.org/request/show/1206441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=32
This commit is contained in:
commit
060a0f319a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1041b912b4b1e03751a0993531becf77851ae6e8b334c9c76ffeffb8f055f53f
|
||||
size 49655
|
3
croniter-3.0.3.tar.gz
Normal file
3
croniter-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34117ec1741f10a7bd0ec3ad7d8f0eb8fa457a2feb9be32e6a2250e158957668
|
||||
size 53088
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-croniter
|
||||
Version: 2.0.7
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Python iterators for datetime objects with cron-like format
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user