openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1
@ 2023-05-25  6:57 wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0 wangmy
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Bug Fixes
========
-#907: Avoid remote calls during startup as execnet by default does not ensure
 remote affinity with the main thread and might accidentally schedule the
 pytest worker into a non-main thread, which breaks numerous frameworks, for
 example asyncio, anyio, PyQt/PySide, etc.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-pytest-xdist_3.3.0.bb => python3-pytest-xdist_3.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-xdist_3.3.0.bb => python3-pytest-xdist_3.3.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.1.bb
index aa3606680..6001977a4 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pytest-dev/pytest-xdist"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e"
 
-SRC_URI[sha256sum] = "d42c9efb388da35480878ef4b2993704c6cea800c8bafbe85a8cdc461baf0748"
+SRC_URI[sha256sum] = "d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
@ 2023-05-25  6:57 ` wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15 wangmy
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
New: Celery Beat exclude tasks option
New: Add support for ExceptionGroups
Prefer importlib.metadata over pkg_resources if available
Work with a copy of request, vars in the event
Pinned version of dependency that broke the build
Disable Django Cache spans by default.
New: Add loguru integration
Do not truncate request body if request_bodies is "always"
Fixed Celery headers for Beat auto-instrumentation
Add db.operation to Redis and MongoDB spans
Make sure we're importing redis the library
Add include_source_context option
Import Markup from markupsafe
Fix __qualname__ missing attribute in asyncio integration
Remove relay extension from AWS Layer
Add a note about pip freeze to the bug template

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-sentry-sdk_1.22.2.bb => python3-sentry-sdk_1.24.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.22.2.bb => python3-sentry-sdk_1.24.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb
index 359090cae..9e4b87da9 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.22.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.24.0.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\
 	${PYTHON_PN}-datetime \
 "
 
-SRC_URI[sha256sum] = "5932c092c6e6035584eb74d77064e4bce3b7935dfc4a331349719a40db265840"
+SRC_URI[sha256sum] = "0bbcecda9f51936904c1030e7fef0fe693e633888f02a14d1cb68646a50e83b3"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0 wangmy
@ 2023-05-25  6:57 ` wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-stevedore: upgrade 5.0.0 -> 5.1.0 wangmy
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.15

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

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb
index 3963f066c..3af41bed2 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d"
 
