From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 84356cf6f..72b2bbcb7 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106789): https://lists.openembedded.org/g/openembedded-devel/message/106789 Mute This Topic: https://lists.openembedded.org/mt/102623430/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
