diff mbox series

[meta-python] python3-geojson: upgrade 2.5.0 -> 3.0.1

Message ID 1679544881-19951-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-geojson: upgrade 2.5.0 -> 3.0.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 23, 2023, 4:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Update library name in license

Changelog:
==========
Add Support for Python 3.11.x minor revisions
Support for Python versions 3.7-3.11 (Python 2 no longer supported)
Primary development branch renamed from master to main
Handle all real numbers as coordinates
Default precision improvements
CI improvements
utf-8 support added to geojson.dumps()
Polygons now constrained to bounding box
Better GeometryCollection handling in util.coords()
Improved point validation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-geojson_2.5.0.bb => python3-geojson_3.0.1.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-geojson_2.5.0.bb => python3-geojson_3.0.1.bb} (67%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_3.0.1.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
rename to meta-python/recipes-devtools/python/python3-geojson_3.0.1.bb
index 40cf8bda76..671fe4f23a 100644
--- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-geojson_3.0.1.bb
@@ -1,10 +1,9 @@ 
 SUMMARY = "Python bindings and utilities for GeoJSON"
 HOMEPAGE = "https://pypi.org/project/geojson/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f77f2ed49768c8d4c79ba874c0f94d8a"
 
-SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324"
-SRC_URI[sha256sum] = "6e4bb7ace4226a45d9c8c8b1348b3fc43540658359f93c3f7e03efa9f15f658a"
+SRC_URI[sha256sum] = "ff3d75acab60b1e66504a11f7ea12c104bad32ff3c410a807788663b966dee4a"
 
 inherit pypi setuptools3 ptest