mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-10 14:27:38 +00:00
4c1ec8349e
Upgrade to release 6.2.3: - Fix quadratic expansion of comma-separated range lists for a large speed-up on expressions with many ranges. - Reject a zero step (e.g. 5-5/0) in equal and reversed cron ranges instead of silently accepting it. - Fix expand_from_start_time month low-bound off-by-one so stepped month ranges start on the correct month. - Fix zizmor-reported security findings in GitHub Actions workflows. - Bump pinned build and CI dependencies via dependabot. - Upgrade locked development and build dependencies (uv lock --upgrade). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
540 B
BlitzBasic
17 lines
540 B
BlitzBasic
DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
|
|
|
|
SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch"
|
|
SRC_URI[sha256sum] = "fb129986ef7e2c44e3f4c9f503da83ad914d2afa48f40a43ee3dca4b5c41d476"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += "python3-pathspec python3-trove-classifiers"
|
|
RDEPENDS:${PN} += " \
|
|
python3-dateutil \
|
|
python3-natsort \
|
|
python3-pytz \
|
|
"
|