forked from pool/python-croniter
Accepting request 878436 from devel:languages:python
- Update to 1.0.8: * Update `_expand` to lowercase each component of the expression. * Fix _expand to reject int literals with underscores * Fix combination of star and invalid expression bugs * Security fix: fix overflow when using cron ranges * Fix #155: raise CroniterBadCronError when error syntax * Fix match when datetime has microseconds * Added Python 3.8 and 3.9 support OBS-URL: https://build.opensuse.org/request/show/878436 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=15
This commit is contained in:
commit
dc98521b78
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c
|
|
||||||
size 29539
|
|
3
croniter-1.0.8.tar.gz
Normal file
3
croniter-1.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8b830d787c9993361b74eaad7d7396090d7f2d9db41ceb4a52cb75da461c3ed
|
||||||
|
size 31019
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 12 03:42:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.0.8:
|
||||||
|
* Update `_expand` to lowercase each component of the expression.
|
||||||
|
* Fix _expand to reject int literals with underscores
|
||||||
|
* Fix combination of star and invalid expression bugs
|
||||||
|
* Security fix: fix overflow when using cron ranges
|
||||||
|
* Fix #155: raise CroniterBadCronError when error syntax
|
||||||
|
* Fix match when datetime has microseconds
|
||||||
|
* Added Python 3.8 and 3.9 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 26 09:22:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Thu Nov 26 09:22:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-croniter
|
# spec file for package python-croniter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-croniter
|
Name: python-croniter
|
||||||
Version: 0.3.36
|
Version: 1.0.8
|
||||||
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
|
|
||||||
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 future}
|
||||||
BuildRequires: %{python_module natsort}
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user