diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-21 15:17:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-25 14:34:06 -0800 |
| commit | 830795a35fd223ad62e7538a682fd9b05b890801 (patch) | |
| tree | 51684a88cf33eed97e7c4396b857a9438f3dbf9a /meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb | |
| parent | 4ee8ea68a571655dc7151a65e16dd4f280a90679 (diff) | |
| download | meta-openembedded-830795a35fd223ad62e7538a682fd9b05b890801.tar.gz | |
python3-croniter: Upgrade 1.0.1 -> 1.0.2
Upgrade to release 1.0.2:
- Fix match when datetime has microseconds
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.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.2.bb new file mode 100644 index 0000000000..bfe1f1d4c1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.2.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] = "12f9fd52e7cfb623d0788956d137a3de26e5583a25820fa7710fb6b58d32b213" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " python3-dateutil python3-natsort" | ||
