From f7cf2d3ae5f10fad78ab9571ba4d0e18bada618770bcd5aa528e51d5df3c6be0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 08:44:58 +0000 Subject: [PATCH] - 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 --- croniter-1.3.14.tar.gz | 3 +++ croniter-1.3.7.tar.gz | 3 --- python-croniter.changes | 11 +++++++++++ python-croniter.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 croniter-1.3.14.tar.gz delete mode 100644 croniter-1.3.7.tar.gz diff --git a/croniter-1.3.14.tar.gz b/croniter-1.3.14.tar.gz new file mode 100644 index 0000000..168d86d --- /dev/null +++ b/croniter-1.3.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d067b1f95b553c6e82d95a983c465695913dcd12f47a8b9aa938a0450d94dd5e +size 40026 diff --git a/croniter-1.3.7.tar.gz b/croniter-1.3.7.tar.gz deleted file mode 100644 index 1705a5f..0000000 --- a/croniter-1.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72ef78d0f8337eb35393b8893ebfbfbeb340f2d2ae47e0d2d78130e34b0dd8b9 -size 38853 diff --git a/python-croniter.changes b/python-croniter.changes index 6530f54..c5434f7 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 3 08:42:57 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-croniter.spec b/python-croniter.spec index 4e7ef13..3a0926a 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -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}/*