Re: [oe] [meta-python][PATCH v1] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:

2022-07-27 Thread Johannes Schneider via lists.openembedded.org
>> -SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"
>> -SRC_URI[sha256sum] = 
>> "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
>> +SRC_URI[md5sum] = "c8c7337d21a0e9a2e62d1708caf4bdbe"
>
>We dont need md5sums for SRC_URI anymore

ACK, removed with PATCH v2

From: Khem Raj 
Sent: Wednesday, July 27, 2022 17:07
To: SCHNEIDER Johannes ; 
openembedded-devel@lists.openembedded.org 

Subject: Re: [oe] [meta-python][PATCH v1] python3-pystemd: Upgrade 0.8.0 -> 
0.10.0:

[You don't often get email from raj.k...@gmail.com. Learn why this is important 
at https://aka.ms/LearnAboutSenderIdentification ]

This email is not from Hexagon’s Office 365 instance. Please be careful while 
clicking links, opening attachments, or replying to this email.


On 7/27/22 5:45 AM, Johannes Schneider via lists.openembedded.org wrote:
> most important fix: version 0.8.0 errors out on dbus-lib interaction,
> which is fixed with the most recent commit
>
> 505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses
> 2d90700 pystemd: add copyright boilerplate to typing stubs
> 5b95888 pystemd: update branch name in github workflow
> 16817d2 Add type stub for pystemd.run
> 410fd77 (tag: v.0.9.0) update changelog for 0.9.0
> 71aae43 GetProcesses() - info about systemd version (#59)
> fcafd08 Also include .pxd and .pxi in the source distribution
> 475cd2f also support 3.9
> ea98275 some formatting options and start pystemd 0.9 development
> eb7d225 pystemd: update install instructions in README
> 6fdf2c8 Daily `arc lint --take BLACK`
> 50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (#58)
>
> Signed-off-by: Johannes Schneider 
> ---
>   .../{python3-pystemd_0.8.0.bb => python3-pystemd_0.10.0.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pystemd_0.8.0.bb => 
> python3-pystemd_0.10.0.bb} (61%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb 
> b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
> similarity index 61%
> rename from meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
> rename to meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
> index 0056a794f..0b8216e87 100644
> --- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
> @@ -2,13 +2,13 @@ SUMMARY = "Python bindings for interacting with systemd 
> over DBus"
>   LICENSE = "LGPL-2.1-only"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
>
> -SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"
> -SRC_URI[sha256sum] = 
> "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
> +SRC_URI[md5sum] = "c8c7337d21a0e9a2e62d1708caf4bdbe"

We dont need md5sums for SRC_URI anymore

> +SRC_URI[sha256sum] = 
> "d74a814bfda01085db1a8ad90be3cb27daf23a51ab6b03e7e29ec811fa2ae859"
>
>   DEPENDS = "systemd"
>   RDEPENDS:${PN} += "python3-xml python3-pprint"
>   REQUIRED_DISTRO_FEATURES = "systemd"
>
> -inherit pypi setuptools3 features_check
> +inherit pypi setuptools3 features_check pkgconfig
>
>   BBCLASSEXTEND = "native"
>
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98031): 
https://lists.openembedded.org/g/openembedded-devel/message/98031
Mute This Topic: https://lists.openembedded.org/mt/92645896/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 v2] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:

2022-07-27 Thread Johannes Schneider via lists.openembedded.org
most important fix: version 0.8.0 errors out on dbus-lib interaction,
which is fixed with the most recent commit

505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses
2d90700 pystemd: add copyright boilerplate to typing stubs
5b95888 pystemd: update branch name in github workflow
16817d2 Add type stub for pystemd.run
410fd77 (tag: v.0.9.0) update changelog for 0.9.0
71aae43 GetProcesses() - info about systemd version (#59)
fcafd08 Also include .pxd and .pxi in the source distribution
475cd2f also support 3.9
ea98275 some formatting options and start pystemd 0.9 development
eb7d225 pystemd: update install instructions in README
6fdf2c8 Daily `arc lint --take BLACK`
50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (#58)

Signed-off-by: Johannes Schneider 
---
 .../{python3-pystemd_0.8.0.bb => python3-pystemd_0.10.0.bb}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pystemd_0.8.0.bb => 
python3-pystemd_0.10.0.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
index 0056a794f..da263fe94 100644
--- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
@@ -2,13 +2,12 @@ SUMMARY = "Python bindings for interacting with systemd over 
DBus"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"
-SRC_URI[sha256sum] = 
"cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
+SRC_URI[sha256sum] = 
"d74a814bfda01085db1a8ad90be3cb27daf23a51ab6b03e7e29ec811fa2ae859"
 
 DEPENDS = "systemd"
 RDEPENDS:${PN} += "python3-xml python3-pprint"
 REQUIRED_DISTRO_FEATURES = "systemd"
 
-inherit pypi setuptools3 features_check
+inherit pypi setuptools3 features_check pkgconfig
 
 BBCLASSEXTEND = "native"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98030): 
https://lists.openembedded.org/g/openembedded-devel/message/98030
Mute This Topic: https://lists.openembedded.org/mt/92664258/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-pyaudio: upgrade 0.2.11 -> 0.2.12

2022-07-27 Thread Khem Raj
This fails to build with musl see

https://errors.yoctoproject.org/Errors/Details/663060/

On Wed, Jul 27, 2022 at 6:10 AM xuhuan.f...@fujitsu.com
 wrote:
>
> From: Xu Huan 
>
> License-Update: license check file changed to LICENSE.txt
>
> Changelog:
> ==
> modernizing the Microsoft Windows build process
> the use paFramesPerBufferUnspecified as the default frames per buffer
> the patch that uses the system's preferred encoding
> the patches that skip unit tests that require audio hardware
> fixes and suggestions to the documentation
> fixes to the website documentation
>
> Signed-off-by: Xu Huan 
> ---
>  .../{python3-pyaudio_0.2.11.bb => python3-pyaudio_0.2.12.bb} | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-pyaudio_0.2.11.bb => 
> python3-pyaudio_0.2.12.bb} (54%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb 
> b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> rename to meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
> index 802ca35100..ae5fcae4ac 100644
> --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
> @@ -1,12 +1,11 @@
>  SUMMARY = "PyAudio provides Python bindings for PortAudio, the 
> cross-platform audio I/O library"
>  SECTION = "devel/python"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
>
>  PYPI_PACKAGE = "PyAudio"
>
> -SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
> -SRC_URI[sha256sum] = 
> "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
> +SRC_URI[sha256sum] = 
> "55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98029): 
https://lists.openembedded.org/g/openembedded-devel/message/98029
Mute This Topic: https://lists.openembedded.org/mt/92646107/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 1.11.3 -> 2.0.1

2022-07-27 Thread wangmy
Changelog:
==
  Remove warnings during the build of the package using package_data specs in 
setup.py
  Fix decoding with process_namespaces=False and xsi:type in XML instance
  Refactor DataElement.get(), restore DataElement.set() (issue #314)
  Add map_attribute_names argument to DataElementConverter

Signed-off-by: Wang Mingyu 
---
 .../{python3-xmlschema_1.11.3.bb => python3-xmlschema_2.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xmlschema_1.11.3.bb => 
python3-xmlschema_2.0.1.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_2.0.1.bb
index 7837bc8a4a..68148b7b5c 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_1.11.3.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_2.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
 
-SRC_URI[sha256sum] = 
"28a135028f7ab1e0c934fc0c6717a66b2dc5f166d123dfe6ce61afc671ad113f"
+SRC_URI[sha256sum] = 
"1460ba451b4084d4edd031b564f460f5c11b14b20764ce1f64691f8c69e1194d"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98028): 
https://lists.openembedded.org/g/openembedded-devel/message/98028
Mute This Topic: https://lists.openembedded.org/mt/92663119/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-werkzeug: upgrade 2.1.2 -> 2.2.0

2022-07-27 Thread wangmy
Add dependence python3-markupsafe

Changelog:
==
-  Deprecated get_script_name, get_query_string, peek_path_info, pop_path_info,
   and extract_path_info. #2461
-  Remove previously deprecated code. #2461
-  Add MarkupSafe as a dependency and use it to escape values when rendering
   HTML. #2419
-  Added the werkzeug.debug.preserve_context mechanism for restoring
   context-local data for a request when running code in the debug console.
-  Fix compatibility with Python 3.11 by ensuring that end_lineno and
   end_col_offset are present on AST nodes. #2425
-  Add a new faster matching router based on a state machine. #2433
-  Names within options headers are always converted to lowercase. This matches
   RFC 6266 that the case is not relevant. #2442
-  AnyConverter validates the value passed for it when building URLs. #2388
-  The debugger shows enhanced error locations in tracebacks in Python 3.11. 
#2407
-  Added Sans-IO is_resource_modified and parse_cookie functions based on WSGI 
versions.
-  Added Sans-IO get_content_length function. #2415

Signed-off-by: Wang Mingyu 
---
 .../{python3-werkzeug_2.1.2.bb => python3-werkzeug_2.2.0.bb}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-werkzeug_2.1.2.bb => 
python3-werkzeug_2.2.0.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb 
b/meta-python/recipes-devtools/python/python3-werkzeug_2.2.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
rename to meta-python/recipes-devtools/python/python3-werkzeug_2.2.0.bb
index 74796d8962..c9e3b0de40 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.2.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
 
 PYPI_PACKAGE = "Werkzeug"
 
-SRC_URI[sha256sum] = 
"1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"
+SRC_URI[sha256sum] = 
"fe8bcdcef40275ed915fc734c2527a39d705b57a716d4f09e790296abbd16a7f"
 
 inherit pypi setuptools3
 
@@ -36,4 +36,5 @@ RDEPENDS:${PN} += " \
 ${PYTHON_PN}-unixadmin \
 ${PYTHON_PN}-misc \
 ${PYTHON_PN}-profile \
+${PYTHON_PN}-markupsafe \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98027): 
https://lists.openembedded.org/g/openembedded-devel/message/98027
Mute This Topic: https://lists.openembedded.org/mt/92663118/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-sh: upgrade 1.14.2 -> 1.14.3

2022-07-27 Thread wangmy
bugfix where Command was not aware of default call args when wrapping the module

Add dependence python3-fcntl

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-sh_1.14.2.bb => python3-sh_1.14.3.bb}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sh_1.14.2.bb => 
python3-sh_1.14.3.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb 
b/meta-python/recipes-devtools/python/python3-sh_1.14.3.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
rename to meta-python/recipes-devtools/python/python3-sh_1.14.3.bb
index f8cecfdfcb..317f648dcd 100644
--- a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sh_1.14.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/amoffat/sh;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
 
-SRC_URI[sha256sum] = 
"9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d"
+SRC_URI[sha256sum] = 
"e4045b6c732d9ce75d571c79f5ac2234edd9ae4f5fa9d59b09705082bdca18c7"
 
 PYPI_PACKAGE = "sh"
 
@@ -19,4 +19,5 @@ RDEPENDS:${PN} += " \
 ${PYTHON_PN}-terminal \
 ${PYTHON_PN}-threading \
 ${PYTHON_PN}-unixadmin \
+${PYTHON_PN}-fcntl \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98026): 
https://lists.openembedded.org/g/openembedded-devel/message/98026
Mute This Topic: https://lists.openembedded.org/mt/92663117/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-rsa: upgrade 4.8 -> 4.9

2022-07-27 Thread wangmy
Changelog:
==
Remove debug logging from rsa/key.py (#194).
Remove overlapping slots in PrivateKey and PublicKey. (#189).
Do not include CHANGELOG/LICENSE/README.md in wheel (#191).
Fixed Key Generation Unittest: Public and Private keys are assigned the 
wrong way around (#188).

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-rsa_4.8.bb => python3-rsa_4.9.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-rsa_4.8.bb => 
python3-rsa_4.9.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb 
b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-rsa_4.8.bb
rename to meta-python/recipes-devtools/python/python3-rsa_4.9.bb
index 21b664ddd1..ed5018f49e 100644
--- a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb
+++ b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb
@@ -4,7 +4,7 @@ AUTHOR = "Sybren A. Stuvel"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
 
-SRC_URI[sha256sum] = 
"5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17"
+SRC_URI[sha256sum] = 
"e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"
 
 inherit pypi python_poetry_core update-alternatives
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98025): 
https://lists.openembedded.org/g/openembedded-devel/message/98025
Mute This Topic: https://lists.openembedded.org/mt/92663090/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.7.9 -> 2022.7.24

2022-07-27 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-regex_2022.7.9.bb => python3-regex_2022.7.24.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2022.7.9.bb => 
python3-regex_2022.7.24.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.7.9.bb 
b/meta-python/recipes-devtools/python/python3-regex_2022.7.24.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-regex_2022.7.9.bb
rename to meta-python/recipes-devtools/python/python3-regex_2022.7.24.bb
index 3fbe8b0b27..897aa76c35 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2022.7.9.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2022.7.24.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91"
+SRC_URI[sha256sum] = 
"fa8a4bc81b15f49c57ede3fd636786c6619179661acf2430fcc387d75bf28d33"
 
 RDEPENDS:${PN} += " \
python3-stringold \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98024): 
https://lists.openembedded.org/g/openembedded-devel/message/98024
Mute This Topic: https://lists.openembedded.org/mt/92663089/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.2.3 -> 4.3

2022-07-27 Thread wangmy
Changelog:
==
- Removed wheel from the set of build dependencies in pyproject.toml (it is
  redundant since setuptools already includes it), PR #652.
- Updated freebsd configuration in .cirrus.yml (with workaround for pipx in
  2022Q3 repo), PR #657.

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98023): 
https://lists.openembedded.org/g/openembedded-devel/message/98023
Mute This Topic: https://lists.openembedded.org/mt/92663088/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-pymongo: upgrade 4.1.1 -> 4.2.0

2022-07-27 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-pymongo_4.1.1.bb => python3-pymongo_4.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymongo_4.1.1.bb => 
python3-pymongo_4.2.0.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.1.1.bb 
b/meta-python/recipes-devtools/python/python3-pymongo_4.2.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_4.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_4.2.0.bb
index 7bde4ff681..62b6a941b0 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.2.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"d7b8f25c9b0043cbaf77b8b895814e33e7a3c807a097377c07e1bd49946030d5"
+SRC_URI[sha256sum] = 
"72f338f6aabd37d343bd9d1fdd3de921104d395766bcc5cdc4039e4c2dd97766"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98022): 
https://lists.openembedded.org/g/openembedded-devel/message/98022
Mute This Topic: https://lists.openembedded.org/mt/92663085/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-elementpath: upgrade 2.5.3 -> 3.0.1

2022-07-27 Thread wangmy
Changelog:
==
Fix of descendant path operator (issue #51)
Add support for Python 3.11

Signed-off-by: Wang Mingyu 
---
 ...ython3-elementpath_2.5.3.bb => python3-elementpath_3.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-elementpath_2.5.3.bb => 
python3-elementpath_3.0.1.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb 
b/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb
index 22f5aa099b..13468ebfff 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_3.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = 
"b8aeb6f27dddc10fb9201b62090628a846cbae8577f3544cb1075fa38d0817f6"
+SRC_URI[sha256sum] = 
"a75eed5aad3dad92ba577b1f3a268d8c3c98ceeda91cb8abae4269e920e7c8f6"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98021): 
https://lists.openembedded.org/g/openembedded-devel/message/98021
Mute This Topic: https://lists.openembedded.org/mt/92663084/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-networking][PATCH] sshpass: add recipe

2022-07-27 Thread Khem Raj

There are newer version in some layers on layerindex e.g.

https://layers.openembedded.org/layerindex/recipe/106509/

perhaps use that as starting point.


On 7/27/22 2:19 PM, Mike Petersen wrote:

From: Ioan-Adrian Ratiu 

Needed for automating ssh logins, used in auto-tests.

Signed-off-by: Ioan-Adrian Ratiu 
Signed-off-by: Mike Petersen 
---
  .../recipes-connectivity/sshpass/sshpass.inc   | 10 ++
  .../recipes-connectivity/sshpass/sshpass_1.05.bb   |  8 
  2 files changed, 18 insertions(+)
  create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass.inc
  create mode 100644 
meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb

diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass.inc 
b/meta-networking/recipes-connectivity/sshpass/sshpass.inc
new file mode 100644
index 0..b19ae4313
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/;
+SECTION = "console/network"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+INC_PR = "r0"
+
+inherit autotools
diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb 
b/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb
new file mode 100644
index 0..a345dbd95
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb
@@ -0,0 +1,8 @@
+PR = "${INC_PR}.0"
+
+require sshpass.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI[md5sum] = "c52d65fdee0712af6f77eb2b60974ac7"
+SRC_URI[sha256sum] = 
"c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e"






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98020): 
https://lists.openembedded.org/g/openembedded-devel/message/98020
Mute This Topic: https://lists.openembedded.org/mt/92655179/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-networking][PATCH] sshpass: add recipe

2022-07-27 Thread Armin Kuster



On 7/27/22 11:19, Mike Petersen wrote:

From: Ioan-Adrian Ratiu 

Needed for automating ssh logins, used in auto-tests.

Signed-off-by: Ioan-Adrian Ratiu 
Signed-off-by: Mike Petersen 
---
  .../recipes-connectivity/sshpass/sshpass.inc   | 10 ++
  .../recipes-connectivity/sshpass/sshpass_1.05.bb   |  8 
  2 files changed, 18 insertions(+)
  create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass.inc
  create mode 100644 
meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb

diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass.inc 
b/meta-networking/recipes-connectivity/sshpass/sshpass.inc
new file mode 100644
index 0..b19ae4313
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/;
+SECTION = "console/network"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+INC_PR = "r0"
+
+inherit autotools
diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb 
b/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb
new file mode 100644
index 0..a345dbd95
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb
@@ -0,0 +1,8 @@
+PR = "${INC_PR}.0"
+

Don't think we need PR.

+require sshpass.inc


Can we combine both files?

+
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI[md5sum] = "c52d65fdee0712af6f77eb2b60974ac7"
+SRC_URI[sha256sum] = 
"c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e"






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98019): 
https://lists.openembedded.org/g/openembedded-devel/message/98019
Mute This Topic: https://lists.openembedded.org/mt/92655179/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] sshpass: add recipe

2022-07-27 Thread Mike Petersen
From: Ioan-Adrian Ratiu 

Needed for automating ssh logins, used in auto-tests.

Signed-off-by: Ioan-Adrian Ratiu 
Signed-off-by: Mike Petersen 
---
 .../recipes-connectivity/sshpass/sshpass.inc   | 10 ++
 .../recipes-connectivity/sshpass/sshpass_1.05.bb   |  8 
 2 files changed, 18 insertions(+)
 create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass.inc
 create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb

diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass.inc 
b/meta-networking/recipes-connectivity/sshpass/sshpass.inc
new file mode 100644
index 0..b19ae4313
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/;
+SECTION = "console/network"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+INC_PR = "r0"
+
+inherit autotools
diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb 
b/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb
new file mode 100644
index 0..a345dbd95
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.05.bb
@@ -0,0 +1,8 @@
+PR = "${INC_PR}.0"
+
+require sshpass.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI[md5sum] = "c52d65fdee0712af6f77eb2b60974ac7"
+SRC_URI[sha256sum] = 
"c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e"
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98018): 
https://lists.openembedded.org/g/openembedded-devel/message/98018
Mute This Topic: https://lists.openembedded.org/mt/92655179/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-absl: upgrade 1.1.0 -> 1.2.0

2022-07-27 Thread Khem Raj

Hi Zheng

Your emails come out with skewed time e.g. this email shows up from July 
22 but it came in today July 27, please fix your system time on the 
machine you use to send these emails. It makes it difficult to sort the 
patches if they are not in right date and time for my process.


On 7/22/22 12:02 AM, zhengruoqin wrote:

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"
  







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98017): 
https://lists.openembedded.org/g/openembedded-devel/message/98017
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]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [PATCH] python: add Pydantic data validation package

