[oe] [meta-python] [PATCH] python3-termcolor: upgrade 2.1.0 -> 2.1.1

2022-11-29 Thread zhengruoqin
Changelog:
Add __main__ to re-enable demo via python -m termcolor (#27)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-termcolor_2.1.0.bb => python3-termcolor_2.1.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-termcolor_2.1.0.bb => 
python3-termcolor_2.1.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb 
b/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
index 4794fc084..4f48f5e5c 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.1.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"b80df54667ce4f48c03fe35df194f052dc27a541ebbf2544e4d6b47b5d6949c4"
+SRC_URI[sha256sum] = 
"67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b"
 
 DEPENDS += " \
${PYTHON_PN}-toml-native \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99856): 
https://lists.openembedded.org/g/openembedded-devel/message/99856
Mute This Topic: https://lists.openembedded.org/mt/95352338/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-twitter: upgrade 4.10.1 -> 4.12.1

2022-11-29 Thread zhengruoqin
Changelog:
=
* Add 1 second buffer to API v2 streaming timeout (51a5d61)
* Default AsyncBaseStream to abort closed SSL transports (#1904)
* Warn when Tweet data is missing default edit_history_tweet_ids field 
(3dea0df, #1994)
* Change initial network_error_wait to 0 for streaming (b18c1a6)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-twitter_4.10.1.bb => python3-twitter_4.12.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twitter_4.10.1.bb => 
python3-twitter_4.12.1.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.10.1.bb 
b/meta-python/recipes-devtools/python/python3-twitter_4.12.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-twitter_4.10.1.bb
rename to meta-python/recipes-devtools/python/python3-twitter_4.12.1.bb
index b283aef56..addbe16e0 100644
--- a/meta-python/recipes-devtools/python/python3-twitter_4.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-twitter_4.12.1.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Python module to support twitter API"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[sha256sum] = 
"310193775d7fc381abd6f37021a9af27f7e9edfcce5ec51bd73ea5f30c21fa61"
+SRC_URI[sha256sum] = 
"5e4c5b5d22f9e5dd9678a708fae4e40e6eeb1a860a89891a5de3040d5f3da8fe"
 
 PYPI_PACKAGE = "tweepy"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99855): 
https://lists.openembedded.org/g/openembedded-devel/message/99855
Mute This Topic: https://lists.openembedded.org/mt/95352334/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.9.10 -> 1.11.1

2022-11-29 Thread zhengruoqin
Changelog:
==
Move set_transaction_name out of event processor in fastapi/starlette (#1751)
Expose proxy_headers as top level config and use in ProxyManager: 
https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers 
(#1746)

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-sentry-sdk_1.9.10.bb => python3-sentry-sdk_1.11.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.9.10.bb => 
python3-sentry-sdk_1.11.1.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb 
b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb
index c09a01b2a..5b2cc4851 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.9.10.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.11.1.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = 
"4fbace9a763285b608c06f01a807b51acb35f6059da6a01236654e08b0ee81ff"
+SRC_URI[sha256sum] = 
"675f6279b6bb1fea09fd61751061f9a90dca3b5929ef631dd50dc8b3aeb245e9"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99854): 
https://lists.openembedded.org/g/openembedded-devel/message/99854
Mute This Topic: https://lists.openembedded.org/mt/95352324/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-texttable: upgrade 1.6.4 -> 1.6.7

2022-11-29 Thread zhengruoqin
Changelog:
Get rid of stub file in wheel package (#84)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-texttable_1.6.4.bb => python3-texttable_1.6.7.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-texttable_1.6.4.bb => 
python3-texttable_1.6.7.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-texttable_1.6.4.bb 
b/meta-python/recipes-devtools/python/python3-texttable_1.6.7.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-texttable_1.6.4.bb
rename to meta-python/recipes-devtools/python/python3-texttable_1.6.7.bb
index 6916a72d3..e8024987c 100644
--- a/meta-python/recipes-devtools/python/python3-texttable_1.6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-texttable_1.6.7.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=7a97cdac2d9679ffdcfef3dc036d24f6"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9"
+SRC_URI[sha256sum] = 
"290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99853): 
https://lists.openembedded.org/g/openembedded-devel/message/99853
Mute This Topic: https://lists.openembedded.org/mt/95352314/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-redis: upgrade 4.3.4 -> 4.3.5

2022-11-29 Thread zhengruoqin
Changelog:
=
* New Features
--
Add support for TIMESERIES 1.8 (#2296)
Graph - add counters for removed labels and properties (#2292)
Add support for TDIGEST.QUANTILE extensions (#2317)
Add TDIGEST.TRIMMED_MEAN (#2300)
Add support for async GRAPH module (#2273)
Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE 
(#2319)
Adding reserve as an alias for create, so that we have BF.RESERVE and 
CF.RESERVE accuratenly supported (#2331)

* Bug Fixes
--
Fix async connection.is_connected to return a boolean value (#2278)
Fix: workaround asyncio bug on connection reset by peer (#2259)
Fix crash: key expire while search (#2270)
Async cluster: fix concurrent pipeline (#2280)
Fix async SEARCH pipeline (#2316)
Fix KeyError in async cluster - initialize before execute multi key 
commands (#2439)

* Maintenance

Supply chain risk reduction: remove dependency on library named deprecated 
(#2386)
Search test - Ignore order of the items in the response (#2322)
Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335)
Fix TimeSeries range aggregation (twa) tests (#2358)
Mark TOPK.COUNT as deprecated (#2363)

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-redis_4.3.4.bb => python3-redis_4.3.5.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-redis_4.3.4.bb => 
python3-redis_4.3.5.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-redis_4.3.4.bb 
b/meta-python/recipes-devtools/python/python3-redis_4.3.5.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-redis_4.3.4.bb
rename to meta-python/recipes-devtools/python/python3-redis_4.3.5.bb
index e0f953ca4..f6dcebb16 100644
--- a/meta-python/recipes-devtools/python/python3-redis_4.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.3.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[sha256sum] = 
"ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"
+SRC_URI[sha256sum] = 
"30c07511627a4c5c4d970e06772f323174f75e745a26938319817ead7a12"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99852): 
https://lists.openembedded.org/g/openembedded-devel/message/99852
Mute This Topic: https://lists.openembedded.org/mt/95352307/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-simplejson: upgrade 3.17.6 -> 3.18.0

2022-11-22 Thread zhengruoqin
Changelog:
==
* Allow serialization of classes that implement for_json or _asdict by
  ignoring TypeError when those methods are called
  https://github.com/simplejson/simplejson/pull/302
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
  sequence edge case
  https://github.com/simplejson/simplejson/pull/298

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-simplejson_3.17.6.bb => python3-simplejson_3.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-simplejson_3.17.6.bb => 
python3-simplejson_3.18.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.6.bb 
b/meta-python/recipes-devtools/python/python3-simplejson_3.18.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-simplejson_3.17.6.bb
rename to meta-python/recipes-devtools/python/python3-simplejson_3.18.0.bb
index b836f97fe..ccdd4ddba 100644
--- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.6.bb
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.18.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
 
-SRC_URI[sha256sum] = 
"cf98038d2abf63a1ada5730e91e84c642ba6c225b0198c3684151b1f80c5f8a6"
+SRC_URI[sha256sum] = 
"58a429d2c2fa80834115b923ff689622de8f214cf0dc4afa9f59e824b444ab31"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99697): 
https://lists.openembedded.org/g/openembedded-devel/message/99697
Mute This Topic: https://lists.openembedded.org/mt/95213411/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-zopeinterface: upgrade 5.5.1 -> 5.5.2

2022-11-22 Thread zhengruoqin
Changelog:
Add support for building arm64 wheels on macOS.

Signed-off-by: Zheng Ruoqin 
---
 ...n3-zopeinterface_5.5.1.bb => python3-zopeinterface_5.5.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zopeinterface_5.5.1.bb => 
python3-zopeinterface_5.5.2.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb 
b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
rename to meta-python/recipes-devtools/python/python3-zopeinterface_5.5.2.bb
index 00c2eaf28..0384d46e5 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
 PYPI_PACKAGE = "zope.interface"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = 
"6d678475fdeb11394dc9aaa5c564213a1567cc663082e0ee85d52f78d1fbaab2"
+SRC_URI[sha256sum] = 
"bfee1f3ff62143819499e348f5b8a7f3aa0259f9aca5e0ddae7391d059dce671"
 
 PACKAGES =. "${PN}-test "
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99696): 
https://lists.openembedded.org/g/openembedded-devel/message/99696
Mute This Topic: https://lists.openembedded.org/mt/95213410/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pywbemtools: upgrade 1.0.1 -> 1.1.1

2022-11-22 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ython3-pywbemtools_1.0.1.bb => python3-pywbemtools_1.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_1.0.1.bb 
=> python3-pywbemtools_1.1.1.bb} (92%)

diff --git 
a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.0.1.bb 
b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.1.bb
similarity index 92%
rename from 
meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.0.1.bb
rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.1.bb
index ea9d6528d..1d449cb0e 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.0.1.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[sha256sum] = 
"3fd2fec6a11992afb8a34c0181b76c8d36c6fae1b79d83fb4542ce08e0fb4127"
+SRC_URI[sha256sum] = 
"aacf4bfffa872bb0e3d0c19ee0630e3c0997d4f13553189b63b297787341735f"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99695): 
https://lists.openembedded.org/g/openembedded-devel/message/99695
Mute This Topic: https://lists.openembedded.org/mt/95213407/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.43 -> 1.4.44

2022-11-22 Thread zhengruoqin
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.44

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-sqlalchemy_1.4.43.bb => python3-sqlalchemy_1.4.44.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.43.bb => 
python3-sqlalchemy_1.4.44.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.43.bb 
b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.44.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.43.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.44.bb
index 46132cfba..1c318e6ce 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.43.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.44.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79"
 
-SRC_URI[sha256sum] = 
"c628697aad7a141da8fc3fd81b4874a711cc84af172e1b1e7bbfadf760446496"
+SRC_URI[sha256sum] = 
"2dda5f96719ae89b3ec0f1b79698d86eb9aecb1d54e990abb3fdd92c04b46a90"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99694): 
https://lists.openembedded.org/g/openembedded-devel/message/99694
Mute This Topic: https://lists.openembedded.org/mt/95213402/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-python-vlc: upgrade 3.0.16120 -> 3.0.18121

2022-11-22 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...-python-vlc_3.0.16120.bb => python3-python-vlc_3.0.18121.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-python-vlc_3.0.16120.bb => 
python3-python-vlc_3.0.18121.bb} (75%)

diff --git 
a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.16120.bb 
b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18121.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-python-vlc_3.0.16120.bb
rename to meta-python/recipes-devtools/python/python3-python-vlc_3.0.18121.bb
index a4d21a50e..518dbb205 100644
--- a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.16120.bb
+++ b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.18121.bb
@@ -3,6 +3,6 @@ HOMEPAGE = "wiki.videolan.org/PythonBinding"
 LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI[sha256sum] = 
"92f98fee088f72bd6d063b3b3312d0bd29b37e7ad65ddeb3a7303320300c2807"
+SRC_URI[sha256sum] = 
"24550314a3e6ed55fd347b009491c98b865f9dfa05a92e889d7b0a2210e7485b"
 
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99693): 
https://lists.openembedded.org/g/openembedded-devel/message/99693
Mute This Topic: https://lists.openembedded.org/mt/95213396/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH] yelp-tools: upgrade 42.0 -> 42.1

2022-11-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../yelp/{yelp-tools_42.0.bb => yelp-tools_42.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/yelp/{yelp-tools_42.0.bb => 
yelp-tools_42.1.bb} (83%)

diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb 
b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb
similarity index 83%
rename from meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb
rename to meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb
index a5da8590f..28ba39288 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.0.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb
@@ -16,7 +16,7 @@ DEPENDS += " \
 yelp-xsl \
 "
 
-SRC_URI[archive.sha256sum] = 
"2cd43063ffa7262df15dd8d379aa3ea3999d42661f07563f4802daa1149f7df4"
+SRC_URI[archive.sha256sum] = 
"3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905"
 
 RDEPENDS:${PN} += "python3-core yelp-xsl"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99583): 
https://lists.openembedded.org/g/openembedded-devel/message/99583
Mute This Topic: https://lists.openembedded.org/mt/95012228/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] ser2net: upgrade 4.3.9 -> 4.3.10

2022-11-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../ser2net/{ser2net_4.3.9.bb => ser2net_4.3.10.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.3.9.bb => 
ser2net_4.3.10.bb} (84%)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.10.bb
similarity index 84%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.3.10.bb
index e149bb568..f52921f22 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.10.bb
@@ -9,7 +9,7 @@ DEPENDS = "gensio libyaml"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"bcb8ae31d00c6b4392d1cd1c9ecc9390a8b241029c42c5eb951af090edaf56db"
+SRC_URI[sha256sum] = 
"bfad2b5d98c56f957daf2be975a5a2cefd645f27ef02d54817fadd6e4bf291b3"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net;
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99582): 
https://lists.openembedded.org/g/openembedded-devel/message/99582
Mute This Topic: https://lists.openembedded.org/mt/95012221/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.1.0 -> 4.1.1

2022-11-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-stevedore_4.1.0.bb => python3-stevedore_4.1.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_4.1.0.bb => 
python3-stevedore_4.1.1.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_4.1.0.bb 
b/meta-python/recipes-devtools/python/python3-stevedore_4.1.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_4.1.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_4.1.1.bb
index 2749f481d..66916838c 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_4.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"02518a8f0d6d29be8a445b7f2ac63753ff29e8f2a2faa01777568d5500d777a6"
+SRC_URI[sha256sum] = 
"7f8aeb6e3f90f96832c301bff21a7eb5eefbe894c88c506483d355565d88cc1a"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99581): 
https://lists.openembedded.org/g/openembedded-devel/message/99581
Mute This Topic: https://lists.openembedded.org/mt/95012218/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pywbemtools: upgrade 1.0.1 -> 1.1.0

2022-11-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ython3-pywbemtools_1.0.1.bb => python3-pywbemtools_1.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_1.0.1.bb 
=> python3-pywbemtools_1.1.0.bb} (92%)

diff --git 
a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.0.1.bb 
b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.0.bb
similarity index 92%
rename from 
meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.0.1.bb
rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.0.bb
index ea9d6528d..e02485dde 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.0.1.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.1.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[sha256sum] = 
"3fd2fec6a11992afb8a34c0181b76c8d36c6fae1b79d83fb4542ce08e0fb4127"
+SRC_URI[sha256sum] = 
"5428169d9704f98519666cc81a33bfbb813612108979d4c9ce10d6202faf621e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99580): 
https://lists.openembedded.org/g/openembedded-devel/message/99580
Mute This Topic: https://lists.openembedded.org/mt/95012217/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pymodbus: upgrade 3.0.0 -> 3.0.2

2022-11-13 Thread zhengruoqin
Changelog:
==
Add pygments as requirement for repl
Update datastore remote to handle write requests (#1166)
Allow multiple servers. (#1164)
Fix typo. (#1162)
Transfer parms. to connected client. (#1161)
Repl enhancements 2 (#1141)
Server simulator with datastore with json data. (#1157)
Avoid unwanted reconnects (#1154)
Do not initialize framer twice. (#1153)
Allow timeout as float. (#1152)
Improve Docker Support (#1145)
Fix unreachable code in AsyncModbusTcpClient (#1151)
Fix type hints for port and timeout (#1147)
Start/stop multiple servers. (#1138)
Server/asyncio.py correct logging when disconnecting the socket (#1135)
Add Docker and container registry support (#1132)
Removes undue reported error when forwarding (#1134)
Obey timeout parameter on connection (#1131)
Readme typos (#1129)
Clean noqa directive. (#1125)
Add isort and activate CI fail for black/isort. (#1124)
Update examples. (#1117)
Move logging configuration behind function call (#1120)
serial2TCP forwarding example (#1116)
Make serial import dynamic. (#1114)
Bugfix ModbusSerialServer setup so handler is called correctly. (#1113)
Clean configurations. (#)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-pymodbus_3.0.0.bb => python3-pymodbus_3.0.2.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymodbus_3.0.0.bb => 
python3-pymodbus_3.0.2.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.0.0.bb 
b/meta-python/recipes-devtools/python/python3-pymodbus_3.0.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymodbus_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-pymodbus_3.0.2.bb
index 829241947..95cc3e351 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.0.2.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c2223d66c7e674b40527b5a4c35bd76"
 DEPENDS += "python3-six-native"
 
-SRC_URI[sha256sum] = 
"37c9b6f3e5c82f39ee42047ca48cbc9fd0c49a6731126789500191e9deea6cbc"
+SRC_URI[sha256sum] = 
"704cb7fb90631c45f9c3a70b89d0c990fe0e208ac56f14a5c449e21bebd1e201"
 S = "${WORKDIR}/pymodbus-${PV}"
 
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99579): 
https://lists.openembedded.org/g/openembedded-devel/message/99579
Mute This Topic: https://lists.openembedded.org/mt/95012214/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-tqdm: upgrade 4.64.0 -> 4.64.1

2022-11-07 Thread zhengruoqin
Changelog:
==
support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364)
fix jupyter lab display
update notebook tests

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-tqdm_4.64.0.bb => python3-tqdm_4.64.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.64.0.bb => 
python3-tqdm_4.64.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb 
b/meta-python/recipes-devtools/python/python3-tqdm_4.64.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.64.1.bb
index 3cb45f1a6..cb3b56aa8 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.64.1.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT & MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=1672e2674934fd93a31c09cf17f34100"
 
-SRC_URI[sha256sum] = 
"40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"
+SRC_URI[sha256sum] = 
"5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99487): 
https://lists.openembedded.org/g/openembedded-devel/message/99487
Mute This Topic: https://lists.openembedded.org/mt/94883476/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-zopeinterface: upgrade 5.5.0 -> 5.5.1

2022-11-07 Thread zhengruoqin
Changelog:
==
Add support for final Python 3.11 release.

Signed-off-by: Zheng Ruoqin 
---
 ...n3-zopeinterface_5.5.0.bb => python3-zopeinterface_5.5.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zopeinterface_5.5.0.bb => 
python3-zopeinterface_5.5.1.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb 
b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
rename to meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
index 015ec0e3e..00c2eaf28 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
 PYPI_PACKAGE = "zope.interface"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = 
"700ebf9662cf8df70e2f0cb4988e078c53f65ee3eefd5c9d80cf988c4175c8e3"
+SRC_URI[sha256sum] = 
"6d678475fdeb11394dc9aaa5c564213a1567cc663082e0ee85d52f78d1fbaab2"
 
 PACKAGES =. "${PN}-test "
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99486): 
https://lists.openembedded.org/g/openembedded-devel/message/99486
Mute This Topic: https://lists.openembedded.org/mt/94883473/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-termcolor: upgrade 2.0.1 -> 2.1.0

2022-11-07 Thread zhengruoqin
Changelog:
==
Added
--
Support FORCE_COLOR and detect tty (#25)

Deprecated
--
Deprecate __ALL__, use __all__ instead (#23)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-termcolor_2.0.1.bb => python3-termcolor_2.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-termcolor_2.0.1.bb => 
python3-termcolor_2.1.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb 
b/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
index 47f7938f1..4794fc084 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.1.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"
+SRC_URI[sha256sum] = 
"b80df54667ce4f48c03fe35df194f052dc27a541ebbf2544e4d6b47b5d6949c4"
 
 DEPENDS += " \
${PYTHON_PN}-toml-native \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99485): 
https://lists.openembedded.org/g/openembedded-devel/message/99485
Mute This Topic: https://lists.openembedded.org/mt/94883468/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.4.1 -> 1.4.2

2022-11-07 Thread zhengruoqin
Changelog:
==
  - create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt 
args, to maintain consistency (#875)
  - Remove redundant key generation line (#864)
  - Updated docs to fix old links and updated CI to include Python 3.11

Signed-off-by: Zheng Ruoqin 
---
 ...socket-client_1.4.1.bb => python3-websocket-client_1.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_1.4.1.bb 
=> python3-websocket-client_1.4.2.bb} (84%)

diff --git 
a/meta-python/recipes-devtools/python/python3-websocket-client_1.4.1.bb 
b/meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
similarity index 84%
rename from 
meta-python/recipes-devtools/python/python3-websocket-client_1.4.1.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
index 39c5921c9..ab88af4bf 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.4.2.bb
@@ -7,7 +7,7 @@ HOMEPAGE = 
"https://github.com/websocket-client/websocket-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8"
 
-SRC_URI[sha256sum] = 
"f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef"
+SRC_URI[sha256sum] = 
"d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99484): 
https://lists.openembedded.org/g/openembedded-devel/message/99484
Mute This Topic: https://lists.openembedded.org/mt/94883463/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.42 -> 1.4.43

2022-11-07 Thread zhengruoqin
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.43

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-sqlalchemy_1.4.42.bb => python3-sqlalchemy_1.4.43.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.42.bb => 
python3-sqlalchemy_1.4.43.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.42.bb 
b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.43.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.42.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.43.bb
index 6999554b8..46132cfba 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.42.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.43.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79"
 
-SRC_URI[sha256sum] = 
"177e41914c476ed1e1b77fd05966ea88c094053e17a85303c4ce007f88eff363"
+SRC_URI[sha256sum] = 
"c628697aad7a141da8fc3fd81b4874a711cc84af172e1b1e7bbfadf760446496"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99483): 
https://lists.openembedded.org/g/openembedded-devel/message/99483
Mute This Topic: https://lists.openembedded.org/mt/94883452/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.39.1 -> 0.39.2

2022-10-24 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-zeroconf_0.39.1.bb => python3-zeroconf_0.39.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.39.1.bb => 
python3-zeroconf_0.39.2.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.39.1.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.39.1.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.39.2.bb
index 6f442481f0..53642c6308 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.39.1.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf;
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = 
"b83cff68a0c8dcd2705b5e792796239accba2bfddb09bc8d05badc642f64e7f6"
+SRC_URI[sha256sum] = 
"629d2a0dd7a2b9af5bc5eb0c8402755e87a2d00f7015c72834fc0958ccda2835"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99279): 
https://lists.openembedded.org/g/openembedded-devel/message/99279
Mute This Topic: https://lists.openembedded.org/mt/94529021/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] tio: upgrade 2.1 -> 2.2

2022-10-24 Thread zhengruoqin
Changelog:
===
 * Add shell completion of sub-configuration names
   Does not work with sub configuration names that contains one or more
   white spaces.
 * Beautify help
 * Fix error message
 * Simplify configfile implementation

Signed-off-by: Zheng Ruoqin 
---
 meta-oe/recipes-support/tio/{tio_2.1.bb => tio_2.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tio/{tio_2.1.bb => tio_2.2.bb} (91%)

diff --git a/meta-oe/recipes-support/tio/tio_2.1.bb 
b/meta-oe/recipes-support/tio/tio_2.2.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.1.bb
rename to meta-oe/recipes-support/tio/tio_2.2.bb
index 1c36bd522c..8bfebc7776 100644
--- a/meta-oe/recipes-support/tio/tio_2.1.bb
+++ b/meta-oe/recipes-support/tio/tio_2.2.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
 
 SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "14fc77ffc13a4c60a98f0bb7e0f431e9ed7cf1fd"
+SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99278): 
https://lists.openembedded.org/g/openembedded-devel/message/99278
Mute This Topic: https://lists.openembedded.org/mt/94529015/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] tcpslice: upgrade 1.5 -> 1.6

2022-10-24 Thread zhengruoqin
Changelog:
=
- Call pcap_dump_close() on the output file.
- Implement new flags in ./configure: --enable-instrument-functions,
  --without-libnids, --without-libosipparser2 and --without-libooh323c.
- autoconf: Add the option to print functions and files names
- Update config.{guess,sub}, timestamps 2022-01-09,2022-01-03
- configure: use pcap-config --static-pcap-only if available
- Remove awk code from mkdep.
- Refine the man page.
- Refine the documentation files.

Signed-off-by: Zheng Ruoqin 
---
 .../tcpdump/{tcpslice_1.5.bb => tcpslice_1.6.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-networking/recipes-support/tcpdump/{tcpslice_1.5.bb => 
tcpslice_1.6.bb} (80%)

diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.5.bb 
b/meta-networking/recipes-support/tcpdump/tcpslice_1.6.bb
similarity index 80%
rename from meta-networking/recipes-support/tcpdump/tcpslice_1.5.bb
rename to meta-networking/recipes-support/tcpdump/tcpslice_1.6.bb
index 4909acdee9..7128a23cd2 100644
--- a/meta-networking/recipes-support/tcpdump/tcpslice_1.5.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpslice_1.6.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = 
"file://tcpslice.c;endline=20;md5=99519e2e5234d1662a4ce16baa6
 
 SRC_URI = "http://www.tcpdump.org/release/${BP}.tar.gz \
"
-SRC_URI[md5sum] = "8907e60376e629f6e6ce2255988aaf47"
-SRC_URI[sha256sum] = 
"f6935e3e7ca00ef50c515d062fddd410868467ec5b6d8f2eca12066f8d91dda2"
+SRC_URI[sha256sum] = 
"60d23f00d4c485fef2dda9b12c2018af958df3a511238c45374733bbc1231920"
 
 UPSTREAM_CHECK_REGEX = "tcpslice-(?P\d+(\.\d+)+)\.tar"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99277): 
https://lists.openembedded.org/g/openembedded-devel/message/99277
Mute This Topic: https://lists.openembedded.org/mt/94529002/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-xxhash: upgrade 3.0.0 -> 3.1.0

2022-10-24 Thread zhengruoqin
Changelog:
=
 Type annotations.
 Enabled muslinux wheels building.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-xxhash_3.0.0.bb => python3-xxhash_3.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xxhash_3.0.0.bb => 
python3-xxhash_3.1.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb 
b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
index ca8ed3b01e..bb7bdd3141 100644
--- a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3a9dab7f159514231249aa3e108ab26b"
 
-SRC_URI[sha256sum] = 
"30b2d97aaf11fb122023f6b44ebb97c6955e9e00d7461a96415ca030b5ceb9c7"
+SRC_URI[sha256sum] = 
"ac21b1e21dc6fdfee9a57b53f4777539d53a84f2e1546a3f802f159f9966bdc1"
 
 SRC_URI += " \
 file://run-ptest \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99272): 
https://lists.openembedded.org/g/openembedded-devel/message/99272
Mute This Topic: https://lists.openembedded.org/mt/94528935/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.0.1 -> 4.1.0

2022-10-24 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-stevedore_4.0.1.bb => python3-stevedore_4.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_4.0.1.bb => 
python3-stevedore_4.1.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb 
b/meta-python/recipes-devtools/python/python3-stevedore_4.1.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_4.1.0.bb
index 70c43f3ace..2749f481d9 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_4.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"9a23111a6e612270c591fd31ff3321c6b5f3d5f3dabb1427317a5ab608fc261a"
+SRC_URI[sha256sum] = 
"02518a8f0d6d29be8a445b7f2ac63753ff29e8f2a2faa01777568d5500d777a6"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99270): 
https://lists.openembedded.org/g/openembedded-devel/message/99270
Mute This Topic: https://lists.openembedded.org/mt/94528919/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.0.0 -> 4.0.1

2022-10-18 Thread zhengruoqin
Hi Michael

I have tried running git config --global sendemail.from and send you a new mail.

Could help me to check it?

Thanks 

--
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
   Nanjing, 210012, China
MAIL : zhengrq.f...@fujistu.com


> -Original Message-
> From: Michael Opdenacker 
> Sent: Tuesday, October 18, 2022 3:05 PM
> To: Zheng, Ruoqin/郑 若钦 
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.0.0 ->
> 4.0.1
> 
> Hi Zheng
> 
> Thank you for the patch!
> 
> On 10/18/22 03:15, zhengruoqin wrote:
> > Signed-off-by: Zheng Ruoqin 
> > ---
> >   .../{python3-stevedore_4.0.0.bb => python3-stevedore_4.0.1.bb}  | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >   rename
> > meta-python/recipes-devtools/python/{python3-stevedore_4.0.0.bb =>
> > python3-stevedore_4.0.1.bb} (80%)
> >
> > diff --git
> > a/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
> > b/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
> > similarity index 80%
> > rename from
> > meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
> > rename to
> > meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
> > index 46c6d831aa..70c43f3ace 100644
> > --- a/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
> > +++ b/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
> > @@ -3,7 +3,7 @@ HOMEPAGE =
> "https://docs.openstack.org/stevedore/latest/;
> >   LICENSE = "Apache-2.0"
> >   LIC_FILES_CHKSUM =
> "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> >
> > -SRC_URI[sha256sum] =
> "f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786"
> > +SRC_URI[sha256sum] =
> "9a23111a6e612270c591fd31ff3321c6b5f3d5f3dabb1427317a5ab608fc261a"
> >
> >   DEPENDS += "${PYTHON_PN}-pbr-native"
> >
> There's a problem with the way you send your patches though.
> 
> If I apply your patch through "git am", the author of the commit is:
> 
> zhengrq.f...@fujitsu.com
> 
> instead of
> 
> Zheng Ruoqin 
> 
> 
> Because of this issue, the maintainer has to manually fix this field when
> accepting your patch. Worse, if he doesn't catch this, that's harder to fix
> afterwards.
> 
> You should be able to fix this by running:
> 
> git config --global sendemail.from "zhengrq.f...@fujitsu.com"
> This should add a "From" field to the sent patch which "git am" should be able
> to match with your name.
> 
> See
> https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbe
> dded#Sending_using_git-send-email
> 
> Could you try to send an update? You could send it to me again through
> private-email first.
> 
> Thanks in advance
> Michael.
> 
> --
> Michael Opdenacker, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99236): 
https://lists.openembedded.org/g/openembedded-devel/message/99236
Mute This Topic: https://lists.openembedded.org/mt/94399837/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] unbound: upgrade 1.16.3 -> 1.17.0

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../unbound/{unbound_1.16.3.bb => unbound_1.17.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/unbound/{unbound_1.16.3.bb => 
unbound_1.17.0.bb} (96%)

diff --git a/meta-networking/recipes-support/unbound/unbound_1.16.3.bb 
b/meta-networking/recipes-support/unbound/unbound_1.17.0.bb
similarity index 96%
rename from meta-networking/recipes-support/unbound/unbound_1.16.3.bb
rename to meta-networking/recipes-support/unbound/unbound_1.17.0.bb
index 5e40d8c30c..0dd0ce8822 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.16.3.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.17.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
 SRC_URI = 
"git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https
 \
file://0001-contrib-add-yocto-compatible-init-script.patch \
 "
-SRCREV = "137719522a8ea5b380fbb6206d2466f402f5b554"
+SRCREV = "d25e0cd9b0545ff13120430c94326ceaf14b074f"
 
 inherit autotools pkgconfig systemd update-rc.d
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99230): 
https://lists.openembedded.org/g/openembedded-devel/message/99230
Mute This Topic: https://lists.openembedded.org/mt/94399860/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-zopeinterface: upgrade 5.4.0 -> 5.5.0

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...n3-zopeinterface_5.4.0.bb => python3-zopeinterface_5.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zopeinterface_5.4.0.bb => 
python3-zopeinterface_5.5.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb 
b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb
rename to meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
index b048c80e13..015ec0e3e7 100644
--- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.5.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423
 PYPI_PACKAGE = "zope.interface"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = 
"5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e"
+SRC_URI[sha256sum] = 
"700ebf9662cf8df70e2f0cb4988e078c53f65ee3eefd5c9d80cf988c4175c8e3"
 
 PACKAGES =. "${PN}-test "
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99229): 
https://lists.openembedded.org/g/openembedded-devel/message/99229
Mute This Topic: https://lists.openembedded.org/mt/94399855/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] tio: upgrade 2.0 -> 2.1

2022-10-17 Thread zhengruoqin
Changes since tio v2.0:
===
Fix output line delay

Apply output line delay on lines ending with \n.

On most systems lines ends with \n or \r\n.

Do not print timestamps in hex mode

Improve input mechanism in hex mode

Print the 2 character hex code that you input in hex mode but then
delete it before sending. This way it is easier to keep track of what
you are inputting. It basically mimics the ctrl-shift-u input mechanism
that is used to input unicode.

Add support for sending prefix character to serial device

Do so by inputting prefix key twice, e.g. input ctrl-t ctrl-t to send
ctrl-t character to serial device.

Clean up indentation

Update example tiorc

Add bit reverse order feature

Signed-off-by: Zheng Ruoqin 
---
 meta-oe/recipes-support/tio/{tio_2.0.bb => tio_2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tio/{tio_2.0.bb => tio_2.1.bb} (91%)

diff --git a/meta-oe/recipes-support/tio/tio_2.0.bb 
b/meta-oe/recipes-support/tio/tio_2.1.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.0.bb
rename to meta-oe/recipes-support/tio/tio_2.1.bb
index 54e448b6d5..1c36bd522c 100644
--- a/meta-oe/recipes-support/tio/tio_2.0.bb
+++ b/meta-oe/recipes-support/tio/tio_2.1.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
 
 SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "6618642acf28fec6d3e70ed75b50d4ce138ea08a"
+SRCREV = "14fc77ffc13a4c60a98f0bb7e0f431e9ed7cf1fd"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99228): 
https://lists.openembedded.org/g/openembedded-devel/message/99228
Mute This Topic: https://lists.openembedded.org/mt/94399850/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH] yelp: upgrade 42.1 -> 42.2

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 meta-gnome/recipes-gnome/yelp/{yelp_42.1.bb => yelp_42.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/yelp/{yelp_42.1.bb => yelp_42.2.bb} (88%)

diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb 
b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
similarity index 88%
rename from meta-gnome/recipes-gnome/yelp/yelp_42.1.bb
rename to meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
index ab8b9c37ba..fe3b1105c4 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -9,7 +9,7 @@ inherit gnomebase itstool autotools-brokensep gsettings gettext 
gtk-doc features
 # for webkitgtk
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.sha256sum] = 
"25b1146ab8549888a5a8da067f63b470b0f0f800b6ae889cacd114d01d713b41"
+SRC_URI[archive.sha256sum] = 
"a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"
 
 DEPENDS += " \
 libxml2-native \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99227): 
https://lists.openembedded.org/g/openembedded-devel/message/99227
Mute This Topic: https://lists.openembedded.org/mt/94399847/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-stevedore: upgrade 4.0.0 -> 4.0.1

2022-10-17 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-stevedore_4.0.0.bb => python3-stevedore_4.0.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_4.0.0.bb => 
python3-stevedore_4.0.1.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb 
b/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
index 46c6d831aa..70c43f3ace 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_4.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786"
+SRC_URI[sha256sum] = 
"9a23111a6e612270c591fd31ff3321c6b5f3d5f3dabb1427317a5ab608fc261a"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99226): 
https://lists.openembedded.org/g/openembedded-devel/message/99226
Mute This Topic: https://lists.openembedded.org/mt/94399837/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-xmlschema: upgrade 2.1.0 -> 2.1.1

2022-10-10 Thread zhengruoqin
Chanelog:
=
 Fix schema_path usage in XMLSchemaBase.iter_errors()
 Add allow_empty option to XMLSchemaBase validation API

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-xmlschema_2.1.0.bb => python3-xmlschema_2.1.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xmlschema_2.1.0.bb => 
python3-xmlschema_2.1.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_2.1.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_2.1.1.bb
index d7988b8761..ff7e9696d4 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_2.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ab20f8e337bea2e6874f372edfd12c0"
 
-SRC_URI[sha256sum] = 
"e7f70c305e0def2a2293ab7110827086c477ab3c6f8757d2acb3ccbfa6b425a4"
+SRC_URI[sha256sum] = 
"5ca34ff15dd3276cfb2e3e7b4c8dde4b7d4d27080f333a93b6c3f817e90abddf"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99126): 
https://lists.openembedded.org/g/openembedded-devel/message/99126
Mute This Topic: https://lists.openembedded.org/mt/94232290/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] wolfssl: upgrade 5.5.0 -> 5.5.1

2022-10-10 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../wolfssl/{wolfssl_5.5.0.bb => wolfssl_5.5.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.5.0.bb => 
wolfssl_5.5.1.bb} (93%)

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.0.bb 
b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.1.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.0.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.1.bb
index 3aa4f407af..790fa68b33 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.0.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.1.bb
@@ -13,7 +13,7 @@ PROVIDES += "cyassl"
 RPROVIDES:${PN} = "cyassl"
 
 SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
-SRCREV = "44f81f8bc082319cebf0e37df8470aa5748c1355"
+SRCREV = "f1e2165c591f074feb47872a8ff712713ec411e1"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99125): 
https://lists.openembedded.org/g/openembedded-devel/message/99125
Mute This Topic: https://lists.openembedded.org/mt/94232259/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-web3: upgrade 5.31.0 -> 5.31.1

2022-10-10 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-web3_5.31.0.bb => python3-web3_5.31.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_5.31.0.bb => 
python3-web3_5.31.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb 
b/meta-python/recipes-devtools/python/python3-web3_5.31.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_5.31.1.bb
index 435eb1d065..587d34f000 100644
--- a/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_5.31.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dc2732bdc5e50382737979791cbb3b7"
 
-SRC_URI[sha256sum] = 
"ef0ad5c62958fe18202bacfa1f216a57d97a8abdecc68f87946c02b38aaab34e"
+SRC_URI[sha256sum] = 
"74732fbd4b2e2baff9d0ac61f268b3e7b25b09ca6572d619390a9d782c2289f2"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99124): 
https://lists.openembedded.org/g/openembedded-devel/message/99124
Mute This Topic: https://lists.openembedded.org/mt/94232252/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] stunnel: upgrade 5.65 -> 5.66

2022-10-10 Thread zhengruoqin
Changelog:
===
  New features
  OpenSSL 3.0 FIPS Provider support for Windows.
  Bugfixes
  Fixed building on machines without pkg-config.
  Added the missing "environ" declaration for BSD-based operating systems.
  Fixed the passphrase dialog with OpenSSL 3.0.

Signed-off-by: Zheng Ruoqin 
---
 .../stunnel/{stunnel_5.65.bb => stunnel_5.66.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.65.bb => 
stunnel_5.66.bb} (93%)

diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.65.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.66.bb
similarity index 93%
rename from meta-networking/recipes-support/stunnel/stunnel_5.65.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.66.bb
index ab7ff43223..17c8c5360c 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.65.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.66.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
 "
 
-SRC_URI[sha256sum] = 
"60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc"
+SRC_URI[sha256sum] = 
"558178704d1aa5f6883aac6cc5d6bbf2a5714c8a0d2e91da0392468cee9f579c"
 
 inherit autotools bash-completion pkgconfig
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99123): 
https://lists.openembedded.org/g/openembedded-devel/message/99123
Mute This Topic: https://lists.openembedded.org/mt/94232248/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-protobuf: upgrade 4.21.6 -> 4.21.7

2022-10-10 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-protobuf_4.21.6.bb => python3-protobuf_4.21.7.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-protobuf_4.21.6.bb => 
python3-protobuf_4.21.7.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.21.6.bb 
b/meta-python/recipes-devtools/python/python3-protobuf_4.21.7.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-protobuf_4.21.6.bb
rename to meta-python/recipes-devtools/python/python3-protobuf_4.21.7.bb
index 96b3d02120..24ce61cad7 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.21.6.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.21.7.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"6b1040a5661cd5f6e610cbca9cfaa2a17d60e2bb545309bc1b278bb05be44bdd"
+SRC_URI[sha256sum] = 
"71d9dba03ed3432c878a801e2ea51e034b0ea01cf3a4344fb60166cb5f6c8757"
 
 # http://errors.yoctoproject.org/Errors/Details/184715/
 # Can't find required file: ../src/google/protobuf/descriptor.proto
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#99122): 
https://lists.openembedded.org/g/openembedded-devel/message/99122
Mute This Topic: https://lists.openembedded.org/mt/94232245/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-web3: upgrade 5.30.0 -> 5.31.0

2022-09-27 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-web3_5.30.0.bb => python3-web3_5.31.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_5.30.0.bb => 
python3-web3_5.31.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-web3_5.30.0.bb 
b/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-web3_5.30.0.bb
rename to meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
index a35c05e065..435eb1d065 100644
--- a/meta-python/recipes-devtools/python/python3-web3_5.30.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dc2732bdc5e50382737979791cbb3b7"
 
-SRC_URI[sha256sum] = 
"e141d90408fd9fe5156e2ef22884a160bef8bfd55e6cecd51181af3162ea84dd"
+SRC_URI[sha256sum] = 
"ef0ad5c62958fe18202bacfa1f216a57d97a8abdecc68f87946c02b38aaab34e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98990): 
https://lists.openembedded.org/g/openembedded-devel/message/98990
Mute This Topic: https://lists.openembedded.org/mt/93946248/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-sqlparse: upgrade 0.4.2 -> 0.4.3

2022-09-27 Thread zhengruoqin
Changelog:
==
Enhancements
-
Add support for DIV operator
Add support for additional SPARK keywords
Avoid tokens copy
Add REGEXP as a comparision
Add DISTINCTROW keyword for MS Access (issue677).
Improve parsing of CREATE TABLE AS SELECT

Bug Fixes
-
Fix spelling of INDICATOR keyword
Fix formatting error in EXTRACT function
Fix bad parsing of create table statements that use lower case
Handle backtick as valid quote char
Allow any unicode character as valid identifier name (issue641).

Other
---
Update github actions to test on Python 3.10 as well

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-sqlparse_0.4.2.bb => python3-sqlparse_0.4.3.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlparse_0.4.2.bb => 
python3-sqlparse_0.4.3.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.2.bb 
b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlparse_0.4.2.bb
rename to meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb
index 0980ff9c24..c952c71d0b 100644
--- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.3.bb
@@ -8,7 +8,7 @@ SRC_URI += 
"file://0001-sqlparse-change-shebang-to-python3.patch \
 file://run-ptest \
"
 
-SRC_URI[sha256sum] = 
"0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"
+SRC_URI[sha256sum] = 
"69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268"
 
 export BUILD_SYS
 export HOST_SYS
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98989): 
https://lists.openembedded.org/g/openembedded-devel/message/98989
Mute This Topic: https://lists.openembedded.org/mt/93946247/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pyzmq: upgrade 24.0.0 -> 24.0.1

2022-09-27 Thread zhengruoqin
Changelog:
==
Fix several possible resource warnings and deprecation warnings when cleaning
up contexts and sockets, especially in pyzmq’s own tests and when implicit
teardown of objects is happening during process teardown.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-pyzmq_24.0.0.bb => python3-pyzmq_24.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyzmq_24.0.0.bb => 
python3-pyzmq_24.0.1.bb} (94%)

diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_24.0.0.bb 
b/meta-python/recipes-devtools/python/python3-pyzmq_24.0.1.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyzmq_24.0.0.bb
rename to meta-python/recipes-devtools/python/python3-pyzmq_24.0.1.bb
index 33e3ba6602..b3b0aefe1f 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_24.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_24.0.1.bb
@@ -13,7 +13,7 @@ SRC_URI:append = " \
 file://club-rpath-out.patch \
 file://run-ptest \
 "
-SRC_URI[sha256sum] = 
"13b008bd142c9f6079ad75a30504eef2291502e9eac90e722b16fcf9ce856147"
+SRC_URI[sha256sum] = 
"216f5d7dbb67166759e59b0479bca82b8acf9bed6015b526b8eb10143fb08e77"

 inherit pypi pkgconfig python_setuptools_build_meta ptest

--
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98988): 
https://lists.openembedded.org/g/openembedded-devel/message/98988
Mute This Topic: https://lists.openembedded.org/mt/93946241/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pyscaffold: upgrade 4.3 -> 4.3.1

2022-09-27 Thread zhengruoqin
Modify tox.ini template to allow passing the TWINE_REPOSITORY_URL environment 
variable, PR #666.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-pyscaffold_4.3.bb => python3-pyscaffold_4.3.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyscaffold_4.3.bb => 
python3-pyscaffold_4.3.1.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.3.bb 
b/meta-python/recipes-devtools/python/python3-pyscaffold_4.3.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pyscaffold_4.3.bb
rename to meta-python/recipes-devtools/python/python3-pyscaffold_4.3.1.bb
index 027d7b9029..a19e38770a 100644
--- a/meta-python/recipes-devtools/python/python3-pyscaffold_4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.3.1.bb
@@ -9,7 +9,7 @@ LICENSE = "0BSD & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91"
 DEPENDS += "python3-setuptools-scm-native"
 
-SRC_URI[sha256sum] = 
"1a8c39bbad9abc121d6e126035740ba5f043434abb432f368a3a76596184b3ed"
+SRC_URI[sha256sum] = 
"50cb1f910163204caec30c7c6bbe70f1a81c377538b8c8340d23abe31f5ca5b4"
 
 inherit pypi python_setuptools_build_meta
 PYPI_PACKAGE = "PyScaffold"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98987): 
https://lists.openembedded.org/g/openembedded-devel/message/98987
Mute This Topic: https://lists.openembedded.org/mt/93946240/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pyjwt: upgrade 2.4.0 -> 2.5.0

2022-09-27 Thread zhengruoqin
Changelog:
==
 Bump actions/checkout from 2 to 3
 Bump codecov/codecov-action from 1 to 3
 Bump actions/setup-python from 2 to 3
 adding support for compressed payloads
 Revert "adding support for compressed payloads"
 Add to_jwk static method to ECAlgorithm
 Remove redundant wheel dep from pyproject.toml
 Adjust expected exceptions in option merging tests for PyPy3
 Do not fail when an unusable key occurs
 Fixes for pyright on strict mode
 Bump actions/setup-python from 3 to 4
 [pre-commit.ci] pre-commit autoupdate
 docs: fix simple typo, iinstance -> isinstance
 Expose get_algorithm_by_name as new method
 Remove support for python3.6
 [pre-commit.ci] pre-commit autoupdate
 Emit a deprecation warning for unsupported kwargs
 Fix typo: priot -> prior
 Fix for headers disorder issue
 Update audience typing
 Improve PyJWKSet error accuracy
 Add type hints to jwt/help.py and add missing types dependency
 Add cacheing functionality for JWK set
 [pre-commit.ci] pre-commit autoupdate
 Mypy as pre-commit check + api_jws typing
 [pre-commit.ci] pre-commit autoupdate
 Bump version to 2.5.0

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-pyjwt_2.4.0.bb => python3-pyjwt_2.5.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyjwt_2.4.0.bb => 
python3-pyjwt_2.5.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.4.0.bb 
b/meta-python/recipes-devtools/python/python3-pyjwt_2.5.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pyjwt_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-pyjwt_2.5.0.bb
index a540e36515..f587e5c0de 100644
--- a/meta-python/recipes-devtools/python/python3-pyjwt_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.5.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://github.com/jpadilla/pyjwt;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf5465be06e551"
 
-SRC_URI[sha256sum] = 
"d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"
+SRC_URI[sha256sum] = 
"e77ab89480905d86998442ac5788f35333fa85f65047a534adc38edf3c88fc3b"
 
 PYPI_PACKAGE = "PyJWT"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98986): 
https://lists.openembedded.org/g/openembedded-devel/message/98986
Mute This Topic: https://lists.openembedded.org/mt/93946237/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pyzmq: upgrade 23.2.1 -> 24.0.0

2022-09-19 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-pyzmq_23.2.1.bb => python3-pyzmq_24.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyzmq_23.2.1.bb => 
python3-pyzmq_24.0.0.bb} (94%)

diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb 
b/meta-python/recipes-devtools/python/python3-pyzmq_24.0.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb
rename to meta-python/recipes-devtools/python/python3-pyzmq_24.0.0.bb
index ea6391f3dd..33e3ba6602 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_24.0.0.bb
@@ -13,7 +13,7 @@ SRC_URI:append = " \
 file://club-rpath-out.patch \
 file://run-ptest \
 "
-SRC_URI[sha256sum] = 
"2b381aa867ece7d0a82f30a0c7f3d4387b7cf2e0697e33efaa5bed6c5784abcd"
+SRC_URI[sha256sum] = 
"13b008bd142c9f6079ad75a30504eef2291502e9eac90e722b16fcf9ce856147"
 
 inherit pypi pkgconfig python_setuptools_build_meta ptest
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98898): 
https://lists.openembedded.org/g/openembedded-devel/message/98898
Mute This Topic: https://lists.openembedded.org/mt/93796161/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] smarty: upgrade 4.2.0 -> 4.2.1

2022-09-19 Thread zhengruoqin
Changelog:
=
Security
-
Applied appropriate javascript and html escaping in mailto plugin to 
counter injection attacks #454

Fixed

Fixed PHP8.1 deprecation errors in modifiers (upper, explode, number_format 
and replace) #755 and #788
Fixed PHP8.1 deprecation errors in capitalize modifier #789
Fixed use of rand() without a parameter in math function #794
Fixed unselected year/month/day not working in html_select_date #395

Signed-off-by: Zheng Ruoqin 
---
 .../recipes-support/smarty/{smarty_4.2.0.bb => smarty_4.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/smarty/{smarty_4.2.0.bb => smarty_4.2.1.bb} 
(94%)

diff --git a/meta-oe/recipes-support/smarty/smarty_4.2.0.bb 
b/meta-oe/recipes-support/smarty/smarty_4.2.1.bb
similarity index 94%
rename from meta-oe/recipes-support/smarty/smarty_4.2.0.bb
rename to meta-oe/recipes-support/smarty/smarty_4.2.1.bb
index 2cd96a255d..71040d0164 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.2.0.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.2.1.bb
@@ -9,7 +9,7 @@ DEPENDS += "php"
 
 SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
 
-SRCREV = "97aeb14c6fc2fb733938809926e2f9d6c581a70d"
+SRCREV = "ffa2b81a8e354a49fd8a2f24742dc9dc399e8007"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98896): 
https://lists.openembedded.org/g/openembedded-devel/message/98896
Mute This Topic: https://lists.openembedded.org/mt/93796156/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pyproj: upgrade 3.3.1 -> 3.4.0

2022-09-19 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-pyproj_3.3.1.bb => python3-pyproj_3.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyproj_3.3.1.bb => 
python3-pyproj_3.4.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb 
b/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb
rename to meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb
index 6085e48b3a..62eceb2c09 100644
--- a/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "pyproj"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"b3d8e14d91cc95fb3dbc03a9d0588ac58326803eefa5bbb0978d109de3304fbe"
+SRC_URI[sha256sum] = 
"a708445927ace9857f52c3ba67d2915da7b41a8fdcd9b8f99a4c9ed60a75eb33"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98895): 
https://lists.openembedded.org/g/openembedded-devel/message/98895
Mute This Topic: https://lists.openembedded.org/mt/93796155/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-regex: upgrade 2022.8.17 -> 2022.9.13

2022-09-19 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-regex_2022.8.17.bb => python3-regex_2022.9.13.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2022.8.17.bb => 
python3-regex_2022.9.13.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb 
b/meta-python/recipes-devtools/python/python3-regex_2022.9.13.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb
rename to meta-python/recipes-devtools/python/python3-regex_2022.9.13.bb
index 4999fc64f4..886acd7387 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2022.8.17.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2022.9.13.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c"
+SRC_URI[sha256sum] = 
"f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd"
 
 RDEPENDS:${PN} += " \
python3-stringold \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98894): 
https://lists.openembedded.org/g/openembedded-devel/message/98894
Mute This Topic: https://lists.openembedded.org/mt/93796152/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pycocotools: upgrade 2.0.4 -> 2.0.5

2022-09-19 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ython3-pycocotools_2.0.4.bb => python3-pycocotools_2.0.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pycocotools_2.0.4.bb => 
python3-pycocotools_2.0.5.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.4.bb 
b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.5.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pycocotools_2.0.4.bb
rename to meta-python/recipes-devtools/python/python3-pycocotools_2.0.5.bb
index ec8585e619..234942bfe0 100644
--- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb5
 
 inherit setuptools3 pypi
 
-SRC_URI[sha256sum] = 
"2ab586aa389b9657b6d73c2b9a827a3681f8d00f36490c2e8ab05902e3fd9e93"
+SRC_URI[sha256sum] = 
"41d1fb062df5bab5ebc3e92971455aa089479e7cd10553278ca54628b9dc9bf5"
 
 DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt"
 RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98893): 
https://lists.openembedded.org/g/openembedded-devel/message/98893
Mute This Topic: https://lists.openembedded.org/mt/93796150/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] xorgxrdp: upgrade 0.2.18 -> 0.9.19

2022-09-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../xorg-xrdp/{xorgxrdp_0.2.18.bb => xorgxrdp_0.9.19.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/xorg-xrdp/{xorgxrdp_0.2.18.bb => 
xorgxrdp_0.9.19.bb} (71%)

diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb 
b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb
similarity index 71%
rename from meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb
rename to meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb
index eadf8c1b0b..9650d43695 100644
--- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.18.bb
+++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb
@@ -10,11 +10,11 @@ DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
 inherit features_check
 REQUIRED_DISTRO_FEATURES = "x11 pam"
 
-SRC_URI = 
"git://github.com/neutrinolabs/xorgxrdp.git;branch=devel;protocol=https"
+SRC_URI = 
"git://github.com/neutrinolabs/xorgxrdp.git;branch=v0.9;protocol=https"
 
-SRCREV = "752b7659773a11ca6d4600645547c06fdb8a23d9"
+SRCREV = "d463bad9639c910fadc2f30dac473c7688b11cfc"
 
-PV = "0.2.18"
+PV = "0.9.19"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98778): 
https://lists.openembedded.org/g/openembedded-devel/message/98778
Mute This Topic: https://lists.openembedded.org/mt/93652289/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] ser2net: upgrade 4.3.7 -> 4.3.8

2022-09-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../ser2net/{ser2net_4.3.7.bb => ser2net_4.3.8.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.3.7.bb => 
ser2net_4.3.8.bb} (84%)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.7.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
similarity index 84%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.3.7.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
index 13ce13a0b9..c8108d6024 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.7.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
@@ -9,7 +9,7 @@ DEPENDS = "gensio libyaml"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = 
"542915e240ae8b5c7dcec8d1589e6067818532900d45cfef226cea9f0e671d13"
+SRC_URI[sha256sum] = 
"e5620975523059a38709bb53c0567600adbbcb8011066a2d2fe1b4db9efe0ba3"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net;
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98775): 
https://lists.openembedded.org/g/openembedded-devel/message/98775
Mute This Topic: https://lists.openembedded.org/mt/93652283/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH] tree: upgrade 2.0.3 -> 2.0.4

2022-09-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 meta-oe/recipes-support/tree/{tree_2.0.3.bb => tree_2.0.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tree/{tree_2.0.3.bb => tree_2.0.4.bb} (87%)

diff --git a/meta-oe/recipes-support/tree/tree_2.0.3.bb 
b/meta-oe/recipes-support/tree/tree_2.0.4.bb
similarity index 87%
rename from meta-oe/recipes-support/tree/tree_2.0.3.bb
rename to meta-oe/recipes-support/tree/tree_2.0.4.bb
index c5f3364a37..5ef5336835 100644
--- a/meta-oe/recipes-support/tree/tree_2.0.3.bb
+++ b/meta-oe/recipes-support/tree/tree_2.0.4.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = "http://mama.indstate.edu/users/ice/tree/src/${BP}.tgz;
-SRC_URI[sha256sum] = 
"ba14e77b5f9dc7f8250c3f702ec5b6be2f93cd0fa87311bab3239676866a3b1d"
+SRC_URI[sha256sum] = 
"b0ea92197849579a3f09a50dbefc3d4708caf555d304a830e16e20b73b4ffa74"
 
 # tree's default CFLAGS for Linux
 CFLAGS += "-Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98774): 
https://lists.openembedded.org/g/openembedded-devel/message/98774
Mute This Topic: https://lists.openembedded.org/mt/93652268/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH] wolfssl: upgrade 5.4.0 -> 5.5.0

2022-09-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../wolfssl/{wolfssl_5.4.0.bb => wolfssl_5.5.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.4.0.bb => 
wolfssl_5.5.0.bb} (93%)

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.4.0.bb 
b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.0.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.4.0.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.0.bb
index 6918ece0b0..3aa4f407af 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.4.0.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.0.bb
@@ -13,7 +13,7 @@ PROVIDES += "cyassl"
 RPROVIDES:${PN} = "cyassl"
 
 SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
-SRCREV = "57aac1c50b45275c7a99eca32ad985998b292dc8"
+SRCREV = "44f81f8bc082319cebf0e37df8470aa5748c1355"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98773): 
https://lists.openembedded.org/g/openembedded-devel/message/98773
Mute This Topic: https://lists.openembedded.org/mt/93652260/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.39.0 -> 0.39.1

2022-09-13 Thread zhengruoqin
Changelog:
=
Performance improvements for constructing outgoing packet data (#1090)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-zeroconf_0.39.0.bb => python3-zeroconf_0.39.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.39.0.bb => 
python3-zeroconf_0.39.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.39.0.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.39.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.39.1.bb
index 9b1576372c..6f442481f0 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.39.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf;
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = 
"7c0d8257b940ee43e637fb560c2f9bd79da0638f37af162eb4f506f7274ef8e4"
+SRC_URI[sha256sum] = 
"b83cff68a0c8dcd2705b5e792796239accba2bfddb09bc8d05badc642f64e7f6"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98768): 
https://lists.openembedded.org/g/openembedded-devel/message/98768
Mute This Topic: https://lists.openembedded.org/mt/93652251/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-parsimonious: upgrade 0.9.0 -> 0.10.0

2022-09-08 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...on3-parsimonious_0.9.0.bb => python3-parsimonious_0.10.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-parsimonious_0.9.0.bb => 
python3-parsimonious_0.10.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb 
b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb
rename to meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb
index 5a604fa41c..c2352224ff 100644
--- a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
 
-SRC_URI[sha256sum] = 
"b2ad1ae63a2f65bd78f5e0a8ac510a98f3607a43f1db2a8d46636a5d9e4a30c1"
+SRC_URI[sha256sum] = 
"8281600da180ec8ae35427a4ab4f7b82bfec1e3d1e52f80cb60ea82b9512501c"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98729): 
https://lists.openembedded.org/g/openembedded-devel/message/98729
Mute This Topic: https://lists.openembedded.org/mt/93563950/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-transitions: upgrade 0.8.11 -> 0.9.0

2022-09-08 Thread zhengruoqin
License-Update:
=
format of LICENSE changed from
ASCII text, with CRLF line terminators
to
ASCII text

Signed-off-by: Zheng Ruoqin 
---
 ...on3-transitions_0.8.11.bb => python3-transitions_0.9.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-transitions_0.8.11.bb => 
python3-transitions_0.9.0.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.11.bb 
b/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-transitions_0.8.11.bb
rename to meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb
index 14189424a2..980351bf14 100644
--- a/meta-python/recipes-devtools/python/python3-transitions_0.8.11.bb
+++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A lightweight, object-oriented Python state machine implementation 
with many extensions."
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"7b20d32906ea4d60ee6f6c1f5dc9c9f178802425c5b155213eb0f25c277f04e4"
+SRC_URI[sha256sum] = 
"2f54d11bdb225779d7e729011e93a9fb717668ce3dc65f8d4f5a5d7ba2f48e10"
 
 RDEPENDS:${PN} += "python3-six python3-logging"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98728): 
https://lists.openembedded.org/g/openembedded-devel/message/98728
Mute This Topic: https://lists.openembedded.org/mt/93563945/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pandas: upgrade 1.4.3 -> 1.4.4

2022-09-08 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-pandas_1.4.3.bb => python3-pandas_1.4.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pandas_1.4.3.bb => 
python3-pandas_1.4.4.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.4.3.bb 
b/meta-python/recipes-devtools/python/python3-pandas_1.4.4.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pandas_1.4.3.bb
rename to meta-python/recipes-devtools/python/python3-pandas_1.4.4.bb
index 2dc3ea..60e908bf49 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_1.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_1.4.4.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3f23c5c092b74d245d48eeef72bc3fd2"
 
-SRC_URI[sha256sum] = 
"2ff7788468e75917574f080cd4681b27e1a7bf36461fe968b49a87b5a54d007c"
+SRC_URI[sha256sum] = 
"ab6c0d738617b675183e5f28db32b5148b694ad9bba0a40c3ea26d96b431db67"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98727): 
https://lists.openembedded.org/g/openembedded-devel/message/98727
Mute This Topic: https://lists.openembedded.org/mt/93563933/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-sympy: upgrade 1.10.1 -> 1.11.1

2022-09-08 Thread zhengruoqin
License-Update: Copyright year updated to 2022.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-sympy_1.10.1.bb => python3-sympy_1.11.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-sympy_1.10.1.bb => 
python3-sympy_1.11.1.bb} (57%)

diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb 
b/meta-python/recipes-devtools/python/python3-sympy_1.11.1.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb
rename to meta-python/recipes-devtools/python/python3-sympy_1.11.1.bb
index d8ac23dd5e..4e32936384 100644
--- a/meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sympy_1.11.1.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Computer algebra system (CAS) in Python"
 HOMEPAGE = "https://pypi.org/project/sympy/;
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=42976c55ba05d15b32a7b4757dee5e64"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9f6c7fdc2d69e31ad7abaea029c8ac16"
 
-SRC_URI[sha256sum] = 
"5939eeffdf9e152172601463626c022a2c27e75cf6278de8d401d50c9d58787b"
+SRC_URI[sha256sum] = 
"e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98726): 
https://lists.openembedded.org/g/openembedded-devel/message/98726
Mute This Topic: https://lists.openembedded.org/mt/93563928/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-natsort: upgrade 8.1.0 -> 8.2.0

2022-09-08 Thread zhengruoqin
Changelog:
===
 Auto-coerce pathlib.Path objects to str since it is the least astonishing 
behavior
 Reduce strictness of type hints to avoid over-constraining client code

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-natsort_8.1.0.bb => python3-natsort_8.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-natsort_8.1.0.bb => 
python3-natsort_8.2.0.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb 
b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb
rename to meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb
index 1ba40d3a14..bc142195ed 100644
--- a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
 
 PYPI_PACKAGE = "natsort"
-SRC_URI[sha256sum] = 
"c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445"
+SRC_URI[sha256sum] = 
"57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98725): 
https://lists.openembedded.org/g/openembedded-devel/message/98725
Mute This Topic: https://lists.openembedded.org/mt/93563924/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-gnupg: upgrade 0.4.9 -> 0.5.0

2022-09-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-gnupg_0.4.9.bb => python3-gnupg_0.5.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gnupg_0.4.9.bb => 
python3-gnupg_0.5.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.9.bb 
b/meta-python/recipes-devtools/python/python3-gnupg_0.5.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-gnupg_0.4.9.bb
rename to meta-python/recipes-devtools/python/python3-gnupg_0.5.0.bb
index 9e13e4c26f..b97c4f3f5d 100644
--- a/meta-python/recipes-devtools/python/python3-gnupg_0.4.9.bb
+++ b/meta-python/recipes-devtools/python/python3-gnupg_0.5.0.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dabe659eadd6d97325b1582e41cfc11"
 
 PYPI_PACKAGE = "python-gnupg"
-SRC_URI[sha256sum] = 
"aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537"
+SRC_URI[sha256sum] = 
"70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98584): 
https://lists.openembedded.org/g/openembedded-devel/message/98584
Mute This Topic: https://lists.openembedded.org/mt/93391325/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.2.0 -> 5.3.0

2022-09-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...-flask-socketio_5.2.0.bb => python3-flask-socketio_5.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-socketio_5.2.0.bb => 
python3-flask-socketio_5.3.0.bb} (81%)

diff --git 
a/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb 
b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
index 9deae8b41d..1078b09eb6 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.0.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "Flask-SocketIO"
 
-SRC_URI[sha256sum] = 
"19c3d0cea49c53505fa457fedc133b32cb6eeaaa30d28cdab9d6ca8f16045427"
+SRC_URI[sha256sum] = 
"fa547d0c39ccc6223aad191f3f6ef906383eab67d25ffc343b15bfe33d6478fe"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-flask \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98583): 
https://lists.openembedded.org/g/openembedded-devel/message/98583
Mute This Topic: https://lists.openembedded.org/mt/93391323/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-flatbuffers: upgrade 2.0.6 -> 2.0.7

2022-09-01 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ython3-flatbuffers_2.0.6.bb => python3-flatbuffers_2.0.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/flatbuffers/{python3-flatbuffers_2.0.6.bb => 
python3-flatbuffers_2.0.7.bb} (89%)

diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb 
b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
similarity index 89%
rename from meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb
rename to meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
index 7c05e76d9a..84c80444b7 100644
--- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.7.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
 
 LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "615616cb5549a34bdf288c04bc1b94bd7a65c396"
+SRCREV = "8367664f15c3ea2ee58c67dacf9d630b49466de5"
 SRC_URI = 
"git://github.com/google/flatbuffers.git;branch=master;protocol=https"
 S = "${WORKDIR}/git/python"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98582): 
https://lists.openembedded.org/g/openembedded-devel/message/98582
Mute This Topic: https://lists.openembedded.org/mt/93391321/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-astroid: upgrade 2.12.2 -> 2.12.4

2022-09-01 Thread zhengruoqin
Changelog:
==
Fixed a crash involving non-standard type comments such as # type: # any 
comment.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-astroid_2.12.2.bb => python3-astroid_2.12.4.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.12.2.bb => 
python3-astroid_2.12.4.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb 
b/meta-python/recipes-devtools/python/python3-astroid_2.12.4.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.12.4.bb
index ae2a4109ef..784818c027 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.12.4.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"4675ef501edbbb143b3d9bb4c81d5f6338f08f960beed2ce41a03dc4cd20d777"
+SRC_URI[sha256sum] = 
"39fa822c82dc112f5072a208ddf01c58184043aa90e3e469786fa0520c71aaa7"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98581): 
https://lists.openembedded.org/g/openembedded-devel/message/98581
Mute This Topic: https://lists.openembedded.org/mt/93391317/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-cantools: upgrade 37.1.0 -> 37.1.2

2022-08-25 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-cantools_37.1.0.bb => python3-cantools_37.1.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cantools_37.1.0.bb => 
python3-cantools_37.1.2.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.1.0.bb 
b/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-cantools_37.1.0.bb
rename to meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb
index 1af1310aba..ec437eeceb 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_37.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = 
"9f2449e94a7698bd44bb50d9b464788053a0bf070faa09a132535c3aa07e7e6a"
+SRC_URI[sha256sum] = 
"0d84b879a18d869d182023cdebae9318095a8959ceee6309de59fd3c399dbfef"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98454): 
https://lists.openembedded.org/g/openembedded-devel/message/98454
Mute This Topic: https://lists.openembedded.org/mt/93262980/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-eth-account: 0.6.1 -> 0.7.0

2022-08-25 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ython3-eth-account_0.6.1.bb => python3-eth-account_0.7.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-account_0.6.1.bb => 
python3-eth-account_0.7.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-account_0.6.1.bb 
b/meta-python/recipes-devtools/python/python3-eth-account_0.7.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-eth-account_0.6.1.bb
rename to meta-python/recipes-devtools/python/python3-eth-account_0.7.0.bb
index 9c87d3f5d1..5b8c34ec8d 100644
--- a/meta-python/recipes-devtools/python/python3-eth-account_0.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-account_0.7.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
 
-SRC_URI[sha256sum] = 
"54b0b7d661e73f4cd12d508c9baa5c9a6e8c194aa7bafc39277cd673683ae50e"
+SRC_URI[sha256sum] = 
"61360e9e514e09e49929ed365ca0e1656758ecbd11248c629ad85b4335c2661a"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98453): 
https://lists.openembedded.org/g/openembedded-devel/message/98453
Mute This Topic: https://lists.openembedded.org/mt/93262979/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0

2022-08-25 Thread zhengruoqin
Changelog:
=
⚠️ Deprecate positional arguments
Change devcontainer
Do not allow find_first_match without ensure_strategy
Warn instead of raise for missing ensure_strategy
Correct spelling mistakes
Handle KeyError
_compare_versions takes AwesomeVersion not str

Signed-off-by: Zheng Ruoqin 
---
 ...wesomeversion_22.6.0.bb => python3-awesomeversion_22.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-awesomeversion_22.6.0.bb 
=> python3-awesomeversion_22.8.0.bb} (82%)

diff --git 
a/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb 
b/meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb
rename to meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb
index cadb6f502d..550a8c439b 100644
--- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.8.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"

-SRC_URI[sha256sum] = 
"38f580bfacf1c06b674bcd0f68e0c445ebb03fcd3700c6a2c588fb9313308e0f"
+SRC_URI[sha256sum] = 
"0469a801faafb3a7a13c529edc977ea04c3bce825af9ebb602f58012bc487db5"

 RDEPENDS:${PN} += "python3-profile python3-logging"

--
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98452): 
https://lists.openembedded.org/g/openembedded-devel/message/98452
Mute This Topic: https://lists.openembedded.org/mt/93262976/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-charset-normalizer: upgrade 2.1.0 -> 2.1.1

2022-08-25 Thread zhengruoqin
Changelog:

Deprecated

Function normalize scheduled for removal in 3.0

Changed
--
Removed useless call to decode in fn is_unprintable (#206)

Fixed
-
Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 
263) with underscore

Signed-off-by: Zheng Ruoqin 
---
 ...-normalizer_2.1.0.bb => python3-charset-normalizer_2.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-charset-normalizer_2.1.0.bb => 
python3-charset-normalizer_2.1.1.bb} (82%)

diff --git 
a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.1.0.bb 
b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.1.1.bb
similarity index 82%
rename from 
meta-python/recipes-devtools/python/python3-charset-normalizer_2.1.0.bb
rename to 
meta-python/recipes-devtools/python/python3-charset-normalizer_2.1.1.bb
index 7c3d3ffc14..1ab72e53d1 100644
--- a/meta-python/recipes-devtools/python/python3-charset-normalizer_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_2.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5"
 
-SRC_URI[sha256sum] = 
"575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"
+SRC_URI[sha256sum] = 
"5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98451): 
https://lists.openembedded.org/g/openembedded-devel/message/98451
Mute This Topic: https://lists.openembedded.org/mt/93262970/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-asttokens: upgrade 2.0.7 -> 2.0.8

2022-08-25 Thread zhengruoqin
Changelog:
  Fix mypy explicit re-export issues

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-asttokens_2.0.7.bb => python3-asttokens_2.0.8.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.7.bb => 
python3-asttokens_2.0.8.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb 
b/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
rename to meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb
index 5e3ca9e30f..973c57661b 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.8.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "asttokens"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2"
+SRC_URI[sha256sum] = 
"c61e16246ecfb2cde2958406b4c8ebc043c9e6d73aaa83c941673b35e5d3a76b"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98450): 
https://lists.openembedded.org/g/openembedded-devel/message/98450
Mute This Topic: https://lists.openembedded.org/mt/93262963/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [PATCH] [oe] [meta-python] [PATCH] python3-asttokens: upgrade 2.0.5 -> 2.0.7

2022-08-16 Thread zhengruoqin
Hi Khem

I'm sorry for that problem.
And I have adjusted my system clock.

--
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
   Nanjing, 210012, China
MAIL : zhengrq.f...@cn.fujistu.com


> -Original Message-
> From: Khem Raj 
> Sent: Wednesday, August 17, 2022 11:12 AM
> To: Zheng, Ruoqin/郑 若钦 ;
> openembedded-devel@lists.openembedded.org
> Subject: Re: [PATCH] [oe] [meta-python] [PATCH] python3-asttokens:
> upgrade 2.0.5 -> 2.0.7
> 
> please adjust your system clock before sending patches. They are again
> arriving in past dates.
> 
> On 8/11/22 1:16 PM, zhengruoqin wrote:
> > Add dependence python3-six
> >
> > Changelog:
> > Fix astroid type checking import errors
> >
> > Signed-off-by: Zheng Ruoqin 
> > ---
> >   ...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6
> +-
> >   1 file changed, 5 insertions(+), 1 deletion(-)
> >   rename
> > meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb =>
> > python3-asttokens_2.0.7.bb} (73%)
> >
> > diff --git
> > a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> > b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> > similarity index 73%
> > rename from
> > meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> > rename to
> > meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> > index da49040d76..5e3ca9e30f 100644
> > --- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
> > +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
> > @@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"
> >
> >   inherit pypi python_setuptools_build_meta
> >
> > -SRC_URI[sha256sum] =
> "9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf
> 4d5"
> > +SRC_URI[sha256sum] =
> "8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840
> acc2"
> >
> >   DEPENDS += "python3-setuptools-scm-native"
> >
> > +RDEPENDS:${PN} += " \
> > +   ${PYTHON_PN}-six \
> > +"
> > +
> >   BBCLASSEXTEND = "native"
> >
> >
> >
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98287): 
https://lists.openembedded.org/g/openembedded-devel/message/98287
Mute This Topic: https://lists.openembedded.org/mt/93073545/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-engineio: upgrade 4.3.3 -> 4.3.4

