From 1fdcbd8f0d6fba187a481437c934ca06cdc012ae33045fca5923546694fe2594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 27 Sep 2022 16:26:16 +0000 Subject: [PATCH] Accepting request 1006437 from home:yarunachalam:branches:devel:languages:python - Update to v1.3.7: * fix tests * Fix croniter_range infinite loop [Shachar Snapiri ] - 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 --- croniter-1.2.0.tar.gz | 3 --- croniter-1.3.7.tar.gz | 3 +++ python-croniter.changes | 25 +++++++++++++++++++++++++ python-croniter.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 croniter-1.2.0.tar.gz create mode 100644 croniter-1.3.7.tar.gz diff --git a/croniter-1.2.0.tar.gz b/croniter-1.2.0.tar.gz deleted file mode 100644 index 35ffe02..0000000 --- a/croniter-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:094422f6aeb9ed646714393503fa388afe4f846e110e1997fea5794e2085c2d7 -size 39813 diff --git a/croniter-1.3.7.tar.gz b/croniter-1.3.7.tar.gz new file mode 100644 index 0000000..1705a5f --- /dev/null +++ b/croniter-1.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ef78d0f8337eb35393b8893ebfbfbeb340f2d2ae47e0d2d78130e34b0dd8b9 +size 38853 diff --git a/python-croniter.changes b/python-croniter.changes index 40daf2e..eaa8806 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Sep 27 15:18:11 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.3.7: + * fix tests + * Fix croniter_range infinite loop [Shachar Snapiri ] + +- 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 diff --git a/python-croniter.spec b/python-croniter.spec index a782741..efe49c3 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -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