diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-18 16:02:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-23 13:00:54 -0800 |
| commit | 9cd7cf19e3e076ce5076de931a4899093ea5f823 (patch) | |
| tree | 06e9139c4cea03421beb722ec70ce25624c00577 /meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb | |
| parent | b918a70abdc2567458bcb07a4f2b5d90505f4446 (diff) | |
| download | meta-openembedded-9cd7cf19e3e076ce5076de931a4899093ea5f823.tar.gz | |
python3-croniter: Upgrade 0.3.35 -> 0.3.36
Upgrade to release 0.3.36:
- Updated docs section regarding max_years_between_matches to
be more shorter and hopefully more relevant
- Don't install tests
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_0.3.36.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb new file mode 100644 index 0000000000..b2571491b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.36.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 | SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346" | ||
| 8 | SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " python3-dateutil python3-natsort" | ||