2022-07-27 Thread Khem Raj

Hi Clément

On 7/27/22 10:33 AM, Clément Péron wrote:

Signed-off-by: Clément Péron 
---
  .../python/python3-pydantic_1.9.1.bb | 12 
  1 file changed, 12 insertions(+)
  create mode 100644 
meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb 
b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
new file mode 100644
index 00..b56b065d10
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Data validation and settings management using Python type hinting"
+HOMEPAGE = "https://github.com/samuelcolvin/pydantic;
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
+RDEPENDS_${PN} += "\
+python3-typing-extensions \
+"


this should be RDEPENDS:${PN}


+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "8338a8a0a3ac0df1df85766b7c76fa07"


md5sums are not needed anymore for SRC_URI


+SRC_URI[sha256sum] = 
"1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a"






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98016): 
https://lists.openembedded.org/g/openembedded-devel/message/98016
Mute This Topic: https://lists.openembedded.org/mt/92650268/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 v1] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:

2022-07-27 Thread Khem Raj



On 7/27/22 5:45 AM, Johannes Schneider via lists.openembedded.org wrote:

most important fix: version 0.8.0 errors out on dbus-lib interaction,
which is fixed with the most recent commit

505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses
2d90700 pystemd: add copyright boilerplate to typing stubs
5b95888 pystemd: update branch name in github workflow
16817d2 Add type stub for pystemd.run
410fd77 (tag: v.0.9.0) update changelog for 0.9.0
71aae43 GetProcesses() - info about systemd version (#59)
fcafd08 Also include .pxd and .pxi in the source distribution
475cd2f also support 3.9
ea98275 some formatting options and start pystemd 0.9 development
eb7d225 pystemd: update install instructions in README
6fdf2c8 Daily `arc lint --take BLACK`
50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (#58)

Signed-off-by: Johannes Schneider 
---
  .../{python3-pystemd_0.8.0.bb => python3-pystemd_0.10.0.bb} | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
  rename meta-python/recipes-devtools/python/{python3-pystemd_0.8.0.bb => 
python3-pystemd_0.10.0.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
index 0056a794f..0b8216e87 100644
--- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
@@ -2,13 +2,13 @@ SUMMARY = "Python bindings for interacting with systemd over 
DBus"
  LICENSE = "LGPL-2.1-only"
  LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
  
-SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"

-SRC_URI[sha256sum] = 
"cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
+SRC_URI[md5sum] = "c8c7337d21a0e9a2e62d1708caf4bdbe"


We dont need md5sums for SRC_URI anymore


+SRC_URI[sha256sum] = 
"d74a814bfda01085db1a8ad90be3cb27daf23a51ab6b03e7e29ec811fa2ae859"
  
  DEPENDS = "systemd"

  RDEPENDS:${PN} += "python3-xml python3-pprint"
  REQUIRED_DISTRO_FEATURES = "systemd"
  
-inherit pypi setuptools3 features_check

+inherit pypi setuptools3 features_check pkgconfig
  
  BBCLASSEXTEND = "native"







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



[oe] [PATCH] python: add Pydantic data validation package

2022-07-27 Thread Clément Péron
Signed-off-by: Clément Péron 
---
 .../python/python3-pydantic_1.9.1.bb | 12 
 1 file changed, 12 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb 
b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
new file mode 100644
index 00..b56b065d10
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Data validation and settings management using Python type hinting"
+HOMEPAGE = "https://github.com/samuelcolvin/pydantic;
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
+RDEPENDS_${PN} += "\
+python3-typing-extensions \
+"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "8338a8a0a3ac0df1df85766b7c76fa07"
+SRC_URI[sha256sum] = 
"1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98014): 
https://lists.openembedded.org/g/openembedded-devel/message/98014
Mute This Topic: https://lists.openembedded.org/mt/92650268/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-pyaudio: upgrade 0.2.11 -> 0.2.12

2022-07-27 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

License-Update: license check file changed to LICENSE.txt

Changelog:
==
modernizing the Microsoft Windows build process
the use paFramesPerBufferUnspecified as the default frames per buffer
the patch that uses the system's preferred encoding
the patches that skip unit tests that require audio hardware
fixes and suggestions to the documentation
fixes to the website documentation

Signed-off-by: Xu Huan 
---
 .../{python3-pyaudio_0.2.11.bb => python3-pyaudio_0.2.12.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyaudio_0.2.11.bb => 
python3-pyaudio_0.2.12.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb 
b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
rename to meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
index 802ca35100..ae5fcae4ac 100644
--- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
+++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.12.bb
@@ -1,12 +1,11 @@
 SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform 
audio I/O library"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
 
 PYPI_PACKAGE = "PyAudio"
 
-SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
-SRC_URI[sha256sum] = 
"93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
+SRC_URI[sha256sum] = 
"55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98007): 
https://lists.openembedded.org/g/openembedded-devel/message/98007
Mute This Topic: https://lists.openembedded.org/mt/92646107/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.2 -> 4.21.3

2022-07-27 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Signed-off-by: Xu Huan 
---
 .../{python3-protobuf_4.21.2.bb => python3-protobuf_4.21.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-protobuf_4.21.2.bb => 
python3-protobuf_4.21.3.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.21.2.bb 
b/meta-python/recipes-devtools/python/python3-protobuf_4.21.3.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-protobuf_4.21.2.bb
rename to meta-python/recipes-devtools/python/python3-protobuf_4.21.3.bb
index b8287a88e5..528f99ef20 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_4.21.2.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_4.21.3.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"863f65e137d9de4a76cac39ae731a19bea1c30997f512ecf0dc9348112313401"
+SRC_URI[sha256sum] = 
"9130759e719bee1e6d05ca6a3037f7eff66d7a7ff6ba25871917dc40e8f3fbb6"
 
 # 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 (#98006): 
https://lists.openembedded.org/g/openembedded-devel/message/98006
Mute This Topic: https://lists.openembedded.org/mt/92646106/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-mypy: upgrade 0.961 -> 0.971

2022-07-27 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Signed-off-by: Xu Huan 
---
 .../python/{python3-mypy_0.961.bb => python3-mypy_0.971.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-mypy_0.961.bb => 
python3-mypy_0.971.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.961.bb 
b/meta-python/recipes-devtools/python/python3-mypy_0.971.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-mypy_0.961.bb
rename to meta-python/recipes-devtools/python/python3-mypy_0.971.bb
index 02f7cce4ca..31fcb06c9e 100644
--- a/meta-python/recipes-devtools/python/python3-mypy_0.961.bb
+++ b/meta-python/recipes-devtools/python/python3-mypy_0.971.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "mypy"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492"
+SRC_URI[sha256sum] = 
"40b0f21484238269ae6a57200c807d80debc6459d444c0489a102d7c6a75fa56"
 
 BBCLASSEXTEND = "native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98005): 
https://lists.openembedded.org/g/openembedded-devel/message/98005
Mute This Topic: https://lists.openembedded.org/mt/92646105/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.3 -> 2.19.5

2022-07-27 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Changelog:
==
Fix
-
Allow multiple reads from imopen (#830) (18e3cb6)

Other
--
Fix typos in v3 narrative docs. (#835) (d68f16b)
Point source links to github (#834) (20eef2a)
Remove outdated numpy minimum version (#833) (39947a7)

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

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


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98003): 
https://lists.openembedded.org/g/openembedded-devel/message/98003
Mute This Topic: https://lists.openembedded.org/mt/92646103/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-lz4: upgrade 4.0.1 -> 4.0.2

2022-07-27 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Fix a memory leak when frame decompression fails

Signed-off-by: Xu Huan 
---
 .../python/{python3-lz4_4.0.1.bb => python3-lz4_4.0.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lz4_4.0.1.bb => 
python3-lz4_4.0.2.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb 
b/meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb
rename to meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb
index 0dd353bfee..ad006e61b1 100644
--- a/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.2.bb
@@ -11,7 +11,7 @@ DEPENDS += " \
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[sha256sum] = 
"efdfec2175715bf2d814ed72a7a185406f3456464eb3f343db1b87ed813e039c"
+SRC_URI[sha256sum] = 
"083b7172c2938412ae37c3a090250bfdd9e4a6e855442594f86c3608ed12729b"
 
 inherit pkgconfig pypi python_setuptools_build_meta ptest
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98004): 
https://lists.openembedded.org/g/openembedded-devel/message/98004
Mute This Topic: https://lists.openembedded.org/mt/92646104/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 v1] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:

2022-07-27 Thread Johannes Schneider via lists.openembedded.org
most important fix: version 0.8.0 errors out on dbus-lib interaction,
which is fixed with the most recent commit

505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses
2d90700 pystemd: add copyright boilerplate to typing stubs
5b95888 pystemd: update branch name in github workflow
16817d2 Add type stub for pystemd.run
410fd77 (tag: v.0.9.0) update changelog for 0.9.0
71aae43 GetProcesses() - info about systemd version (#59)
fcafd08 Also include .pxd and .pxi in the source distribution
475cd2f also support 3.9
ea98275 some formatting options and start pystemd 0.9 development
eb7d225 pystemd: update install instructions in README
6fdf2c8 Daily `arc lint --take BLACK`
50e61b7 add a LIBSYSTEMD_VERSION macro for gating new functions (#58)

Signed-off-by: Johannes Schneider 
---
 .../{python3-pystemd_0.8.0.bb => python3-pystemd_0.10.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pystemd_0.8.0.bb => 
python3-pystemd_0.10.0.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
index 0056a794f..0b8216e87 100644
--- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pystemd_0.10.0.bb
@@ -2,13 +2,13 @@ SUMMARY = "Python bindings for interacting with systemd over 
DBus"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"
-SRC_URI[sha256sum] = 
"cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
+SRC_URI[md5sum] = "c8c7337d21a0e9a2e62d1708caf4bdbe"
+SRC_URI[sha256sum] = 
"d74a814bfda01085db1a8ad90be3cb27daf23a51ab6b03e7e29ec811fa2ae859"
 
 DEPENDS = "systemd"
 RDEPENDS:${PN} += "python3-xml python3-pprint"
 REQUIRED_DISTRO_FEATURES = "systemd"
 
-inherit pypi setuptools3 features_check
+inherit pypi setuptools3 features_check pkgconfig
 
 BBCLASSEXTEND = "native"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98002): 
https://lists.openembedded.org/g/openembedded-devel/message/98002
Mute This Topic: https://lists.openembedded.org/mt/92645896/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] s-nail: fix buildpaths issue

2022-07-27 Thread Yu, Mingli
From: Mingli Yu 

Fixes:
  WARNING: s-nail-14.9.24-r0 do_package_qa: QA Issue: File /usr/bin/s-nail in 
package s-nail contains reference to TMPDIR [buildpaths]

Signed-off-by: Mingli Yu 
---
 ...e-config.sh-not-reveal-the-build-env.patch | 43 +++
 .../recipes-extended/s-nail/s-nail_14.9.24.bb |  1 +
 2 files changed, 44 insertions(+)
 create mode 100644 
meta-oe/recipes-extended/s-nail/files/0001-mk-make-config.sh-not-reveal-the-build-env.patch

diff --git 
a/meta-oe/recipes-extended/s-nail/files/0001-mk-make-config.sh-not-reveal-the-build-env.patch
 
b/meta-oe/recipes-extended/s-nail/files/0001-mk-make-config.sh-not-reveal-the-build-env.patch
new file mode 100644
index 0..18ef6cae2
--- /dev/null
+++ 
b/meta-oe/recipes-extended/s-nail/files/0001-mk-make-config.sh-not-reveal-the-build-env.patch
@@ -0,0 +1,43 @@
+From fa93dab6393527673e642f26b6ea2c4413dd3cfe Mon Sep 17 00:00:00 2001
+From: Mingli Yu 
+Date: Wed, 27 Jul 2022 13:40:12 +0800
+Subject: [PATCH] make-config.sh: hidden the build info
+
+Use the CC as placeholder to replace the real build information which
+will be collected via src/mx/accmacvar.c and then added in the final
+binary s-nail, so hidden the build info to avoid revealing the detailed
+build info.
+
+Upstream-Status: Inappropriate [oe specific]
+
+Signed-off-by: Mingli Yu 
+---
+ mk/make-config.sh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/mk/make-config.sh b/mk/make-config.sh
+index 2d7c619..9146004 100644
+--- a/mk/make-config.sh
 b/mk/make-config.sh
+@@ -3637,15 +3637,15 @@ LIBS=`squeeze_ws "${LIBS}"`
+ COMMLINE=`printf '%s\n' "${COMMLINE}" | ${sed} -e 's/.*--\(.*\)/\1/'`
+ COMMLINE=`squeeze_ws "${COMMLINE}"`
+ 
+-i=`printf '%s %s %s\n' "${CC}" "${CFLAGS}" "${i}"`
++i="CC"
+printf '#define VAL_BUILD_CC "%s"\n' "$i" >> ${h}
+i=`string_to_char_array "${i}"`
+printf '#define VAL_BUILD_CC_ARRAY %s\n' "$i" >> ${h}
+-i=`printf '%s %s %s\n' "${CC}" "${LDFLAGS}" "${LIBS}"`
++i="CC"
+printf '#define VAL_BUILD_LD "%s"\n' "$i" >> ${h}
+i=`string_to_char_array "${i}"`
+printf '#define VAL_BUILD_LD_ARRAY %s\n' "$i" >> ${h}
+-i=${COMMLINE}
++i="CC"
+printf '#define VAL_BUILD_REST "%s"\n' "$i" >> ${h}
+i=`string_to_char_array "${i}"`
+printf '#define VAL_BUILD_REST_ARRAY %s\n' "$i" >> ${h}
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb 
b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
index 6e004fc90..bcdb1e478 100644
--- a/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
+++ b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
@@ -10,6 +10,7 @@ SRC_URI = "https://ftp.sdaoden.eu/${BP}.tar.xz \
file://0001-make.rc-set-VAL_MTA.patch \
file://0001-su_INLINE-gcc-only-GNU-specifics-after-Og.patch \
file://0001-su_INLINE-eh-no-give-up-share-detection.patch \
+   file://0001-mk-make-config.sh-not-reveal-the-build-env.patch \
 "
 SRC_URI[sha256sum] = 
"2714d6b8fb2af3b363fc7c79b76d058753716345d1b6ebcd8870ecd0e4f7ef8c"
 
-- 
2.25.1


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