From d2a7627e3a060f86e8834b6adb05ca2465d9840f6d2fabc2b2a3a5aaa6cba309 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jun 2020 13:32:49 +0000 Subject: [PATCH] - 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 --- croniter-0.3.31.tar.gz | 3 --- croniter-0.3.32.tar.gz | 3 +++ python-croniter.changes | 9 +++++++++ python-croniter.spec | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 croniter-0.3.31.tar.gz create mode 100644 croniter-0.3.32.tar.gz diff --git a/croniter-0.3.31.tar.gz b/croniter-0.3.31.tar.gz deleted file mode 100644 index b1675e2..0000000 --- a/croniter-0.3.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8984b4b27ddfc4b95b2bcec17ee31f827426cf1d717c2af79eff4b4435e23197 -size 18214 diff --git a/croniter-0.3.32.tar.gz b/croniter-0.3.32.tar.gz new file mode 100644 index 0000000..90f0238 --- /dev/null +++ b/croniter-0.3.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5bf45f12861c1b718c51bd6e2ab056da94e651bf22900658421cdde0ff7088 +size 19560 diff --git a/python-croniter.changes b/python-croniter.changes index e491be7..a60849b 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 8 13:31:08 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-croniter.spec b/python-croniter.spec index fbd65d8..10cdc91 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -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