1
0

- update to 1.3.15:

* Fix hashed expressions omitting some entries
  * Enhance .match() precision for 6 position expressions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=45
This commit is contained in:
Dirk Mueller 2023-05-29 16:03:03 +00:00 committed by Git OBS Bridge
parent f7cf2d3ae5
commit 62459faa61
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 29 16:02:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.15:
* Fix hashed expressions omitting some entries
* Enhance .match() precision for 6 position expressions
-------------------------------------------------------------------
Wed May 3 08:42:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-croniter
Version: 1.3.14
Version: 1.3.15
Release: 0
Summary: Python iterators for datetime objects with cron-like format
License: MIT