python-cron-descriptor
Python library that converts cron expressions into human readable strings
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-cron-descriptor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cron_descriptor-1.4.tar.gz | 0000043216 42.2 KB | |
python-cron-descriptor.changes | 0000002489 2.43 KB | |
python-cron-descriptor.spec | 0000001946 1.9 KB |
Revision 5 (latest revision is 7)
Dominique Leuenberger (dimstar_suse)
accepted
request 1103084
from
Dirk Mueller (dirkmueller)
(revision 5)
- 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
Comments 0