diff mbox series

[meta-python] python3-geomet: upgrade 1.0.0 -> 1.1.0

Message ID 1700122510-22059-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-geomet: upgrade 1.0.0 -> 1.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 16, 2023, 8:15 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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%)

Comments

Khem Raj Nov. 20, 2023, 3:50 a.m. UTC | #1
On Thu, 16 Nov 2023 16:15:10 +0800, wangmy@fujitsu.com wrote:
> 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
> 
> [...]

Applied, thanks!

[1/1] python3-geomet: upgrade 1.0.0 -> 1.1.0
      commit: 7f6172eb45d765bd9ba6b6e2105ae57bfc15e495

Best regards,
diff mbox series

Patch

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"