2022-08-16 Thread zhengruoqin
Changelog:
===
Let companion ASGI app handle lifespan events
Use configured request timeout when making a WebSocket connection 

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-engineio_4.3.3.bb => python3-engineio_4.3.4.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-engineio_4.3.3.bb => 
python3-engineio_4.3.4.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.3.bb 
b/meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-engineio_4.3.3.bb
rename to meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb
index 1a80a556ef..d89a54dc3d 100644
--- a/meta-python/recipes-devtools/python/python3-engineio_4.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \
python3-asyncio \
 "
 
-SRC_URI[sha256sum] = 
"18474c452894c60590b2d2339d6c81b93fb9857f1be271a2e91fb2707eb4095d"
+SRC_URI[sha256sum] = 
"d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98278): 
https://lists.openembedded.org/g/openembedded-devel/message/98278
Mute This Topic: https://lists.openembedded.org/mt/93073572/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-autobahn: upgrade 22.6.1 -> 22.7.1

2022-08-16 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-autobahn_22.6.1.bb => python3-autobahn_22.7.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-autobahn_22.6.1.bb => 
python3-autobahn_22.7.1.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_22.6.1.bb 
b/meta-python/recipes-devtools/python/python3-autobahn_22.7.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-autobahn_22.6.1.bb
rename to meta-python/recipes-devtools/python/python3-autobahn_22.7.1.bb
index 71da18f812..09957ad003 100644
--- a/meta-python/recipes-devtools/python/python3-autobahn_22.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-autobahn_22.7.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
 
