[oe] [meta-oe] [PATCH] imlib2: delete non-existent file

2023-11-16 Thread wangmy
From: Wang Mingyu /usr/bin/imlib2-config was deleted from upstream, so delete it from bb file. Signed-off-by: Wang Mingyu --- meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-gra

Re: [oe] [OE-core][mickledore][PATCH] qemu 7.2.0: Fix CVE-2023-1544

2023-11-16 Thread Khem Raj
this should be posted to openembedded-core mailing list. On Thu, Nov 16, 2023 at 8:54 PM Niranjan Pradhan via lists.openembedded.org wrote: > > Upstream Repository: https://gitlab.com/qemu-project/qemu.git > > Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-1544 > Type: Security Fix > CVE:

[oe] [OE-core][kirkstone][PATCH] qemu 6.2.0: Fix CVE-2023-1544

2023-11-16 Thread Niranjan Pradhan via lists.openembedded.org
Upstream Repository: https://gitlab.com/qemu-project/qemu.git Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-1544 Type: Security Fix CVE: CVE-2023-1544 Score: 6.3 Patch: https://gitlab.com/qemu-project/qemu/-/commit/85fc35afa93c Signed-off-by: Niranjan Pradhan --- meta/recipes-devtools/

[oe] [OE-core][mickledore][PATCH] qemu 7.2.0: Fix CVE-2023-1544

2023-11-16 Thread Niranjan Pradhan via lists.openembedded.org
Upstream Repository: https://gitlab.com/qemu-project/qemu.git Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-1544 Type: Security Fix CVE: CVE-2023-1544 Score: 6.3 Patch: https://gitlab.com/qemu-project/qemu/-/commit/85fc35afa93c Signed-off-by: Niranjan Pradhan --- meta/recipes-devtools/

[oe] [PATCH] python3-gpiod: fix the required version of libgpiod

2023-11-16 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This version of python3-gpiod requires libgpiod v2.1 so fix RDEPENDS. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/pyt

Re: [oe] [meta-oe][PATCH v2 1/2] nlohmann-json: Add ptest support

2023-11-16 Thread Khem Raj
its failing on AB with stdio: ERROR: nlohmann-json-3.11.2-r0 do_package_qa: QA Issue: /usr/lib/nlohmann-json/ptest/json_test_data/.git/hooks/update.sample contained in package nlohmann-json-ptest requires /usr/bin/sh, but no providers found in RDEPENDS:nlohmann-json-ptest? [file-rdeps] see https:

[oe] [meta-python][kirkstone][PATCH] python3-soupsieve: Break circular dependency with beautifulsoup4

2023-11-16 Thread Yoann Congal
python3-beautifulsoup4 does depend on python3-soupsieve but python3-soupsieve does not depend on python3-beautifulsoup4. Signed-off-by: Yoann Congal --- .../recipes-devtools/python/python3-soupsieve_2.3.1.bb| 4 1 file changed, 4 deletions(-) diff --git a/meta-python/recipes-devtoo

[oe] [meta-python][PATCH] python3-soupsieve: Break circular dependency with beautifulsoup4

2023-11-16 Thread Yoann Congal
python3-beautifulsoup4 does depend on python3-soupsieve but python3-soupsieve does not depend on python3-beautifulsoup4. Signed-off-by: Yoann Congal --- meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-python/recipes-devtool

Re: [oe] [meta-oe][PATCH] bolt: upgrade 0.9.5 -> 0.9.6

2023-11-16 Thread Khem Raj
On Thu, 16 Nov 2023 00:05:29 +0300, alperak wrote: > Changelog: > > * The compiler warnings caused by the incorrect data type declaration > were fixed. > > * The log message `boltd[123]: [93B blob data]` was fixed. The sysfs path > will be printed when the domain can't be found. > > [...]

