diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-11 17:25:04 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-12 09:16:08 -0800 |
| commit | 97f7d81a95f174ca2f29d0a1ebe57a919314596f (patch) | |
| tree | f19738bb7bfd8f937c1a57e156732c4d9607d217 /meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb | |
| parent | ae76da9210b51485da995b51f7ed41e89471dea9 (diff) | |
| download | meta-openembedded-97f7d81a95f174ca2f29d0a1ebe57a919314596f.tar.gz | |
python3-croniter: Upgrade 0.3.37 -> 1.0.1
Upgrade to release 1.0.1:
- no changes, just to make sense with new semver2 (making croniter
on a stable state)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb new file mode 100644 index 0000000000..0ffae0c0de --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.1.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] = "9d9942beaae10c0f9f5de4dcbfab4d85b10638cf407195b82d990bc086d6de0d" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " python3-dateutil python3-natsort" | ||
