diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-10 17:07:22 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-11 08:25:56 -0700 |
| commit | 3efefaad13da26160953733042b38d33029cfa3e (patch) | |
| tree | 0685d5e8495a4a98991ce097ffbf55fad6035aa2 /meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb | |
| parent | 0f7eec8da9a5b37856df54f26d8abb2b85f86028 (diff) | |
| download | meta-openembedded-3efefaad13da26160953733042b38d33029cfa3e.tar.gz | |
python3-croniter: Upgrade 1.0.12 -> 1.0.13
Upgrade to release 1.0.13:
- Fix ZeroDivisionError with * * R/0 * *
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb new file mode 100644 index 0000000000..c520fa715f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "croniter provides iteration for datetime object with cron like format" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "croniter" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "57f36df4f5a1c31bbf50bbffa3551612c19f6156ab1e88e2e42342ccbb9f9b9a" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " python3-dateutil python3-natsort" | ||