-SRC_URI[sha256sum] = 
"fb63e946d5c2dd0df680851e84e65624a494ce87c999f2a4944e4f2d81bf4498"
+SRC_URI[sha256sum] = 
"8b462ea2e6aad6b4dc0ed45fb800b6cbfeb0325e7fe6983907f122f2be4a1fe9"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98277): 
https://lists.openembedded.org/g/openembedded-devel/message/98277
Mute This Topic: https://lists.openembedded.org/mt/93073569/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[PATCH] [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.38.7 -> 0.39.0

2022-08-16 Thread zhengruoqin
Add dependence python3-async-timeout

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-zeroconf_0.38.7.bb => python3-zeroconf_0.39.0.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.38.7.bb => 
python3-zeroconf_0.39.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.7.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.38.7.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.39.0.bb
index 3f67f5fc81..9b1576372c 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.7.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.39.0.bb
@@ -3,11 +3,12 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf;
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = 
"eaee2293e5f4e6d249f6155f9d3cca1668cb22b2545995ea72c6a03b4b7706d4"
+SRC_URI[sha256sum] = 
"7c0d8257b940ee43e637fb560c2f9bd79da0638f37af162eb4f506f7274ef8e4"
 
 inherit pypi setuptools3
 
 RDEPENDS:${PN} += " \
 ${PYTHON_PN}-ifaddr \
 ${PYTHON_PN}-asyncio \
+${PYTHON_PN}-async-timeout \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98276): 
https://lists.openembedded.org/g/openembedded-devel/message/98276
Mute This Topic: https://lists.openembedded.org/mt/93073564/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.55.0 -> 2.56.0

