1
0

- update to 0.3.34:

- Feat croniter_range(start, stop, cron)
  - Optimization for poorly written cron expression
  - Make dateutil tz support more official
  - Feat/support for day or

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=26
This commit is contained in:
Dirk Mueller 2020-07-17 07:25:35 +00:00 committed by Git OBS Bridge
parent d2a7627e3a
commit d41561bf31
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 17 07:25:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.3.34:
- Feat croniter_range(start, stop, cron)
- Optimization for poorly written cron expression
- Make dateutil tz support more official
- Feat/support for day or
-------------------------------------------------------------------
Mon Jun 8 13:31:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

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