From 5a20e5ae103222bde644fe7a084b9f3a185f85824bff29832543c958731d076a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 12:05:49 +0000 Subject: [PATCH] - update to 1.4.3: * replace flake8 with ruff * CI fixes - Update to v1.2.32 - Update to v1.2.30: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cron-descriptor?expand=0&rev=11 --- cron_descriptor-1.4.3.tar.gz | 3 +++ cron_descriptor-1.4.tar.gz | 3 --- python-cron-descriptor.changes | 11 +++++++++-- python-cron-descriptor.spec | 4 ++-- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 cron_descriptor-1.4.3.tar.gz delete mode 100644 cron_descriptor-1.4.tar.gz diff --git a/cron_descriptor-1.4.3.tar.gz b/cron_descriptor-1.4.3.tar.gz new file mode 100644 index 0000000..2c2eb06 --- /dev/null +++ b/cron_descriptor-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7e27520298e12199782f7f67fbc4d804745eb0e26f37be0da86b2134e9fca9 +size 43980 diff --git a/cron_descriptor-1.4.tar.gz b/cron_descriptor-1.4.tar.gz deleted file mode 100644 index 48d2e4e..0000000 --- a/cron_descriptor-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a74746ef4e36cebe85c7affc7d41f009a5bf8d4df3fee3f7cc99a7f56e97cb24 -size 43216 diff --git a/python-cron-descriptor.changes b/python-cron-descriptor.changes index bfe9ba8..707e441 100644 --- a/python-cron-descriptor.changes +++ b/python-cron-descriptor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 30 12:05:20 UTC 2024 - Dirk Müller + +- update to 1.4.3: + * replace flake8 with ruff + * CI fixes + ------------------------------------------------------------------- Wed Aug 9 07:28:16 UTC 2023 - Dirk Müller @@ -36,7 +43,7 @@ Wed Aug 9 07:28:16 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Sat Dec 3 04:28:06 UTC 2022 - Yogalakshmi Arunachalam -- Update to v1.2.32 +- Update to v1.2.32 * chore(Format): fix formatting - Update to v1.2.31 @@ -45,7 +52,7 @@ Sat Dec 3 04:28:06 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Tue Sep 27 14:32:48 UTC 2022 - Yogalakshmi Arunachalam -- Update to v1.2.30: +- Update to v1.2.30: * Fixes #31 * Fixes #36 * Implements #52 fix from upstream that fixes #37 diff --git a/python-cron-descriptor.spec b/python-cron-descriptor.spec index 2d3a369..c7e191c 100644 --- a/python-cron-descriptor.spec +++ b/python-cron-descriptor.spec @@ -1,7 +1,7 @@ # # spec file for package python-cron-descriptor # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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-cron-descriptor -Version: 1.4 +Version: 1.4.3 Release: 0 Summary: Python library that converts cron expressions into human readable strings License: MIT