diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-19 14:48:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-19 10:24:49 -0700 |
commit | 3cf953e25c494dea15ce7307f8448bd2db118bfc (patch) | |
tree | 928abad7af1cb37c9dd725bb8b2b6541011a2818 /meta-python/recipes-devtools/python | |
parent | 0f622acba7f2626fa72c09408d2a20986579716f (diff) | |
download | meta-openembedded-3cf953e25c494dea15ce7307f8448bd2db118bfc.tar.gz |
python3-croniter: upgrade 1.3.15 -> 1.4.1
Changelog:
===========
Make a retrocompatible version of 1.4.0 change about supporting VIXIECRON bug.
Added "implement_cron_bug" flag to make the cron parser compatible with a bug in Vixie/ISC Cron
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb b/meta-python/recipes-devtools/python/python3-croniter_1.4.1.bb index b00ab26152..e9f84eb9e5 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_1.4.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "croniter" | 6 | PYPI_PACKAGE = "croniter" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "924a38fda88f675ec6835667e1d32ac37ff0d65509c2152729d16ff205e32a65" | 8 | SRC_URI[sha256sum] = "1a6df60eacec3b7a0aa52a8f2ef251ae3dd2a7c7c8b9874e73e791636d55a361" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||