2022-08-16 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ent_2.55.0.bb => python3-google-api-python-client_2.56.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.55.0.bb 
=> python3-google-api-python-client_2.56.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.56.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.56.0.bb
index e32bebe172..b8f7ff97b2 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.56.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"1766c700eee14809ca1f7f52868c937755153289ea77ecdfd73dea6910e9a34d"
+SRC_URI[sha256sum] = 
"70d33203a4752bf4144b33fc689e997a2b5ed42c696d57149e4b3f5082682436"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98275): 
https://lists.openembedded.org/g/openembedded-devel/message/98275
Mute This Topic: https://lists.openembedded.org/mt/93073558/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-gcovr: upgrade 5.1 -> 5.2

2022-08-16 Thread zhengruoqin
License-Update:
  Copyright year updated to 2022.
  Modify fomat of LICENSE.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-gcovr_5.1.bb => python3-gcovr_5.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-gcovr_5.1.bb => 
python3-gcovr_5.2.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-gcovr_5.1.bb 
b/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-gcovr_5.1.bb
rename to meta-python/recipes-devtools/python/python3-gcovr_5.2.bb
index 995f3b779b..03231f926a 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "generate GCC code coverage reports"
 HOMEPAGE = "https://gcovr.com;
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=08208c66520e8d69d5367483186d94ed"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e59af597b3484fa3b52c0fbfd5d17611"
 
 SRC_URI = "git://github.com/gcovr/gcovr.git;branch=master;protocol=https"
