- update to 1.3.14:
* Add check for range begin/end * restore py2 compat * Do not expose `i` into global namespace * Fix DOW hash parsing [kiorky] * better error handling on py3 [kiorky] * Add Python 3.11 support and move docs files to main folder OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=43
This commit is contained in:
parent
97a33e6c8c
commit
f7cf2d3ae5
3
croniter-1.3.14.tar.gz
Normal file
3
croniter-1.3.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d067b1f95b553c6e82d95a983c465695913dcd12f47a8b9aa938a0450d94dd5e
|
||||
size 40026
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72ef78d0f8337eb35393b8893ebfbfbeb340f2d2ae47e0d2d78130e34b0dd8b9
|
||||
size 38853
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 08:42:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.14:
|
||||
* Add check for range begin/end
|
||||
* restore py2 compat
|
||||
* Do not expose `i` into global namespace
|
||||
* Fix DOW hash parsing [kiorky]
|
||||
* better error handling on py3 [kiorky]
|
||||
* Add Python 3.11 support and move docs files to main folder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 07:15:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-croniter
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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: 1.3.7
|
||||
Version: 1.3.14
|
||||
Release: 0
|
||||
Summary: Python iterators for datetime objects with cron-like format
|
||||
License: MIT
|
||||
@ -54,7 +54,7 @@ croniter provides iterators for datetime object with cron-like format.
|
||||
%pytest src
|
||||
|
||||
%files %{python_files}
|
||||
%license docs/LICENSE
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user