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