-SRCREV = "e71e883521b78122c49016eb4e510e6da06c6916"
+SRCREV = "1040a85ecfb3ef0d01635df9d50a3cae5059d566"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98274): 
https://lists.openembedded.org/g/openembedded-devel/message/98274
Mute This Topic: https://lists.openembedded.org/mt/93073556/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-flask: upgrade 2.1.3 -> 2.2.2

2022-08-16 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-flask_2.1.3.bb => python3-flask_2.2.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask_2.1.3.bb => 
python3-flask_2.2.2.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-flask_2.1.3.bb 
b/meta-python/recipes-devtools/python/python3-flask_2.2.2.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-flask_2.1.3.bb
rename to meta-python/recipes-devtools/python/python3-flask_2.2.2.bb
index 95abddfd95..cceab72ede 100644
--- a/meta-python/recipes-devtools/python/python3-flask_2.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_2.2.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[sha256sum] = 
"15972e5017df0575c3d6c090ba168b6db90259e620ac8d7ea813a396bad5b6cb"
+SRC_URI[sha256sum] = 
"642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b"
 
 PYPI_PACKAGE = "Flask"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98273): 
https://lists.openembedded.org/g/openembedded-devel/message/98273
Mute This Topic: https://lists.openembedded.org/mt/93073554/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[PATCH] [oe] [meta-python] [PATCH] python3-asttokens: upgrade 2.0.5 -> 2.0.7

