1
0

- 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
This commit is contained in:
Dirk Mueller 2020-03-14 15:48:12 +00:00 committed by Git OBS Bridge
parent adee728c26
commit 597b0a7de0
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590
size 18122

3
croniter-0.3.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8984b4b27ddfc4b95b2bcec17ee31f827426cf1d717c2af79eff4b4435e23197
size 18214

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 14 15:47:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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

View File

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