1
0

- update to 2.0.5:

* No changes, fix lint
  * Support hashid strings in is_valid
  * Avoid over-optimization in crontab expansions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=57
This commit is contained in:
Dirk Mueller 2024-04-27 12:53:32 +00:00 committed by Git OBS Bridge
parent 427bfb435b
commit df39271362
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 27 12:52:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.5:
* No changes, fix lint
* Support hashid strings in is_valid
* Avoid over-optimization in crontab expansions
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 6 18:55:06 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Apr 6 18:55:06 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-croniter Name: python-croniter
Version: 2.0.3 Version: 2.0.5
Release: 0 Release: 0
Summary: Python iterators for datetime objects with cron-like format Summary: Python iterators for datetime objects with cron-like format
License: MIT License: MIT