2022-08-16 Thread zhengruoqin
Add dependence python3-six

Changelog:
Fix astroid type checking import errors

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-asttokens_2.0.5.bb => python3-asttokens_2.0.7.bb} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.5.bb => 
python3-asttokens_2.0.7.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb 
b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
rename to meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
index da49040d76..5e3ca9e30f 100644
--- a/meta-python/recipes-devtools/python/python3-asttokens_2.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.7.bb
@@ -7,8 +7,12 @@ PYPI_PACKAGE = "asttokens"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"
+SRC_URI[sha256sum] = 
"8444353e4e2a99661c8dfb85ec9c02eedded08f0006234bff7db44a06840acc2"
 
 DEPENDS += "python3-setuptools-scm-native"
 
+RDEPENDS:${PN} += " \
+   ${PYTHON_PN}-six \
+"
+
 BBCLASSEXTEND = "native"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98272): 
https://lists.openembedded.org/g/openembedded-devel/message/98272
Mute This Topic: https://lists.openembedded.org/mt/93073545/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-imageio: upgrade 2.19.5 -> 2.21.0

2022-08-03 Thread zhengruoqin
Changelog:
==
Fix

Write single TIFF page for single RGB image (#851) (0f04bc9)

Feature

Add is_batch kwarg to pillow (#845) (21d5c73)

Other

Add a migration note about pillow squeezing (#850) (7c55a55)
Add missin option to imwrite type hints (#848) (6da4a42)
Ignore exclude_applied on legacy plugins (#844) (f082dde)
Remove unneeded CD steps (#847) (0d99c51)

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-imageio_2.19.5.bb => python3-imageio_2.21.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.19.5.bb => 
python3-imageio_2.21.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.19.5.bb 
b/meta-python/recipes-devtools/python/python3-imageio_2.21.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.19.5.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.21.0.bb
index 6fa43930de..21a8c4f37a 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.19.5.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.21.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24cb9a367a9e641b459a01c4d15256ba"
 
-SRC_URI[sha256sum] = 
"eb3cd70de8be87b72ea85716b7363c700b91144589ee6b5d7b49d42998b7d185"
+SRC_URI[sha256sum] = 
"a5d19c3c787d5b4920356d85999a24fcff32be8941950dc2409ec1513993952d"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98122): 
https://lists.openembedded.org/g/openembedded-devel/message/98122
Mute This Topic: https://lists.openembedded.org/mt/92807967/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.54.0 -> 2.55.0

2022-08-03 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ent_2.54.0.bb => python3-google-api-python-client_2.55.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.54.0.bb 
=> python3-google-api-python-client_2.55.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.54.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.54.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb
index af1b934c96..e32bebe172 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.54.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.55.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"90ebbae53025545b45962c0bc9874640511f35e929df773d034f40d9464c86af"
+SRC_URI[sha256sum] = 
"1766c700eee14809ca1f7f52868c937755153289ea77ecdfd73dea6910e9a34d"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98123): 
https://lists.openembedded.org/g/openembedded-devel/message/98123
Mute This Topic: https://lists.openembedded.org/mt/92807970/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-flask-login: upgrade 0.6.1 -> 0.6.2

2022-08-03 Thread zhengruoqin
Changelog:
==
-Fix compatibility with Werkzeug 2.2 and Flask 2.2. #691
-Revert change to expand_login_view that attempted to preserve a dynamic
 subdomain value. Such values should be handled using app.url_value_preprocessor
 and app.url_defaults. #691
-Ensure deprecation warnings are present for deprecated features that will be
 removed in the next feature release.
-Use request_loader instead of header_loader.
-Use user_loaded_from_request instead of user_loaded_from_header.
-Use app.config["LOGIN_DISABLED"] instead of _login_disabled.
-Use init_app instead of setup_app.

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-flask-login_0.6.1.bb => python3-flask-login_0.6.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask-login_0.6.1.bb => 
python3-flask-login_0.6.2.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb 
b/meta-python/recipes-devtools/python/python3-flask-login_0.6.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb
rename to meta-python/recipes-devtools/python/python3-flask-login_0.6.2.bb
index d19acd9b64..97d7bce359 100644
--- a/meta-python/recipes-devtools/python/python3-flask-login_0.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = " https://github.com/maxcountryman/flask-login;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
 
-SRC_URI[sha256sum] = 
"1306d474a270a036d6fd14f45640c4d77355e4f1c67ca4331b372d3448997b8c"
+SRC_URI[sha256sum] = 
"c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3"
 
 PYPI_PACKAGE = "Flask-Login"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98121): 
https://lists.openembedded.org/g/openembedded-devel/message/98121
Mute This Topic: https://lists.openembedded.org/mt/92807962/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-haversine: upgrade 2.5.1 -> 2.6.0

2022-08-03 Thread zhengruoqin
Check or normalize given lat/lon. #49

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-haversine_2.5.1.bb => python3-haversine_2.6.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-haversine_2.5.1.bb => 
python3-haversine_2.6.0.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb 
b/meta-python/recipes-devtools/python/python3-haversine_2.6.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-haversine_2.6.0.bb
index 1ed67d3260..65779187a1 100644
--- a/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-haversine_2.6.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Calculate the distance between 2 points on Earth"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
-SRC_URI[sha256sum] = 
"357e41dfddc4a0f2b1c941d92a590cac840f7ce4b3da14b45b68d968b3ad7cc7"
+SRC_URI[sha256sum] = 
"eb7c308ba721e86662c1d50427cb9b06f9e7eb9984803d9ec200582425cc4fb7"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98120): 
https://lists.openembedded.org/g/openembedded-devel/message/98120
Mute This Topic: https://lists.openembedded.org/mt/92807961/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-dominate: upgrade 2.6.0 -> 2.7.0

2022-08-03 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-dominate_2.6.0.bb => python3-dominate_2.7.0.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-dominate_2.6.0.bb => 
python3-dominate_2.7.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb 
b/meta-python/recipes-devtools/python/python3-dominate_2.7.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb
rename to meta-python/recipes-devtools/python/python3-dominate_2.7.0.bb
index 8e17438262..bee89ed754 100644
--- a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dominate_2.7.0.bb
@@ -2,8 +2,7 @@ SUMMARY = "Dominate is a Python library for creating and 
manipulating HTML docum
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
 
-SRC_URI[md5sum] = "9f714324ca99eee98bb3c3cdbe838de6"
-SRC_URI[sha256sum] = 
"76ec2cde23700a6fc4fee098168b9dee43b99c2f1dd0ca6a711f683e8eb7e1e4"
+SRC_URI[sha256sum] = 
"520101360892ebf9d0553f67d37e359ff92403d8a1e33814030503088a05da49"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98119): 
https://lists.openembedded.org/g/openembedded-devel/message/98119
Mute This Topic: https://lists.openembedded.org/mt/92807960/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-graphviz: upgrade 0.20 -> 0.20.1

2022-07-27 Thread zhengruoqin
Changelog:
==
Fix documentation building: upgrade to Sphinx 5.0.
Fix broken user guide links in API documentation.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-graphviz_0.20.bb => python3-graphviz_0.20.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-graphviz_0.20.bb => 
python3-graphviz_0.20.1.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.20.bb 
b/meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-graphviz_0.20.bb
rename to meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb
index 81b591247f..506c738133 100644
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.20.bb
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.20.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=951dd0868a9606c867ffda0ea3ea6da2"
 
-SRC_URI[sha256sum] = 
"76bdfb73f42e72564ffe9c7299482f9d72f8e6cb8d54bce7b48ab323755e9ba5"
+SRC_URI[sha256sum] = 
"8c58f14adaa3b947daf26c19bc1e98c4e0702cdc31cf99153e6f06904d492bf8"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98013): 
https://lists.openembedded.org/g/openembedded-devel/message/98013
Mute This Topic: https://lists.openembedded.org/mt/92646165/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.9.0 -> 2.9.1

2022-07-27 Thread zhengruoqin
Bug Fixes
there was a raise missing for throwing exceptions (#1077) (d1f17b0)

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-google-auth_2.9.0.bb => python3-google-auth_2.9.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.9.0.bb => 
python3-google-auth_2.9.1.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.9.0.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.9.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.9.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.9.1.bb
index 868d70b4c8..e884abac1b 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.9.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"3b2f9d2f436cc7c3b363d0ac66470f42fede249c3bafcc504e9f0bcbe983cff0"
+SRC_URI[sha256sum] = 
"14292fa3429f2bb1e99862554cde1ee730d6840ebae067814d3d15d8549c0888"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98012): 
https://lists.openembedded.org/g/openembedded-devel/message/98012
Mute This Topic: https://lists.openembedded.org/mt/92646163/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.51.0 -> 2.54.0

