From 4b20656e277347bde61a56811e656de237c0bb694b902b0baf2c96a7fcd91aec Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 27 Sep 2022 15:23:23 +0000 Subject: [PATCH] Accepting request 1006433 from home:yarunachalam:branches:devel:languages:python - Update to v1.2.30: * Fixes #31 * Fixes #36 * Implements #52 fix from upstream that fixes #37 - Update to v1.2.27: * Added Korean support by @hanqyu * Added Persian support by @Davoodeh * Added Tamil support by @sankarhari * Added Japanese support by @tho-asterist * fixes unclosed open translation file by Rafael Reuber * various fixes around OBS-URL: https://build.opensuse.org/request/show/1006433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cron-descriptor?expand=0&rev=5 --- cron_descriptor-1.2.24.tar.gz | 3 --- cron_descriptor-1.2.31.tar.gz | 3 +++ python-cron-descriptor.changes | 16 ++++++++++++++++ python-cron-descriptor.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 cron_descriptor-1.2.24.tar.gz create mode 100644 cron_descriptor-1.2.31.tar.gz diff --git a/cron_descriptor-1.2.24.tar.gz b/cron_descriptor-1.2.24.tar.gz deleted file mode 100644 index 88bfaed..0000000 --- a/cron_descriptor-1.2.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b47d2e169f52293941bc64f57b3f6fef2e35f478c5bca5542388f7f6ed3d628 -size 32140 diff --git a/cron_descriptor-1.2.31.tar.gz b/cron_descriptor-1.2.31.tar.gz new file mode 100644 index 0000000..ecf5b98 --- /dev/null +++ b/cron_descriptor-1.2.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1896ec452baef96e5eb16e703d0de0a947a46ebfdb2315f886a3b6972a11b44 +size 40466 diff --git a/python-cron-descriptor.changes b/python-cron-descriptor.changes index c7ec7c8..9b3699e 100644 --- a/python-cron-descriptor.changes +++ b/python-cron-descriptor.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 27 14:32:48 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v1.2.30: + * Fixes #31 + * Fixes #36 + * Implements #52 fix from upstream that fixes #37 + +- Update to v1.2.27: + * Added Korean support by @hanqyu + * Added Persian support by @Davoodeh + * Added Tamil support by @sankarhari + * Added Japanese support by @tho-asterist + * fixes unclosed open translation file by Rafael Reuber + * various fixes around + ------------------------------------------------------------------- Wed Apr 1 14:40:50 UTC 2020 - Marketa Calabkova diff --git a/python-cron-descriptor.spec b/python-cron-descriptor.spec index 0eaaa63..2cf9d14 100644 --- a/python-cron-descriptor.spec +++ b/python-cron-descriptor.spec @@ -1,7 +1,7 @@ # # spec file for package python-cron-descriptor # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.2.24 +Version: 1.2.31 Release: 0 Summary: Python library that converts cron expressions into human readable strings License: MIT