-SRC_URI[sha256sum] = "8d97b37b4e60073c38bcf94e289e3be09ef9be870de88d163f16e08f2b9ded1a"
+SRC_URI[sha256sum] = "2e940a8659ef870ae10e0d9e2a6d5aaddf0ff6e91f7d0d7732afc9e8c4be9bbc"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-stevedore: upgrade 5.0.0 -> 5.1.0
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0 wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15 wangmy
@ 2023-05-25  6:57 ` wangmy
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.3 -> 5.0.1 wangmy
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Revert "Moves supported python runtimes from version 3.8 to 3.10"
* Moves supported python runtimes from version 3.8 to 3.10
* Update master for stable/2023.1

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

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.0.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.1.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_5.0.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_5.1.0.bb
index 6b40b6c3f..d60d017d5 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_5.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] = "2c428d2338976279e8eb2196f7a94910960d9f7ba2f41f3988511e95ca447021"
+SRC_URI[sha256sum] = "a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.3 -> 5.0.1
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (2 preceding siblings ...)
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-stevedore: upgrade 5.0.0 -> 5.1.0 wangmy
@ 2023-05-25  6:57 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.1 -> 1.5.2 wangmy
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- The logging info under windows made it look like it looked up the registry
  info even when you had a TZ environment, but it doesn't actually do that.
- Improved the handling of loggers.
- Fixed a bug in the new assert_tz_offset method.
- Change how the system offset is calculated to deal with non-DST
  temporary changes, such as Ramadan time in Morocco.
- Change the default to only warn when the timezone offset and system
  offset disagree (but still not even warn if TZ is set)
- Add the assert_tz_offset() method to the top level for those who want
  to explicitly check and fail.
- Removed the deprecation shim.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-tzlocal_4.3.bb => python3-tzlocal_5.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tzlocal_4.3.bb => python3-tzlocal_5.0.1.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_4.3.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-tzlocal_4.3.bb
rename to meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb
index 37d5ed604..43649bf73 100644
--- a/meta-python/recipes-devtools/python/python3-tzlocal_4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
 
-SRC_URI[sha256sum] = "3f21d09e1b2aa9f2dacca12da240ca37de3ba5237a93addfd6d593afe9073355"
+SRC_URI[sha256sum] = "46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba89827a803"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.1 -> 1.5.2
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (3 preceding siblings ...)
  2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.3 -> 5.0.1 wangmy
@ 2023-05-25  6:58 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1 wangmy
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
  - Add typehints (#908)
  - Fix pytype errors (#906)
  - Fix args passed to logging function (#898)
  - Standardize PEP 3101 formatting (c6a445f)
  - Add more verbose exception for unsuccessful handshake for #900

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

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.5.2.bb
index 41d469cf1..742a9389b 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.5.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] = "3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40"
+SRC_URI[sha256sum] = "c7d67c13b928645f259d9b847ab5b57fd2d127213ca41ebd880de1f553b7c23b"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (4 preceding siblings ...)
  2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.1 -> 1.5.2 wangmy
@ 2023-05-25  6:58 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-xmlschema: upgrade 2.2.3 -> 2.3.0 wangmy
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Add support for new Excel dynamic functions added in 2023.
* Added support for adding a color to the 'invert_if_negative' chart option.

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

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb
index d556e8b6d..ff3a62281 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.1.bb
@@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "02913b50b74c00f165933d5da3e3a02cab4204cb4932722a1b342c5c71034122"
+SRC_URI[sha256sum] = "03459ee76f664470c4c63a8977cab624fb259d0fc1faac64dc9cc6f3cc08f945"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-xmlschema: upgrade 2.2.3 -> 2.3.0
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (5 preceding siblings ...)
  2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1 wangmy
@ 2023-05-25  6:58 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 45.0 -> 46.0 wangmy
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 Improve sequence/all restriction checks for XSD 1.1
 Add schema argument to Wsdl11Document

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

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_2.2.3.bb b/meta-python/recipes-devtools/python/python3-xmlschema_2.3.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-xmlschema_2.2.3.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_2.3.0.bb
index 8e48dc5b2..48bb3883c 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_2.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_2.3.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ab20f8e337bea2e6874f372edfd12c0"
 
-SRC_URI[sha256sum] = "d21ba86af4432720231fb4b40f1205fa75fd718d6856ec3b8118984de31c225b"
+SRC_URI[sha256sum] = "c2d583f7d07c6bac157d075889d15c128f34afdc79e4f70b4fb3c6adedc59bfe"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
-- 
2.34.1



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

* [oe] [meta-networking] [PATCH] rdma-core: upgrade 45.0 -> 46.0
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (6 preceding siblings ...)
  2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-xmlschema: upgrade 2.2.3 -> 2.3.0 wangmy
@ 2023-05-25  6:58 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] setxkbmap: upgrade 1.3.3 -> 1.3.4 wangmy
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 Merge pull request #1327 from haoyue-Xu/bugfixes
 libhns: Disable local invalidate operation
 Merge pull request #1330 from amzn/change-maintainer
 MAINTAINERS: Update EFA provider maintainer
 Merge pull request #1329 from selvintxavier/bnxt_update
 bnxt_re/lib: Remove deferred arming logic
 bnxt_re/lib: Fix the UD completion reported
 Merge pull request #1328 from amzn/tests-fix
 tests: Skip rc_flush tests if not supported in kernel
 tests: Fix get_net_name for cases there is no net device

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../rdma-core/{rdma-core_45.0.bb => rdma-core_46.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/rdma-core/{rdma-core_45.0.bb => rdma-core_46.0.bb} (95%)

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_46.0.bb
similarity index 95%
rename from meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_46.0.bb
index ed1f7c94a..c4c438798 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_46.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libnl"
 RDEPENDS:${PN} = "bash perl"
 
 SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https"
-SRCREV = "53ee89b4abb1463e7ae713103f552b2bef1307ce"
+SRCREV = "f2789cbd394c5839e8942d585a494ab72fd97e39"
 S = "${WORKDIR}/git"
 
 #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] setxkbmap: upgrade 1.3.3 -> 1.3.4
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (7 preceding siblings ...)
  2023-05-25  6:58 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 45.0 -> 46.0 wangmy
@ 2023-05-25  6:58 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] valijson: upgrade 1.0 -> 1.0.1 wangmy
  2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] zchunk: upgrade 1.3.0 -> 1.3.1 wangmy
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
Check for the XWAYLAND extension
Fix "Xwayland" spelling
Route the Xwayland warning through stderr
Be more careful about querying randr
gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-app/{setxkbmap_1.3.3.bb => setxkbmap_1.3.4.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.3.bb => setxkbmap_1.3.4.bb} (86%)

diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb
similarity index 86%
rename from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb
rename to meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb
index 18fa63ead..9c522d6ae 100644
--- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.3.bb
+++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb
@@ -16,4 +16,4 @@ DEPENDS += "libxkbfile xrandr"
 BBCLASSEXTEND = "native"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b"
+SRC_URI[sha256sum] = "be8d8554d40e981d1b93b5ff82497c9ad2259f59f675b38f1b5e84624c07fade"
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] valijson: upgrade 1.0 -> 1.0.1
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (8 preceding siblings ...)
  2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] setxkbmap: upgrade 1.3.3 -> 1.3.4 wangmy
@ 2023-05-25  6:58 ` wangmy
  2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] zchunk: upgrade 1.3.0 -> 1.3.1 wangmy
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
 Fixes typos in preprocessor macros
 Adds Github Actions configuration for CI
 Fixes validation_visitor to work with forward iterator adapters

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../valijson/{valijson_1.0.bb => valijson_1.0.1.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/valijson/{valijson_1.0.bb => valijson_1.0.1.bb} (93%)

diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.1.bb
similarity index 93%
rename from meta-oe/recipes-devtools/valijson/valijson_1.0.bb
rename to meta-oe/recipes-devtools/valijson/valijson_1.0.1.bb
index 52475522a..b8e7f50b5 100644
--- a/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
+++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
 
 SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https"
-SRCREV = "78ac8a737df56b5334354efe104ea8f99e2a2f00"
+SRCREV = "f7399c1a244982632671906d17f3ea77f3ccfc67"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] zchunk: upgrade 1.3.0 -> 1.3.1
  2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
                   ` (9 preceding siblings ...)
  2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] valijson: upgrade 1.0 -> 1.0.1 wangmy
@ 2023-05-25  6:58 ` wangmy
  10 siblings, 0 replies; 12+ messages in thread