2022-07-27 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ent_2.51.0.bb => python3-google-api-python-client_2.54.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.51.0.bb 
=> python3-google-api-python-client_2.54.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.51.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.54.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.51.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.54.0.bb
index d52b34ade8..af1b934c96 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.51.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.54.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"a573373041b3f6ccbd04877b70e7425c52daec5b4fe5f440e8f5895c87d1a69c"
+SRC_URI[sha256sum] = 
"90ebbae53025545b45962c0bc9874640511f35e929df773d034f40d9464c86af"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98011): 
https://lists.openembedded.org/g/openembedded-devel/message/98011
Mute This Topic: https://lists.openembedded.org/mt/92646160/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-eth-hash: upgrade 0.4.0 -> 0.5.0

2022-07-27 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-eth-hash_0.4.0.bb => python3-eth-hash_0.5.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-hash_0.4.0.bb => 
python3-eth-hash_0.5.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-hash_0.4.0.bb 
b/meta-python/recipes-devtools/python/python3-eth-hash_0.5.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-eth-hash_0.4.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-hash_0.5.0.bb
index 317bcd5286..73072706e0 100644
--- a/meta-python/recipes-devtools/python/python3-eth-hash_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-hash_0.5.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324"
 
-SRC_URI[sha256sum] = 
"ae8ba88c1c2f0074e5e169bc0c08318c063054532809aa1bfc8367962b1b7088"
+SRC_URI[sha256sum] = 
"ea0fd4e264c97c8aa739ae1cea7199db2e1f3bdf387cc9b81ef03c660f871335"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98010): 
https://lists.openembedded.org/g/openembedded-devel/message/98010
Mute This Topic: https://lists.openembedded.org/mt/92646152/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.5.1 -> 2.6.0

2022-07-27 Thread zhengruoqin
Changelog:
===
  * add data descriptions: '.nbytes', '.padbits', '.readonly'
  * allow optional 'endian' argument to be 'None' when creating bitarrays
  * fix type annotation for 'canonical_decode()', #178
  * frozenbitarray's padbits are now guaranteed to be zero
  * add tests

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-bitarray_2.5.1.bb => python3-bitarray_2.6.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitarray_2.5.1.bb => 
python3-bitarray_2.6.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.5.1.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_2.6.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_2.6.0.bb
index bda2d96bd8..507c0bc51a 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray;
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = 
"8d38f60751008099a659d5acfb35ef4150183effd5b2bfa6c10199270ddf4c9c"
+SRC_URI[sha256sum] = 
"56d3f16dd807b1c56732a244ce071c135ee973d3edc9929418c1b24c5439a0fd"
 
 inherit setuptools3 pypi
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98009): 
https://lists.openembedded.org/g/openembedded-devel/message/98009
Mute This Topic: https://lists.openembedded.org/mt/92646151/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-absl: upgrade 1.1.0 -> 1.2.0

2022-07-27 Thread zhengruoqin
Fixed a crash in Python 3.11 when TempFileCleanup.SUCCESS is used.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-absl_1.1.0.bb => python3-absl_1.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-absl_1.1.0.bb => 
python3-absl_1.2.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb 
b/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
rename to meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
index e3f7c4c6ae..42b3ddc93a 100644
--- a/meta-python/recipes-devtools/python/python3-absl_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_1.2.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"3aa39f898329c2156ff525dfa69ce709e42d77aab18bf4917719d6f260aa6a08"
+SRC_URI[sha256sum] = 
"f568809938c49abbda89826223c992b630afd23c638160ad7840cfe347710d97"
 
 PYPI_PACKAGE = "absl-py"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98008): 
https://lists.openembedded.org/g/openembedded-devel/message/98008
Mute This Topic: https://lists.openembedded.org/mt/92646147/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-cmd2: upgrade 2.4.1 -> 2.4.2

2022-07-21 Thread zhengruoqin
Enhancements

-Updated argparse decorator to remove annotations when the docstring is used
 for a command's help text.
-Updated unit test to be Python 3.11 compliant.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-cmd2_2.4.1.bb => python3-cmd2_2.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_2.4.1.bb => 
python3-cmd2_2.4.2.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb 
b/meta-python/recipes-devtools/python/python3-cmd2_2.4.2.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.4.2.bb
index 8e3883b4f9..d2434b626f 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.4.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=209e288518b0668115f58c3929af9ff1"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[sha256sum] = 
"f3b0467daca18fca0dc7838de7726a72ab64127a018a377a86a6ed8ebfdbb25f"
+SRC_URI[sha256sum] = 
"073e555c05853b0f6965f3d03329babdf9e38a5f2cea028e61a64cd7eeb74ad5"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97935): 
https://lists.openembedded.org/g/openembedded-devel/message/97935
Mute This Topic: https://lists.openembedded.org/mt/92540037/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-blinker: upgrade 1.4 -> 1.5

2022-07-21 Thread zhengruoqin
0001-use-pytest-instead-of-deprecated-nose.patch
removed since it's included in 1.5

License-Update: License check file changed to LICENSE.rst

Signed-off-by: Zheng Ruoqin 
---
 ...se-pytest-instead-of-deprecated-nose.patch | 36 ---
 .../python/python3-blinker_1.4.bb | 22 
 .../python/python3-blinker_1.5.bb | 18 ++
 3 files changed, 18 insertions(+), 58 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
 delete mode 100644 meta-python/recipes-devtools/python/python3-blinker_1.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-blinker_1.5.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
 
b/meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
deleted file mode 100644
index a04c79b1e0..00
--- 
a/meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 9750d01118ee59ab174525e30d987065b69c0538 Mon Sep 17 00:00:00 2001
-From: pgajdos 
-Date: Wed, 8 Jul 2020 15:22:19 +0200
-Subject: [PATCH] use pytest instead of deprecated nose
-
-Upstream-Status: Submitted [https://github.com/jek/blinker/pull/60]
-Signed-off-by: Khem Raj 

- tests/test_signals.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test_signals.py b/tests/test_signals.py
-index 9771e40..ccbc35b 100644
 a/tests/test_signals.py
-+++ b/tests/test_signals.py
-@@ -4,7 +4,7 @@ import time
- 
- import blinker
- 
--from nose.tools import assert_raises
-+import pytest
- 
- 
- jython = sys.platform.startswith('java')
-@@ -232,7 +232,7 @@ def test_meta_connect_failure():
- pass
- sig = blinker.Signal()
- 
--assert_raises(TypeError, sig.connect, receiver)
-+pytest.raises(TypeError, sig.connect, receiver)
- assert not sig.receivers
- assert not sig._by_receiver
- assert sig._by_sender == {blinker.base.ANY_ID: set()}
--- 
-2.35.1
-
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb 
b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
deleted file mode 100644
index 08a961f938..00
--- a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=946d7e89af6f7733aeaebed5635d2682"
-
-SRC_URI[md5sum] = "8b3722381f83c2813c52de3016b68d33"
-SRC_URI[sha256sum] = 
"471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"
-
-inherit pypi setuptools3 ptest
-
-SRC_URI += " \
-   file://0001-use-pytest-instead-of-deprecated-nose.patch \
-   file://run-ptest \
-"
-
-RDEPENDS:${PN}-ptest += " \
-   ${PYTHON_PN}-pytest \
-"
-
-do_install_ptest() {
-   install -d ${D}${PTEST_PATH}/tests
-   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.5.bb 
b/meta-python/recipes-devtools/python/python3-blinker_1.5.bb
new file mode 100644
index 00..dae1e39437
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-blinker_1.5.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=42cd19c88fc13d1307a4efd64ee90e4e"
+
+SRC_URI[sha256sum] = 
"923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462"
+
+inherit pypi setuptools3 ptest
+
+SRC_URI += "file://run-ptest"
+
+RDEPENDS:${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+do_install_ptest() {
+   install -d ${D}${PTEST_PATH}/tests
+   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97934): 
https://lists.openembedded.org/g/openembedded-devel/message/97934
Mute This Topic: https://lists.openembedded.org/mt/92540031/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-attr: upgrade 0.3.1 -> 0.3.2

2022-07-21 Thread zhengruoqin
License-Update: License check file changed to LICENSE.

Signed-off-by: Zheng Ruoqin 
---
 .../recipes-devtools/python/python3-attr_0.3.1.bb| 9 -
 .../recipes-devtools/python/python3-attr_0.3.2.bb| 8 
 2 files changed, 8 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-attr_0.3.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-attr_0.3.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-attr_0.3.1.bb 
b/meta-python/recipes-devtools/python/python3-attr_0.3.1.bb
deleted file mode 100644
index 22c5218c70..00
--- a/meta-python/recipes-devtools/python/python3-attr_0.3.1.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-DESCRIPTION = "Simple decorator to set attributes of target function or class 
in a DRY way"
-HOMEPAGE = "https://github.com/denis-ryzhkov/attr;
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=59805a0285f4d2b6abdedae73db4f5c1"
-
-SRC_URI[md5sum] = "68b9a503991241fb2df28488686b0e1e"
-SRC_URI[sha256sum] = 
"9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb 
b/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb
new file mode 100644
index 00..0a77009e11
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Simple decorator to set attributes of target function or class 
in a DRY way"
+HOMEPAGE = "https://github.com/denis-ryzhkov/attr;
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=02c113fb406eab0537c0cf4334f57c07"
+
+SRC_URI[sha256sum] = 
"1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4"
+
+inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97933): 
https://lists.openembedded.org/g/openembedded-devel/message/97933
Mute This Topic: https://lists.openembedded.org/mt/92540027/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-evdev: upgrade 1.5.0 -> 1.6.0

2022-07-21 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-evdev_1.5.0.bb => python3-evdev_1.6.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-evdev_1.5.0.bb => 
python3-evdev_1.6.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb 
b/meta-python/recipes-devtools/python/python3-evdev_1.6.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-evdev_1.6.0.bb
index 141411da0c..659a86dae3 100644
--- a/meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-evdev_1.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
 
-SRC_URI[sha256sum] = 
"5b33b174f7c84576e7dd6071e438bf5ad227da95efd4356a39fe4c8355412fe6"
+SRC_URI[sha256sum] = 
"ecfa01b5c84f7e8c6ced3367ac95288f43cd84efbfd7dd7d0cdbfc0d18c87a6a"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97932): 
https://lists.openembedded.org/g/openembedded-devel/message/97932
Mute This Topic: https://lists.openembedded.org/mt/92540024/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-astroid: upgrade 2.11.6 -> 2.12.2

2022-07-21 Thread zhengruoqin
Changelog:
==
Fixed crash in modulo operations for divisions by zero.
Fixed crash with recursion limits during inference.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-astroid_2.11.6.bb => python3-astroid_2.12.2.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.11.6.bb => 
python3-astroid_2.12.2.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb 
b/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
index 4f9d1af939..ae2a4109ef 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6"
+SRC_URI[sha256sum] = 
"4675ef501edbbb143b3d9bb4c81d5f6338f08f960beed2ce41a03dc4cd20d777"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97931): 
https://lists.openembedded.org/g/openembedded-devel/message/97931
Mute This Topic: https://lists.openembedded.org/mt/92540020/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-ecdsa: upgrade 0.17.0 -> 0.18.0

2022-07-21 Thread zhengruoqin
Changelog:
==
New features:

Support for EdDSA (Ed25519, Ed448) signature creation and verification.
Support for Ed25519 and Ed448 in PKCS#8 and public key files.
Support for point precomputation for EdDSA.

New API:

CurveEdTw class to represent the Twisted Edwards curve parameters.
PointEdwards class to represent points on Twisted Edwards curve and
provide point arithmetic on it.
curve_by_name in curves module to get a Curve object by providing curve
name.

Bug fix:
-
Accept private EdDSA keys that include public key in the ASN.1 structure.
Fix incompatibility with Python 3.3 in handling of memoryviews of empty
strings.
Make the VerifyingKey encoded with explicit parameters use the same
kind of point encoding for public key and curve generator.
Better handling of malformed curve parameters (as in CVE-2022-0778);
make python-ecdsa raise MalformedPointError instead of AssertionError.

Doc fix:
---
Publish the documentation on https://ecdsa.readthedocs.io/,
include explanation of basics of handling of ECC data formats and how to use
the library for elliptic curve arithmetic.
Make object names more consistent, make them into hyperlinks on the
readthedocs documentation.
Make security note more explicit (Ian Rodney)
Fix the explicit vs named_curve confusion in VerifyingKey docs.

Maintenance:

Fix few typos (thanks to Tim Gates and Kian Meng Ang).
Updated black version; slight changes to formatting
Include interoperability tests for Ed25519 and Ed448 with OpenSSL.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-ecdsa_0.17.0.bb => python3-ecdsa_0.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ecdsa_0.17.0.bb => 
python3-ecdsa_0.18.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb 
b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
rename to meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
index 177019ccc2..6a399a96fe 100644
--- a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
 DEPENDS += "python3-pip python3-pbr"
 
 PYPI_PACKAGE = "ecdsa"
-SRC_URI[sha256sum] = 
"b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa"
+SRC_URI[sha256sum] = 
"190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49"
 
 inherit pypi setuptools3 python3native
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97927): 
https://lists.openembedded.org/g/openembedded-devel/message/97927
Mute This Topic: https://lists.openembedded.org/mt/92539975/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-alembic: upgrade 1.8.0 -> 1.8.1

2022-07-21 Thread zhengruoqin
Changelog:
==
[bug] [sqlite]
--
Fixed bug where the SQLite implementation of Operations.rename_table() would
render an explicit schema name for both the old and new table name, which while
is the standard ALTER syntax, is not accepted by SQLite’s syntax which doesn’t
support a rename across schemas. In particular, the syntax issue would prevent
batch mode from working for SQLite databases that made use of attached databases
(which are treated as “schemas” in SQLAlchemy).

[bug] [batch]
-
Added an error raise for the condition where Operations.batch_alter_table() is
used in --sql mode, where the operation requires table reflection, as is the
case when running against SQLite without giving it a fixed Table object.
Previously the operation would fail with an internal error. To get a
“move and copy” batch operation as a SQL script without connecting to a
database, a Table object should be passed to the
Operations.batch_alter_table.copy_from parameter so that reflection may be
skipped.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-alembic_1.8.0.bb => python3-alembic_1.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.8.0.bb => 
python3-alembic_1.8.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
index 3b12439cbc..3e31158835 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b"

 inherit pypi setuptools3

-SRC_URI[sha256sum] = 
"a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1"
+SRC_URI[sha256sum] = 
"cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa"

 PYPI_PACKAGE = "alembic"

--
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97924): 
https://lists.openembedded.org/g/openembedded-devel/message/97924
Mute This Topic: https://lists.openembedded.org/mt/92539965/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pillow: upgrade 9.1.1 -> 9.2.0

2022-07-14 Thread zhengruoqin
Changelog:
=

