1
0

Accepting request 1170471 from devel:languages:python

- 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/request/show/1170471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2024-04-28 19:50:02 +00:00 committed by Git OBS Bridge
commit 3307fd30a3
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>

View File

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