Re: [oe] [meta-webserver][PATCH] static-id: add missing netdata group

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 17:56:27 +0100, Yoann Congal wrote: > The netdata recipe does want to create a netdata group. So add it to the > static id for the reproducibility tests. > > Applied, thanks! [1/1] static-id: add missing netdata group commit: 848520306e780136c5ead1236007bbef75522bb9

Re: [oe] [meta-networking][PATCH] unbound: upgrade 1.18.0 -> 1.19.0

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 20:45:33 +, Beniamin Sandu wrote: > Full changelog: > https://github.com/NLnetLabs/unbound/releases/tag/release-1.19.0 > > Applied, thanks! [1/1] unbound: upgrade 1.18.0 -> 1.19.0 commit: 24e6bcb3759f6dc331a6716a12124e6cfaa72c0a Best regards, -- Khem Raj -=-

Re: [oe] [meta-python][PATCH] python3-gpiod: setup target config in ptest compile

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 17:47:04 +0100, Bartosz Golaszewski wrote: > The python3targetconfig class does not setup the build config for target > in do_ptest_compile_base so we need to do this manually. While at it: use > the provided nativepython3 command instead of using the full path. > > Applied,

Re: [oe] [meta-multimedia][master][PATCHv3] libopenmpt: Added license change reason and dropped md5sum

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 09:32:43 +0300, alperak wrote: > License-Update: Copyright years changed > > Applied, thanks! [1/1] libopenmpt: Added license change reason and dropped md5sum commit: 9905fa07c42f9aae06117bb75bed7366426e1389 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links

Re: [oe] [meta-python][PATCH] python3-gpiod: setup target config in ptest compile

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 17:47:04 +0100, Bartosz Golaszewski wrote: > The python3targetconfig class does not setup the build config for target > in do_ptest_compile_base so we need to do this manually. While at it: use > the provided nativepython3 command instead of using the full path. > > Applied,

Re: [oe] [meta-oe][PATCH] meta-oe/static-ids: Change postgres to 28 to match forced id in recipe

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 17:14:43 +0100, Yoann Congal wrote: > Current recipe does impose UID=GID=28 in the recipe code. > Change postgres static ID to match in order to avoid a warning in > reproducibility tests. > > Applied, thanks! [1/1] meta-oe/static-ids: Change postgres to 28 to match forced

Re: [oe] [meta-multimedia][PATCH] juce/projucer: Backport a fix for the compilation under recent GCC

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 15:35:19 +0100, Yoann Congal wrote: > This backport fixes this error: > note: 'std::exchange' is defined in header ''; did you forget to > '#include '? > > Note: The fix is on version >= 7.0.0 > > Applied, thanks! [1/1] juce/projucer: Backport a fix for the compilation

Re: [oe] [meta-networking][PATCH] pkggrp: drop netkit

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 08:27:54 -0500, Armin Kuster wrote: > Applied, thanks! [1/1] pkggrp: drop netkit commit: 96831e8b3fd2b8e4deda3064e8ce94fe2fcef808 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106834): h

Re: [oe] [meta-networking][PATCH 0/3] Drop netkit pkgs

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 08:26:08 -0500, Armin Kuster wrote: > The netkit packages don't have an upstream. Some are in-secure and > have more modern and maintained alt replacements. If someone needs > one of these pkgs, please submit a patch to add it back in. > > Armin Kuster (3): > netkit: Drop o

Re: [oe] [meta-filesystems][master][PATCHv3] fuse-exfat: Dropped md5sum

2023-11-16 Thread Khem Raj
On Wed, 15 Nov 2023 09:21:20 +0300, alperak wrote: > We do not need md5sum anymore. > > Applied, thanks! [1/1] fuse-exfat: Dropped md5sum commit: 48e1843be8f1847ee1472ff0aa4ba9d4905a5113 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this g

[oe] [meta-python][PATCH 1/1] python3-django: move to version 4.2.5

