From 4cacd046236ed098c8e21e8bccfb548c0abcf750417ce7ad162ec30d0d4696a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 9 Aug 2023 07:34:11 +0000 Subject: [PATCH] - update to 1.4: * support Vietnamese * Possible BC - Parsing call was moved from `ExpressionDescriptor.get_description` to `ExpressionDescriptor.__init__` that means parsing exceptions are thrown when calling `ExpressionDescriptor` constructor and not when calling `ExpressionDescriptor.get_description` modify your exception handling accordingly... * Possible BC - Option `throw_exception_on_parse_error` (boolean) was removed, code now works as if `throw_exception_on_parse_error=True` (default - always throw exceptions). Remove `throw_exception_on_parse_error` option from your code if you were using it. * Added missing spanish translation string * Add possibility to use custom .mo files, locally * Slovak translation * Fixes #31 * Fixes #36 * 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 * Fix CI Build/Deploy on new version * Fixes some issues ( #14 #17 ) and some small code refactoring * Fixes #13 * Fixes #10 * Relase fixing issue #6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cron-descriptor?expand=0&rev=9 --- cron_descriptor-1.2.32.tar.gz | 3 --- cron_descriptor-1.4.tar.gz | 3 +++ python-cron-descriptor.changes | 35 ++++++++++++++++++++++++++++++++++ python-cron-descriptor.spec | 4 ++-- 4 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 cron_descriptor-1.2.32.tar.gz create mode 100644 cron_descriptor-1.4.tar.gz diff --git a/cron_descriptor-1.2.32.tar.gz b/cron_descriptor-1.2.32.tar.gz deleted file mode 100644 index db87b5d..0000000 --- a/cron_descriptor-1.2.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24d3eb80d8dcd93dd5c42c2fea1563d5d796f6792d72764a2135eeeb78e72f1 -size 40302 diff --git a/cron_descriptor-1.4.tar.gz b/cron_descriptor-1.4.tar.gz new file mode 100644 index 0000000..48d2e4e --- /dev/null +++ b/cron_descriptor-1.4.tar.gz @@ -0,0 +1,3 @@ +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 61eaec9..bfe9ba8 100644 --- a/python-cron-descriptor.changes +++ b/python-cron-descriptor.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Wed Aug 9 07:28:16 UTC 2023 - Dirk Müller + +- update to 1.4: + * support Vietnamese + * Possible BC - Parsing call was moved from + `ExpressionDescriptor.get_description` to + `ExpressionDescriptor.__init__` that means parsing + exceptions are thrown when calling `ExpressionDescriptor` + constructor and not when calling + `ExpressionDescriptor.get_description` modify your exception + handling accordingly... + * Possible BC - Option `throw_exception_on_parse_error` + (boolean) was removed, code now works as if + `throw_exception_on_parse_error=True` (default - always throw + exceptions). Remove `throw_exception_on_parse_error` option + from your code if you were using it. + * Added missing spanish translation string + * Add possibility to use custom .mo files, locally + * Slovak translation + * Fixes #31 + * Fixes #36 + * 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 + * Fix CI Build/Deploy on new version + * Fixes some issues ( #14 #17 ) and some small code refactoring + * Fixes #13 + * Fixes #10 + * Relase fixing issue #6 + * Release solving issue #4 + ------------------------------------------------------------------- Sat Dec 3 04:28:06 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-cron-descriptor.spec b/python-cron-descriptor.spec index 71bef2d..2d3a369 100644 --- a/python-cron-descriptor.spec +++ b/python-cron-descriptor.spec @@ -1,7 +1,7 @@ # # spec file for package python-cron-descriptor # -# 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-cron-descriptor -Version: 1.2.32 +Version: 1.4 Release: 0 Summary: Python library that converts cron expressions into human readable strings License: MIT