Accepting request 812619 from devel:languages:python
- 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/request/show/812619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=12
This commit is contained in:
commit
40af553be4
@ -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
3
croniter-0.3.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d5bf45f12861c1b718c51bd6e2ab056da94e651bf22900658421cdde0ff7088
|
||||||
|
size 19560
|
@ -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>
|
Sat Mar 14 15:47:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,20 +18,23 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-croniter
|
Name: python-croniter
|
||||||
Version: 0.3.31
|
Version: 0.3.32
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python iterators for datetime objects with cron-like format
|
Summary: Python iterators for datetime objects with cron-like format
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/kiorky/croniter
|
URL: http://github.com/kiorky/croniter
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz
|
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 pytest >= 3.0.3}
|
||||||
BuildRequires: %{python_module python-dateutil}
|
BuildRequires: %{python_module python-dateutil}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module tzlocal}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
Requires: python-natsort
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user