All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1
@ 2023-03-23  4:14 wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.2.0 -> 3.2.1 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-03-23  4:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

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 --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
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.2.0 -> 3.2.1
  2023-03-23  4:14 [oe] [meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1 wangmy
@ 2023-03-23  4:14 ` wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-23  4:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: delete empty line at the end of the file.

Changelog:
==========
 add missing server.start(). (#1443)
 Don't publish univeral (Python2 / Python 3) wheels (#1423)
 Remove unneccesary custom LOG_LEVEL check (#1424)
 Include py.typed in package (#1422)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pymodbus_3.2.0.bb => python3-pymodbus_3.2.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pymodbus_3.2.0.bb => python3-pymodbus_3.2.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.2.0.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.2.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.2.1.bb
index d792fdf970..5b3ea1bb77 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.2.1.bb
@@ -1,10 +1,10 @@
 SUMMARY = "A fully featured modbus protocol stack in python"
 HOMEPAGE = "https://github.com/riptideio/pymodbus/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2c2223d66c7e674b40527b5a4c35bd76"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=430604f78bee72425da231d42eac9cee"
 DEPENDS += "python3-six-native"
 
-SRC_URI[sha256sum] = "5769ac9a00ffc154e1761c69299c1968dcab1c2a61741b1caff89c4aea81dbcf"
+SRC_URI[sha256sum] = "2a0c82651a7eb96c784493b5fc26ccca26ba8e9530258d811dab50b87ce132de"
 S = "${WORKDIR}/pymodbus-${PV}"
 
 inherit pypi setuptools3
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0
  2023-03-23  4:14 [oe] [meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1 wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.2.0 -> 3.2.1 wangmy
@ 2023-03-23  4:14 ` wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-apt: upgrade 2.5.2 -> 2.5.3 wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 2.1.1 -> 3.0.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-23  4:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Switch to MIT license

Changelog:
https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-sentry-sdk_1.15.0.bb => python3-sentry-sdk_1.17.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.15.0.bb => python3-sentry-sdk_1.17.0.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.17.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.0.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.17.0.bb
index b3ce17451c..c0a180ad11 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.17.0.bb
@@ -2,8 +2,8 @@ SUMMARY = "The new Python SDK for Sentry.io"
 DESCRIPTION = "This is the next line of the Python SDK \
 for Sentry, intended to replace the raven package on PyPI."
 HOMEPAGE = "https://github.com/getsentry/sentry-python"
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb29c83dd48cb7b112d0dd81111a89"
 
 RDEPENDS:${PN} += "\
 	${PYTHON_PN}-urllib3 \
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "69ecbb2e1ff4db02a06c4f20f6f69cb5dfe3ebfbc06d023e40d77cf78e9c37e7"
+SRC_URI[sha256sum] = "ad40860325c94d1a656da70fba5a7c4dbb2f6809d3cc2d00f74ca0b608330f14"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-apt: upgrade 2.5.2 -> 2.5.3
  2023-03-23  4:14 [oe] [meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1 wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.2.0 -> 3.2.1 wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 wangmy
@ 2023-03-23  4:14 ` wangmy
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 2.1.1 -> 3.0.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-23  4:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-apt_2.5.2.bb => python3-apt_2.5.3.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/python/{python3-apt_2.5.2.bb => python3-apt_2.5.3.bb} (90%)

diff --git a/meta-oe/recipes-devtools/python/python3-apt_2.5.2.bb b/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb
similarity index 90%
rename from meta-oe/recipes-devtools/python/python3-apt_2.5.2.bb
rename to meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb
index d95c60f81..1d54b9f6a 100644
--- a/meta-oe/recipes-devtools/python/python3-apt_2.5.2.bb
+++ b/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
 SRC_URI = "git://salsa.debian.org/apt-team/python-apt.git;protocol=https;branch=main"
 
-SRCREV = "e78d37eec72fe3afd28db17d5ea7a705bb4e3ce9"
+SRCREV = "3252935b6224b3bd2e2250894b9559b47c61b2e1"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 2.1.1 -> 3.0.0
  2023-03-23  4:14 [oe] [meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1 wangmy
                   ` (2 preceding siblings ...)
  2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-apt: upgrade 2.5.2 -> 2.5.3 wangmy
@ 2023-03-23  4:14 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-23  4:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh.
 Clean up top level namespace.
 Documentation and test improvements.
 Test infrastructure improvements
 Indicate that there is no support commitment for fish and tcsh shells

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-argcomplete_2.1.1.bb => python3-argcomplete_3.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-argcomplete_2.1.1.bb => python3-argcomplete_3.0.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_2.1.1.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.0.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-argcomplete_2.1.1.bb
rename to meta-python/recipes-devtools/python/python3-argcomplete_3.0.0.bb
index 8e77d39cb..3ec271bac 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "72e08340852d32544459c0c19aad1b48aa2c3a96de8c6e5742456b4f538ca52f"
+SRC_URI[sha256sum] = "69db74ba0c72897452f2666267bd76c9cd10829686e99889e6758fac99b23286"
 
 PYPI_PACKAGE = "argcomplete"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-23  4:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  4:14 [oe] [meta-python] [PATCH] python3-geojson: upgrade 2.5.0 -> 3.0.1 wangmy
2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.2.0 -> 3.2.1 wangmy
2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 wangmy
2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-apt: upgrade 2.5.2 -> 2.5.3 wangmy
2023-03-23  4:14 ` [oe] [meta-python] [PATCH] python3-argcomplete: upgrade 2.1.1 -> 3.0.0 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.