mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
|
||||
|
||||
PYPI_PACKAGE = "croniter"
|
||||
|
||||
SRC_URI[sha256sum] = "924a38fda88f675ec6835667e1d32ac37ff0d65509c2152729d16ff205e32a65"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " python3-dateutil python3-natsort"
|
||||
Reference in New Issue
Block a user