diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-08 14:53:28 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-04-17 06:46:24 -0700 |
commit | 26fb3297b49ccd2462abdd727cae4db599ccbf70 (patch) | |
tree | 67d139c018c16b4f93dce51c6c7b7db28050a91c /meta-python/recipes-devtools/python/python3-grpcio/boring_ssl.patch | |
parent | 6beb289d5a935ad7a8c05680e53a73bfb4898011 (diff) | |
download | meta-openembedded-26fb3297b49ccd2462abdd727cae4db599ccbf70.tar.gz |
python3-croniter: Upgrade 1.0.10 -> 1.0.11
Upgrade to release 1.0.11:
- fix bug: bad case:0 6 30 3 *
- Add support for L in the day_of_week component. This enable
expressions like * * * * L4, which means last Thursday of the
month.
- Create CroniterUnsupportedSyntaxError exception for situations
where CRON syntax may be valid but some combinations of features
is not supported. Currently, this is used when the day_of_week
component has a combination of literal values and nth/last
syntax at the same time.
For example, 0 0 * * 1,L6 or 0 0 * * 15,sat#1 will both raise
this exception because of mixing literal days of the week with
nth-weekday or last-weekday syntax. This may impact existing
cron expressions in prior releases, because 0 0 * * 15,sat#1
was previously allowed but incorrectly handled.
- Update croniter_range() to allow an alternate croniter class to
be used. Helpful when using a custom class derived from croniter.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit 159df278565891aad0e68f8628c6435c36638772)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/boring_ssl.patch')
0 files changed, 0 insertions, 0 deletions