Changelog for
python310-cron-descriptor-1.4.5-14.2.noarch.rpm :
* Sat Sep 28 2024 Dirk Müller
- update to 1.4.4:
* Simple CLI with all Options implemented
* GitHub Actions: Add Python 3.13 pre-release to the testing
* README.md: Supports Python 3.8 - 3.12
* Correct typo forth to fourth
* Tue Jan 30 2024 Dirk Müller - update to 1.4.3:
* replace flake8 with ruff
* CI fixes
* Wed Aug 09 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 AATThanqyu
* Added Persian support by AATTDavoodeh
* Added Tamil support by AATTsankarhari
* Added Japanese support by AATTtho-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 03 2022 Yogalakshmi Arunachalam - Update to v1.2.32
* chore(Format): fix formatting- Update to v1.2.31 No changelog
* Tue Sep 27 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 AATThanqyu
* Added Persian support by AATTDavoodeh
* Added Tamil support by AATTsankarhari
* Added Japanese support by AATTtho-asterist
* fixes unclosed open translation file by Rafael Reuber
* various fixes around
* Wed Apr 01 2020 Marketa Calabkova - Update to 1.2.24
* Fix CI Build/Deploy on new version
* Mon Sep 16 2019 John Vandenberg - Initial spec for v1.2.23