From: wangmy @ 2023-05-25  6:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/zchunk/{zchunk_1.3.0.bb => zchunk_1.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/zchunk/{zchunk_1.3.0.bb => zchunk_1.3.1.bb} (93%)

diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.3.0.bb b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb
similarity index 93%
rename from meta-oe/recipes-support/zchunk/zchunk_1.3.0.bb
rename to meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb
index 07ab28375..9bf380924 100644
--- a/meta-oe/recipes-support/zchunk/zchunk_1.3.0.bb
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
 
 SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
 
-SRCREV = "1d8f14484b4e0b507487abe6c294fb2059b7b72f"
+SRCREV = "b462b1587f7d3aa782689430e83e96c737748f33"
 S = "${WORKDIR}/git"
 
 DEPENDS = "zstd"
-- 
2.34.1



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

end of thread, other threads:[~2023-05-25  6:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25  6:57 [oe] [meta-python] [PATCH] python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1 wangmy
2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0 wangmy
2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15 wangmy
2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-stevedore: upgrade 5.0.0 -> 5.1.0 wangmy
2023-05-25  6:57 ` [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.3 -> 5.0.1 wangmy
2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-websocket-client: upgrade 1.5.1 -> 1.5.2 wangmy
2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1 wangmy
2023-05-25  6:58 ` [oe] [meta-python] [PATCH] python3-xmlschema: upgrade 2.2.3 -> 2.3.0 wangmy
2023-05-25  6:58 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 45.0 -> 46.0 wangmy
2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] setxkbmap: upgrade 1.3.3 -> 1.3.4 wangmy
2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] valijson: upgrade 1.0 -> 1.0.1 wangmy
2023-05-25  6:58 ` [oe] [meta-oe] [PATCH] zchunk: upgrade 1.3.0 -> 1.3.1 wangmy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).