1
0

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:
Markéta Machová 2022-09-27 16:26:16 +00:00 committed by Git OBS Bridge
parent 77ee2a7356
commit 1fdcbd8f0d
4 changed files with 29 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

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