diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-31 15:40:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-31 08:28:50 -0700 |
| commit | df7e12a5e277a31bc94a5a5f2bb5458fec7b1507 (patch) | |
| tree | ea81323d12506e26e1f664475cf9656738f8cab6 /meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb | |
| parent | b6939fc095a985454103fe243c0bff4266088858 (diff) | |
| download | meta-openembedded-df7e12a5e277a31bc94a5a5f2bb5458fec7b1507.tar.gz | |
python3-croniter: upgrade 1.3.14 -> 1.3.15
Changelog:
==========
Fix hashed expressions omitting some entries
Enhance .match() precision for 6 position expressions
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/python3-croniter_1.3.15.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.15.bb new file mode 100644 index 0000000000..b00ab26152 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.3.15.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://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "croniter" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "924a38fda88f675ec6835667e1d32ac37ff0d65509c2152729d16ff205e32a65" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" | ||