2023-11-16 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Fixes CVE-2023-36053 and CVE-2023-41164 Signed-off-by: Joe Slater --- .../python/{python3-django_4.2.3.bb => python3-django_4.2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.3.bb => python3-django_4

Re: [oe] Maintainer for Qualcomm Adreno 650 OpenCL Library

2023-11-16 Thread Khem Raj
On Thu, Nov 16, 2023 at 1:19 PM Matt Dorsch wrote: > > Good afternoon, > > I've run into an issue in the OpenCL Library for the Qualcomm Adreno 650 > chip. This library is delivered to Ubuntu 18.04 via the package qti-adreno. > The info for this package lists the maintainer as "OE-Core Developer

[oe] Maintainer for Qualcomm Adreno 650 OpenCL Library

2023-11-16 Thread Matt Dorsch
Good afternoon, I've run into an issue in the OpenCL Library for the Qualcomm Adreno 650 chip. This library is delivered to Ubuntu 18.04 via the package qti-adreno. The info for this package lists the maintainer as "OE-Core Developers < openembedded-c...@lists.openembedded.org>" and a homepage of

[oe] [meta-oe][PATCH] mercurial: upgrade 6.1 -> 6.5

2023-11-16 Thread Alper Ak
Changelog: https://wiki.mercurial-scm.org/WhatsNew Signed-off-by: alperak --- .../mercurial/{mercurial_6.1.bb => mercurial_6.5.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/mercurial/{mercurial_6.1.bb => mercurial_6.5.bb} (87%) diff --g

[oe] [meta-oe][PATCH] luaposix: upgrade 35.1 -> 36.2.1

2023-11-16 Thread Alper Ak
License-Update: Copyright years changed Changelog: https://github.com/luaposix/luaposix/blob/v36.2.1/NEWS.md Signed-off-by: alperak --- .../luaposix/{luaposix_35.1.bb => luaposix_36.2.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/luapos

[oe] [meta-oe][PATCH] gst-editing-services: upgrade 1.20.5 -> 1.22.7

2023-11-16 Thread Alper Ak
Signed-off-by: alperak --- ...ting-services_1.20.5.bb => gst-editing-services_1.22.7.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-oe/recipes-devtools/gst-editing-services/{gst-editing-services_1.20.5.bb => gst-editing-services_1.22.7.bb} (88%) diff --git a/meta-oe

[oe] [meta-webserver][PATCH] README.md: was a Markdown paragraph and should be a list

2023-11-16 Thread Jan Vermaete
The Markdown was, at least at github.com, displayed as a paragraph. And it reads beter as a list. Signed-off-by: Jan Vermaete --- meta-webserver/README.md | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-webserver/README.md b/meta-webserver/README.md index d23f6cc

[oe] [meta-webserver][PATCH] netdata: version bump 1.43.0 -> 1.43.2

2023-11-16 Thread Jan Vermaete
And fixed the upstream check for new versions. Changelog: https://github.com/netdata/netdata/blob/master/CHANGELOG.md Signed-off-by: Jan Vermaete --- .../netdata/{netdata_1.43.0.bb => netdata_1.43.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-webserver/re

[oe] [meta-webserver][PATCH] netdata: chown in systemd service with ':' iso '.'

2023-11-16 Thread Jan Vermaete
There was a warning in the systemd journaling about it. Signed-off-by: Jan Vermaete --- meta-webserver/recipes-webadmin/netdata/netdata/netdata.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata/netdata.service b/meta-webs

[oe] [meta-multimedia][PATCH] pipewire: Upgrade 0.3.84 -> 0.3.85

2023-11-16 Thread Markus Volk
PipeWire 0.3.85 (2023-11-16) This is the fifth (and last) 1.0 release candidate that is API and ABI compatible with previous 0.3.x releases. Highlights - Fix an issue where a link could end up paused while not negotiated. - Fix an infinite recursion issue when finding runnable nodes. - Supp

[oe] [meta-oe][PATCH] cpuid: upgrade 20211129 -> 20230614

2023-11-16 Thread Alper Ak
Changelog: https://fossies.org/linux/cpuid/ChangeLog Signed-off-by: alperak --- .../cpuid/{cpuid_20211129.bb => cpuid_20230614.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/cpuid/{cpuid_20211129.bb => cpuid_20230614.bb} (90%) diff --gi

[oe] [meta-python][PATCH] python3-gcovr: switch to main branch

2023-11-16 Thread Christian Eggers
Branch "master" has been renamed to "main". Signed-off-by: Christian Eggers --- meta-python/recipes-devtools/python/python3-gcovr_6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb b/meta-python/recipes-devtools/py

[oe] [meta-oe][PATCH] cloc: upgrade 1.94 -> 1.98

2023-11-16 Thread Alper Ak
Changelog: - New Languages: Cairo, Carbon, Circom, Containerfile, HolyC, kvlang, Nunjucks, OpenSCAD, P4, Pest, Pony, TEAL, WGSL - New switch --diff-list-files to run diff given two list files - Handle comments embedded in OCaml strings - Write empty JSON and XML structures if the inputs yield zer

[oe] [meta-oe][PATCH] capnproto: upgrade 0.10.4 -> 1.0.1

2023-11-16 Thread Alper Ak
Signed-off-by: alperak --- .../capnproto/{capnproto_0.10.4.bb => capnproto_1.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/capnproto/{capnproto_0.10.4.bb => capnproto_1.0.1.bb} (90%) diff --git a/meta-oe/recipes-devtools/capnproto/capnpro

[oe] [meta-oe][PATCH] botan: upgrade 2.19.3 -> 3.2.0

2023-11-16 Thread Alper Ak
License-Update: Copyright year updated. Changelog: https://botan.randombit.net/news.html#version-3-0-0-2023-04-11 https://botan.randombit.net/news.html#version-3-1-0-2023-07-11 https://botan.randombit.net/news.html#version-3-1-1-2023-07-13 https://botan.randombit.net/news.html#version-3-2-0-2023-

[oe] [meta-oe][PATCH] uutils-coreutils: upgrade 0.0.22 -> 0.0.23

2023-11-16 Thread Alper Ak
Changelog: https://github.com/uutils/coreutils/releases/tag/0.0.23 Signed-off-by: alperak --- .../uutils-coreutils-crates.inc | 58 ++- ...s_0.0.22.bb => uutils-coreutils_0.0.23.bb} | 2 +- 2 files changed, 31 insertions(+), 29 deletions(-) rename meta-oe/recipes

[oe] [meta-oe] [PATCH] webkitgtk3: upgrade 2.42.1 -> 2.42.2

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == - Bump Safari version in user agent header. - Fix CSP regression that broke Unity WebGL applications. - Fix the build with GBM disabled. - Fix several crashes and rendering issues. Signed-off-by: Wang Mingyu --- .../webkitgtk/{webkitgtk3_2.42.1.bb => web

[oe] [meta-networking] [PATCH] unbound: upgrade 1.18.0 -> 1.19.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.19.0 Signed-off-by: Wang Mingyu --- .../unbound/{unbound_1.18.0.bb => unbound_1.19.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/unbound/{u

[oe] [meta-networking] [PATCH] uftp: upgrade 5.0.1 -> 5.0.2

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: = -Fixed bug that caused crash when a CLIENT_KEY arrived out of order -Fixed option handling on Windows when an argument is missing Signed-off-by: Wang Mingyu --- .../recipes-support/uftp/{uftp_5.0.1.bb => uftp_5.0.2.bb} | 2 +- 1 file changed, 1 inse

[oe] [meta-oe] [PATCH] ser2net: upgrade 4.5.0 -> 4.5.1

2023-11-16 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ser2net/{ser2net_4.5.0.bb => ser2net_4.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.5.0.bb => ser2net_4.5.1.bb} (83%) diff --git a/meta-oe/recipes-connect

[oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.126.0 -> 0.127.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == -Small speed up to writing outgoing packets -Speed up incoming packet reader -Small speed up to processing incoming dns records Signed-off-by: Wang Mingyu --- ...{python3-zeroconf_0.126.0.bb => python3-zeroconf_0.127.0.bb} | 2 +- 1 file changed, 1 inser

[oe] [meta-python] [PATCH] python3-web3: upgrade 6.11.2 -> 6.11.3

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: -When coming back through the middleware onion after a request is made, we have the response id. Use it to match to the cached request information and process the response accordingly. -Adds Discord bot template repo to Resources page -Additional contra

[oe] [meta-python] [PATCH] python3-types-setuptools: upgrade 68.2.0.0 -> 68.2.0.1

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: Bump flake8-pyi to 23.11.0 Signed-off-by: Wang Mingyu --- ...uptools_68.2.0.0.bb => python3-types-setuptools_68.2.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-setuptools_68.2.0.0.bb => p

[oe] [meta-python] [PATCH] python3-tomlkit: upgrade 0.12.2 -> 0.12.3

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == -Improve the performance when parsing a table with nested dotted keys. -Keep the newlines when replacing a table. Signed-off-by: Wang Mingyu --- .../{python3-tomlkit_0.12.2.bb => python3-tomlkit_0.12.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 de

[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.34.0 -> 1.35.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == -Updated gRPC integration: Asyncio interceptors and easier setup -Python 3.12: Replace deprecated datetime functions -Metrics: Unify datetime format -Celery: Set correct data in check_ins -Celery: Read timezone for Crons monitors from celery_schedule if exi

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

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: === -Wait for workers to finish reporting when test run stops early. -Added support for Python 3.12. Signed-off-by: Wang Mingyu --- ...hon3-pytest-xdist_3.3.1.bb => python3-pytest-xdist_3.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python] [PATCH] python3-pymetno: upgrade 0.11.0 -> 0.12.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: = -don't overwrite day/night specific conditions -Remove dependency on pytz -Use ciso8601 for parsing time when already installed Signed-off-by: Wang Mingyu --- .../{python3-pymetno_0.11.0.bb => python3-pymetno_0.12.0.bb}| 2 +- 1 file changed, 1 in

[oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.4.2 -> 2.5.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: https://docs.pydantic.dev/latest/changelog/ Signed-off-by: Wang Mingyu --- .../{python3-pydantic_2.4.2.bb => python3-pydantic_2.5.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pydantic_2.4.2.bb

[oe] [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.13 -> 0.2.14

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: -pre-compiled wheels for Microsoft Windows (32-bit and 64-bit) are now available for Python 3.12 on PyPI. Signed-off-by: Wang Mingyu --- .../{python3-pyaudio_0.2.13.bb => python3-pyaudio_0.2.14.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

[oe] [meta-python] [PATCH] python3-prompt-toolkit: upgrade 3.0.39 -> 3.0.41

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: - Fix regression regarding IPython input hook (%gui) integration. - Improved Python 3.12 support (fixes event loop 'DeprecationWarning'). - Vi key bindings: 'control-t' and 'control-d' for indent/unindent in insert mode. - Insert partial suggestion when

[oe] [meta-python] [PATCH] python3-platformdirs: upgrade 3.11.0 -> 4.0.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: site_cache_dir: Use /var/cache again instead of /var/tmp on UNIX Signed-off-by: Wang Mingyu --- ...on3-platformdirs_3.11.0.bb => python3-platformdirs_4.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pytho

[oe] [meta-python] [PATCH] python3-mypy: upgrade 1.6.1 -> 1.7.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/python/mypy/blob/master/CHANGELOG.md Signed-off-by: Wang Mingyu --- .../python/{python3-mypy_1.6.1.bb => python3-mypy_1.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-mypy_1

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.106.0 -> 2.108.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu --- ...t_2.106.0.bb => python3-google-api-python-client_2.108.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools

[oe] [meta-python] [PATCH] python3-google-api-core: upgrade 2.12.0 -> 2.14.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == -Support with_call for wrapped rpcs -Update async client to use async retry -Add caching to routing header calculation -Add warning to retry target to avoid incorrect usage -Drop usage of distutils -Ensure exception is available when BackgroundConsumer open

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

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: = -Move project metadata to pyproject.toml, modify build scripts -pyproject.toml: include the full README.md as the readme contents -Remove dependency on six -Fix geojson to esrijson conversion with custom SRID -Add explicit support for Python3.11 -docs: S

[oe] [meta-python] [PATCH] python3-eth-utils: upgrade 2.3.0 -> 2.3.1

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: = -ome users were experiencing encoding issues when parsing the networks json. Use UTF-8 explicitly. -Fix character encoding issue -Fix and add new test cases for invalid Network chain_id values. Signed-off-by: Wang Mingyu --- .../{python3-eth-utils_2.

[oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.5.1 -> 3.5.2

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: Update network chain ids Signed-off-by: Wang Mingyu --- ...{python3-eth-typing_3.5.1.bb => python3-eth-typing_3.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-typing_3.5.1.bb => python3-eth-t

[oe] [meta-python] [PATCH] python3-dbus-fast: upgrade 2.12.0 -> 2.14.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == -Add support for tuples to the marshaller -Re-release since the previous release ran out of space on PyPI Signed-off-by: Wang Mingyu --- ...{python3-dbus-fast_2.12.0.bb => python3-dbus-fast_2.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-python] [PATCH] python3-awesomeversion: upgrade 23.8.0 -> 23.11.0

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: === -Update lockfile -Set checkout depth to 0 in codecov action -Force string when checking diff -Add snapshot testing -Allow PEP440 to access major/minor/patch properties -Remove diff snapshots -Fix sections property with blank string -Remove base class worka

[oe] [meta-python] [PATCH] python3-argcomplete: upgrade 3.1.4 -> 3.1.6

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: == Respect user choice in activate-global-python-argcomplete Escape colon in zsh completions. Fixes #456 Signed-off-by: Wang Mingyu --- ...ython3-argcomplete_3.1.4.bb => python3-argcomplete_3.1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) re

[oe] [meta-networking] [PATCH] openvpn: upgrade 2.6.6 -> 2.6.7

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: dco: fix crash when --multihome is used with --proto tcp Mock openvpn_exece on win32 also for test_tls_crypt Add warning for the --show-groups command that some groups are missing Print peer temporary key details Add warning if a p2p NCP client conne

[oe] [meta-python] [PATCH] python3-linux-procfs: upgrade 0.7.1 -> 0.7.3

2023-11-16 Thread wangmy
From: Wang Mingyu License-Update: Change the COPYING file for SPDX licenses Changelog: -python-linux-procfs: Remove specfiles and update version -procfs/utilist/__init__/setup/bitmasklist_test/setup.py/: Added SPDX licence Signed-off-by: Wang Mingyu --- ...n3-linux-procfs_0.7.1.b

[oe] [meta-python] [PATCH] python3-hexbytes: upgrade 0.3.1 -> 1.0.0

2023-11-16 Thread wangmy
From: Wang Mingyu License-Update: Copyright year updated to 2023. Changelog: = -Move HexBytes prepend of 0x from hex method to __repr__ to not break hex of parent bytes class -Drop python 3.7 support -Added missing build dependency. -Add build.os config for readthedocs -Change to us

[oe] [meta-filesystems] [PATCH] bindfs: upgrade 1.17.5 -> 1.17.6

2023-11-16 Thread wangmy
From: Wang Mingyu Changelog: === * Fixed undefined behaviour on platforms where 'uid_t' or 'gid_t' is signed Signed-off-by: Wang Mingyu --- .../recipes-utils/binfs/{bindfs_1.17.5.bb => bindfs_1.17.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/r