forked from pool/python-croniter
Accepting request 1006437 from home:yarunachalam:branches:devel:languages:python
- Update to v1.3.7: * fix tests * Fix croniter_range infinite loop [Shachar Snapiri <ssnapiri@paloaltonetworks.com>] - Update to v1.3.5: * Add Python 3.10 support [eelkevdbos] - Update to v1.3.4: * Really fix compat for tests under py27 [kiorky] - Update to v1.3.3: * Fix compat for tests under py27 [kiorky] - Update to v1.3.2: * Fix #12: regressions with set_current [kiorky, agateblue] - Update to v1.3.1: * Restore compat with python2 [kiorky] - Update to v1.3.0: * Add a way to make next() easier to use. This fixes #11 [kiorky] OBS-URL: https://build.opensuse.org/request/show/1006437 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=39
This commit is contained in:
parent
77ee2a7356
commit
1fdcbd8f0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:094422f6aeb9ed646714393503fa388afe4f846e110e1997fea5794e2085c2d7
|
|
||||||
size 39813
|
|
3
croniter-1.3.7.tar.gz
Normal file
3
croniter-1.3.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72ef78d0f8337eb35393b8893ebfbfbeb340f2d2ae47e0d2d78130e34b0dd8b9
|
||||||
|
size 38853
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 15:18:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to v1.3.7:
|
||||||
|
* fix tests
|
||||||
|
* Fix croniter_range infinite loop [Shachar Snapiri <ssnapiri@paloaltonetworks.com>]
|
||||||
|
|
||||||
|
- Update to v1.3.5:
|
||||||
|
* Add Python 3.10 support [eelkevdbos]
|
||||||
|
|
||||||
|
- Update to v1.3.4:
|
||||||
|
* Really fix compat for tests under py27 [kiorky]
|
||||||
|
|
||||||
|
- Update to v1.3.3:
|
||||||
|
* Fix compat for tests under py27 [kiorky]
|
||||||
|
|
||||||
|
- Update to v1.3.2:
|
||||||
|
* Fix #12: regressions with set_current [kiorky, agateblue]
|
||||||
|
|
||||||
|
- Update to v1.3.1:
|
||||||
|
* Restore compat with python2 [kiorky]
|
||||||
|
|
||||||
|
- Update to v1.3.0:
|
||||||
|
* Add a way to make next() easier to use. This fixes #11 [kiorky]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-croniter
|
Name: python-croniter
|
||||||
Version: 1.2.0
|
Version: 1.3.7
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user