From 7f6172eb45d765bd9ba6b6e2105ae57bfc15e495 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 16:15:10 +0800 Subject: [PATCH] python3-geomet: upgrade 1.0.0 -> 1.1.0 Changelog: ============= -Move project metadata to pyproject.toml, modify build scripts -pyproject.toml: include the full README.md as the readme contents -Remove dependency on six -Fix geojson to esrijson conversion with custom SRID -Add explicit support for Python3.11 -docs: Simplify release process, make patch versioning more clear -Add explicit support for Python3.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-geomet_1.0.0.bb => python3-geomet_1.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-geomet_1.0.0.bb => python3-geomet_1.1.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-geomet_1.0.0.bb b/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-geomet_1.0.0.bb rename to meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb index 84356cf6fd..72b2bbcb76 100644 --- a/meta-python/recipes-devtools/python/python3-geomet_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "cb52411978ee01ff104ab48f108d7333b14423ae7a15a65fee25b7d29b S = "${WORKDIR}/git" SRC_URI = "git://github.com/geomet/geomet.git;protocol=https;branch=master" -SRCREV = "7fff4438510c30e592db858b2d519eddb5837a6c" +SRCREV = "6ac73c312b52aca328db2e61d90c5e363b62639f" inherit setuptools3 PIP_INSTALL_PACKAGE = "geomet"