From 597b0a7de00821e47e52633448c6a6ebe6c7519451e46624a3ea22a0fd8f2bfe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 Mar 2020 15:48:12 +0000 Subject: [PATCH] - update to 0.3.31: - Fix get_next() when start_time less then 1s before next instant OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=22 --- croniter-0.3.30.tar.gz | 3 --- croniter-0.3.31.tar.gz | 3 +++ python-croniter.changes | 6 ++++++ python-croniter.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 croniter-0.3.30.tar.gz create mode 100644 croniter-0.3.31.tar.gz diff --git a/croniter-0.3.30.tar.gz b/croniter-0.3.30.tar.gz deleted file mode 100644 index 069036a..0000000 --- a/croniter-0.3.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590 -size 18122 diff --git a/croniter-0.3.31.tar.gz b/croniter-0.3.31.tar.gz new file mode 100644 index 0000000..b1675e2 --- /dev/null +++ b/croniter-0.3.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8984b4b27ddfc4b95b2bcec17ee31f827426cf1d717c2af79eff4b4435e23197 +size 18214 diff --git a/python-croniter.changes b/python-croniter.changes index 7264b77..e491be7 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 14 15:47:06 UTC 2020 - Dirk Mueller + +- update to 0.3.31: + - Fix get_next() when start_time less then 1s before next instant + ------------------------------------------------------------------- Thu May 23 06:36:54 UTC 2019 - pgajdos@suse.com diff --git a/python-croniter.spec b/python-croniter.spec index 52c3fa9..fbd65d8 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -1,7 +1,7 @@ # # spec file for package python-croniter # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-croniter -Version: 0.3.30 +Version: 0.3.31 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT