- update to 0.3.32:

- document seconds repeats, fixes #122
  - Implement match method, fixes #54
  - Adding tests for #127 (test more DSTs and croniter behavior around)
  - Changed lag_hours comparison to absolute to manage dst boundary when getting previous

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=24
This commit is contained in:
Dirk Mueller 2020-06-08 13:32:49 +00:00 committed by Git OBS Bridge
parent 597b0a7de0
commit d2a7627e3a
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 8 13:31:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.3.32:
- document seconds repeats, fixes #122
- Implement match method, fixes #54
- Adding tests for #127 (test more DSTs and croniter behavior around)
- Changed lag_hours comparison to absolute to manage dst boundary when getting previous
-------------------------------------------------------------------
Sat Mar 14 15:47:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -18,20 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-croniter
Version: 0.3.31
Version: 0.3.32
Release: 0
Summary: Python iterators for datetime objects with cron-like format
License: MIT
Group: Development/Languages/Python
URL: http://github.com/kiorky/croniter
Source: https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz
BuildRequires: %{python_module natsort}
BuildRequires: %{python_module pytest >= 3.0.3}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tzlocal}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-natsort
Requires: python-python-dateutil
BuildArch: noarch
%python_subpackages