From 72da2b7b51fd60924703da94681152b6c92a36ae Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 23 Apr 2025 13:12:57 +0300 Subject: python3-automat: Upgrade 24.8.1 -> 25.4.16 Upgrade to release 25.4.16: - Metadata updates - Allow 'hatch version' to work - Allow return type annotations Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-automat_24.8.1.bb | 11 ----------- .../recipes-devtools/python/python3-automat_25.4.16.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-automat_24.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-automat_25.4.16.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-automat_24.8.1.bb b/meta-python/recipes-devtools/python/python3-automat_24.8.1.bb deleted file mode 100644 index e2a31bea1e..0000000000 --- a/meta-python/recipes-devtools/python/python3-automat_24.8.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Self-service finite-state machines for the programmer on the go" -HOMEPAGE = "https://github.com/glyph/Automat" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477" - -SRC_URI[sha256sum] = "b34227cf63f6325b8ad2399ede780675083e439b20c323d376373d8ee6306d88" - -DEPENDS += "python3-setuptools-scm-native" - -inherit pypi python_setuptools_build_meta - diff --git a/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb b/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb new file mode 100644 index 0000000000..c5ba16fc0d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Self-service finite-state machines for the programmer on the go" +HOMEPAGE = "https://github.com/glyph/Automat" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477" + +SRC_URI[sha256sum] = "0017591a5477066e90d26b0e696ddc143baafd87b588cfac8100bc6be9634de0" + +inherit pypi python_hatchling + +DEPENDS += "\ + python3-hatch-vcs-native \ +" + -- cgit v1.2.3-54-g00ecf