Fixed null check for fribidi_version_info in FriBiDi shim
Added GIF decompression bomb check
Handle PCF fonts files with less than 256 characters
Improved GIF optimize condition
Reverted to array_interface with the release of NumPy 1.23
Pad PCX palette to 768 bytes when saving
Fixed bug with rounding pixels to palette colors
Use gnome-screenshot on Linux if available
Fixed loading L mode BMP RLE8 images
Fixed incorrect operator in ImageCms error
Limit FPX tile size to avoid extending outside image
Added support for decoding plain PPM formats
Added apply_transparency()
Fixed behaviour change from endian fix
Use python3
Allow remapping P images with RGBA palettes
Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher"
[pre-commit.ci] pre-commit autoupdate
Only import ImageFont in ImageDraw when necessary
Fixed drawing translucent 1px high polygons
Pad COLORMAP to 768 items when saving TIFF
Fix P -> PA conversion
Once exif data is parsed, do not reload unless it changes
Only try to connect discontiguous corners at the end of edges
Improve transparency handling when saving GIF images
Do not update GIF frame position until local image is found
Netscape GIF extension belongs after the global color table
Only write GIF comments at the beginning of the file
Separate multiple GIF comment blocks with newlines
Always use GIF89a for comments
Ignore compression value from BMP info dictionary when saving as TIFF
If font is file-like object, do not re-read from object to get variant
Raise ValueError when trying to access internal fp after close
Support more affine expression forms in im.point()
Include 'twine check' in 'make sdist'
Ensure that furthest v is set in quantize2

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-pillow_9.1.1.bb => python3-pillow_9.2.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pillow_9.1.1.bb => 
python3-pillow_9.2.0.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.1.1.bb 
b/meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pillow_9.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb
index 00df22a3d..454d61a48 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ad081a0aede51e89f8da1a8fb849"
 
-SRC_URI = 
"git://github.com/python-pillow/Pillow.git;branch=9.1.x;protocol=https \
+SRC_URI = 
"git://github.com/python-pillow/Pillow.git;branch=9.2.x;protocol=https \
file://0001-support-cross-compiling.patch \
file://0001-explicitly-set-compile-options.patch \
"
@@ -39,4 +39,4 @@ RPROVIDES:${PN} += "python3-imaging"
 
 BBCLASSEXTEND = "native"
 
-SRCREV = "0f44136e720cd3b2db72bdf29614897b7aa3e868"
+SRCREV = "58acec3312fb8671c9d84829197e1c8150085589"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97840): 
https://lists.openembedded.org/g/openembedded-devel/message/97840
Mute This Topic: https://lists.openembedded.org/mt/92394930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pylint: upgrade 2.14.3 -> 2.14.4

2022-07-14 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-pylint_2.14.3.bb => python3-pylint_2.14.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pylint_2.14.3.bb => 
python3-pylint_2.14.4.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-pylint_2.14.3.bb 
b/meta-python/recipes-devtools/python/python3-pylint_2.14.4.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pylint_2.14.3.bb
rename to meta-python/recipes-devtools/python/python3-pylint_2.14.4.bb
index 835ed2203..39bd17dfe 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_2.14.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_2.14.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE= "http://www.pylint.org/;
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
 
-SRC_URI[sha256sum] = 
"4e1378f815c63e7e44590d0d339ed6435f5281d0a0cc357d29a86ea0365ef868"
+SRC_URI[sha256sum] = 
"47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97839): 
https://lists.openembedded.org/g/openembedded-devel/message/97839
Mute This Topic: https://lists.openembedded.org/mt/92394935/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-pillow: upgrade 9.1.1 -> 9.2.0

2022-07-14 Thread zhengruoqin
Changelog:
=

Fixed null check for fribidi_version_info in FriBiDi shim
Added GIF decompression bomb check
Handle PCF fonts files with less than 256 characters
Improved GIF optimize condition
Reverted to array_interface with the release of NumPy 1.23
Pad PCX palette to 768 bytes when saving
Fixed bug with rounding pixels to palette colors
Use gnome-screenshot on Linux if available
Fixed loading L mode BMP RLE8 images
Fixed incorrect operator in ImageCms error
Limit FPX tile size to avoid extending outside image
Added support for decoding plain PPM formats
Added apply_transparency()
Fixed behaviour change from endian fix
Use python3
Allow remapping P images with RGBA palettes
Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher"
[pre-commit.ci] pre-commit autoupdate
Only import ImageFont in ImageDraw when necessary
Fixed drawing translucent 1px high polygons
Pad COLORMAP to 768 items when saving TIFF
Fix P -> PA conversion
Once exif data is parsed, do not reload unless it changes
Only try to connect discontiguous corners at the end of edges
Improve transparency handling when saving GIF images
Do not update GIF frame position until local image is found
Netscape GIF extension belongs after the global color table
Only write GIF comments at the beginning of the file
Separate multiple GIF comment blocks with newlines
Always use GIF89a for comments
Ignore compression value from BMP info dictionary when saving as TIFF
If font is file-like object, do not re-read from object to get variant
Raise ValueError when trying to access internal fp after close
Support more affine expression forms in im.point()
Include 'twine check' in 'make sdist'
Ensure that furthest v is set in quantize2

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-pillow_9.1.1.bb => python3-pillow_9.2.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pillow_9.1.1.bb => 
python3-pillow_9.2.0.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.1.1.bb 
b/meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pillow_9.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb
index 00df22a3d..454d61a48 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ad081a0aede51e89f8da1a8fb849"
 
-SRC_URI = 
"git://github.com/python-pillow/Pillow.git;branch=9.1.x;protocol=https \
+SRC_URI = 
"git://github.com/python-pillow/Pillow.git;branch=9.2.x;protocol=https \
file://0001-support-cross-compiling.patch \
file://0001-explicitly-set-compile-options.patch \
"
@@ -39,4 +39,4 @@ RPROVIDES:${PN} += "python3-imaging"
 
 BBCLASSEXTEND = "native"
 
-SRCREV = "0f44136e720cd3b2db72bdf29614897b7aa3e868"
+SRCREV = "58acec3312fb8671c9d84829197e1c8150085589"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97838): 
https://lists.openembedded.org/g/openembedded-devel/message/97838
Mute This Topic: https://lists.openembedded.org/mt/92394930/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[PATCH] [oe] [meta-python] [PATCH] python3-redis: upgrade 4.3.3 -> 4.3.4

2022-07-14 Thread zhengruoqin
Add dependence asyncio

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-redis_4.3.3.bb => python3-redis_4.3.4.bb}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-redis_4.3.3.bb => 
python3-redis_4.3.4.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-redis_4.3.3.bb 
b/meta-python/recipes-devtools/python/python3-redis_4.3.4.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-redis_4.3.3.bb
rename to meta-python/recipes-devtools/python/python3-redis_4.3.4.bb
index 66051d420..e0f953ca4 100644
--- a/meta-python/recipes-devtools/python/python3-redis_4.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.3.4.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[sha256sum] = 
"2f7a57cf4af15cd543c4394bcbe2b9148db2606a37edba755368836e3a1d053e"
+SRC_URI[sha256sum] = 
"ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"
 
 inherit pypi setuptools3
 
@@ -12,4 +12,5 @@ RDEPENDS:${PN} += "\
 ${PYTHON_PN}-datetime \
 ${PYTHON_PN}-cryptography \
 ${PYTHON_PN}-packaging \
+${PYTHON_PN}-asyncio \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97837): 
https://lists.openembedded.org/g/openembedded-devel/message/97837
Mute This Topic: https://lists.openembedded.org/mt/92394928/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-ldap: upgrade 3.4.0 -> 3.4.2

2022-07-14 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-ldap_3.4.0.bb => python3-ldap_3.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-networking/python/{python3-ldap_3.4.0.bb => 
python3-ldap_3.4.2.bb} (90%)

diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.0.bb 
b/meta-python/recipes-networking/python/python3-ldap_3.4.2.bb
similarity index 90%
rename from meta-python/recipes-networking/python/python3-ldap_3.4.0.bb
rename to meta-python/recipes-networking/python/python3-ldap_3.4.2.bb
index 429905831..44a3d00d8 100644
--- a/meta-python/recipes-networking/python/python3-ldap_3.4.0.bb
+++ b/meta-python/recipes-networking/python/python3-ldap_3.4.2.bb
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "python-ldap"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12"
+SRC_URI[sha256sum] = 
"b16470a0983aaf09a00ffb8f40b69a2446f3d0be639a229256bce381fcb268f7"
 
 do_configure:prepend() {
 sed -i -e 's:^library_dirs =.*::' \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97836): 
https://lists.openembedded.org/g/openembedded-devel/message/97836
Mute This Topic: https://lists.openembedded.org/mt/92394926/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.8.0 -> 2.9.0

2022-07-07 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ython3-google-auth_2.8.0.bb => python3-google-auth_2.9.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.8.0.bb => 
python3-google-auth_2.9.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.8.0.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.9.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.8.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.9.0.bb
index 46371d76b..868d70b4c 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.9.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"819b70140d05501739e1387291d39f0de3b4dff3b00ae4aff8e7a05369957f89"
+SRC_URI[sha256sum] = 
"3b2f9d2f436cc7c3b363d0ac66470f42fede249c3bafcc504e9f0bcbe983cff0"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97753): 
https://lists.openembedded.org/g/openembedded-devel/message/97753
Mute This Topic: https://lists.openembedded.org/mt/92224247/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.8.0 -> 2.8.2

2022-07-07 Thread zhengruoqin
Changelog:
=
Bug Fixes
-
deps: allow protobuf < 5.0.0 (#400) (8f73d2e)
drop support for grpc-gcp (#401) (5da6733)

Documentation
-
fix changelog header to consistent size (#394) (ac266e9)
Fix typo in the BackgroundConsumer docstring (#395) (0eb727f)

Signed-off-by: Zheng Ruoqin 
---
 ...oogle-api-core_2.8.0.bb => python3-google-api-core_2.8.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.8.0.bb 
=> python3-google-api-core_2.8.2.bb} (87%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.8.0.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.8.2.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-api-core_2.8.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.8.2.bb
index b7ff8bc29..a2df7fb48 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.8.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3"
+SRC_URI[sha256sum] = 
"06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97752): 
https://lists.openembedded.org/g/openembedded-devel/message/97752
Mute This Topic: https://lists.openembedded.org/mt/92224241/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.46.3 -> 1.47.0

2022-07-07 Thread zhengruoqin
0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
refreshed for new version.

Signed-off-by: Zheng Ruoqin 
---
 ...tup.py-Do-not-mix-C-and-C-compiler-options.patch | 13 +
 ...ols_1.46.3.bb => python3-grpcio-tools_1.47.0.bb} |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.46.3.bb => 
python3-grpcio-tools_1.47.0.bb} (82%)

diff --git 
a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
 
b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
index 4713da174..4aa11bd57 100644
--- 
a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
+++ 
b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch
@@ -26,6 +26,8 @@ Signed-off-by: Khem Raj 
  setup.py | 9 ++---
  1 file changed, 6 insertions(+), 3 deletions(-)
 
+diff --git a/setup.py b/setup.py
+index cc53e79..be3bc78 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -87,8 +87,11 @@ def check_linker_need_libatomic():
@@ -33,12 +35,12 @@ Signed-off-by: Khem Raj 
  code_test = (b'#include \n' +
   b'int main() { return std::atomic{}; }')
 -cxx = os.environ.get('CXX', 'c++')
--cpp_test = subprocess.Popen([cxx, '-x', 'c++', '-std=c++11', '-'],
+-cpp_test = subprocess.Popen([cxx, '-x', 'c++', '-std=c++14', '-'],
 +cxx, cxx_args = os.environ.get('CXX').split(' ', 1) or 'c++'
 +if not cxx_args:
 +  cxx_args = "-g"
 +
-+cpp_test = subprocess.Popen([cxx, cxx_args, '-x', 'c++', '-std=c++11', 
'-'],
++cpp_test = subprocess.Popen([cxx, cxx_args, '-x', 'c++', '-std=c++14', 
'-'],
  stdin=PIPE,
  stdout=PIPE,
  stderr=PIPE)
@@ -46,8 +48,11 @@ Signed-off-by: Khem Raj 
  # Double-check to see if -latomic actually can solve the problem.
  # https://github.com/grpc/grpc/issues/22491
  cpp_test = subprocess.Popen(
--[cxx, '-x', 'c++', '-std=c++11', '-', '-latomic'],
-+[cxx, cxx_args, '-x', 'c++', '-std=c++11', '-', '-latomic'],
+-[cxx, '-x', 'c++', '-std=c++14', '-', '-latomic'],
++[cxx, cxx_args, '-x', 'c++', '-std=c++14', '-', '-latomic'],
  stdin=PIPE,
  stdout=PIPE,
  stderr=PIPE)
+-- 
+2.25.1
+
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.46.3.bb 
b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.47.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.46.3.bb
rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.47.0.bb
index 221a05ef1..90c8efeec 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.46.3.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.47.0.bb
@@ -10,7 +10,7 @@ inherit pypi setuptools3
 DEPENDS += "${PYTHON_PN}-grpcio"
 
 SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch"
-SRC_URI[sha256sum] = 
"31fee436ace5b3bd950cc3a8e68d6b84de1d6dc755959db7badc3470cdf22f70"
+SRC_URI[sha256sum] = 
"f64b5378484be1d6ce59311f86174be29c8ff98d8d90f589e1c56d5acae67d3c"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97751): 
https://lists.openembedded.org/g/openembedded-devel/message/97751
Mute This Topic: https://lists.openembedded.org/mt/92224232/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH] python3-engineio: upgrade 4.3.2 -> 4.3.3

2022-07-07 Thread zhengruoqin
Changelog:
==
Handle ASGI lifespan when running with a secondary ASGI app #284
Update deprecated usage of asyncio.wait() #281
Better handling of queued WebSocket messages in uWSGI #256
Gracefully fail to decode empty packets #269
Only attempt to set an async signal handler once #276

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-engineio_4.3.2.bb => python3-engineio_4.3.3.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-engineio_4.3.2.bb => 
python3-engineio_4.3.3.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb 
b/meta-python/recipes-devtools/python/python3-engineio_4.3.3.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb
rename to meta-python/recipes-devtools/python/python3-engineio_4.3.3.bb
index e9891bc27..1a80a556e 100644
--- a/meta-python/recipes-devtools/python/python3-engineio_4.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.3.bb
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \
python3-asyncio \
 "
 
-SRC_URI[sha256sum] = 
"e02f8d6686663408533726be2d4ceb403914fd17285d247791c6a91623777bdd"
+SRC_URI[sha256sum] = 
"18474c452894c60590b2d2339d6c81b93fb9857f1be271a2e91fb2707eb4095d"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97750): 
https://lists.openembedded.org/g/openembedded-devel/message/97750
Mute This Topic: https://lists.openembedded.org/mt/92224228/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



  1   2   3   4   5   >