* [OE-core] [PATCH] python3-cython: upgrade 0.29.33 -> 0.29.34
2023-04-10 9:37 [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 wangmy
@ 2023-04-10 9:37 ` wangmy
2023-04-10 9:37 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.68.2 -> 6.71.0 wangmy
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2023-04-10 9:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bugs fixed
==========
- A refence leak of the for-loop list/tuple iterable was resolved if the
for-loop's else: branch executes a break for an outer loop.
- Some C compile failures in CPython 3.12 were resolved.
- Some old usages of the deprecated Python imp module were replaced with importlib.
- Some issues with depfile generation were resolved.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/python/python-cython.inc | 2 +-
.../{python3-cython_0.29.33.bb => python3-cython_0.29.34.bb} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cython_0.29.33.bb => python3-cython_0.29.34.bb} (100%)
diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
index 30d1b39467..2b778493cd 100644
--- a/meta/recipes-devtools/python/python-cython.inc
+++ b/meta/recipes-devtools/python/python-cython.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
PYPI_PACKAGE = "Cython"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[sha256sum] = "5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a"
+SRC_URI[sha256sum] = "1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8"
UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar"
inherit pypi
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.33.bb b/meta/recipes-devtools/python/python3-cython_0.29.34.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-cython_0.29.33.bb
rename to meta/recipes-devtools/python/python3-cython_0.29.34.bb
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [OE-core] [PATCH] python3-hypothesis: upgrade 6.68.2 -> 6.71.0
2023-04-10 9:37 [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 wangmy
2023-04-10 9:37 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.33 -> 0.29.34 wangmy
@ 2023-04-10 9:37 ` wangmy
2023-04-10 9:37 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.0.0 -> 6.2.0 wangmy
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2023-04-10 9:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://hypothesis.readthedocs.io/en/latest/changes.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ython3-hypothesis_6.68.2.bb => python3-hypothesis_6.71.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.68.2.bb => python3-hypothesis_6.71.0.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
index 4ffe278d78..8ec885fabf 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.68.2.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "a7eb2b0c9a18560d8197fe35047ceb58e7e8ab7623a3e5a82613f6a2cd71cffa"
+SRC_URI[sha256sum] = "b2c3bbead72189c0bba6e12848b484ceafadb6e872ac31e40013228239366221"
RDEPENDS:${PN} += " \
python3-attrs \
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.0.0 -> 6.2.0
2023-04-10 9:37 [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 wangmy
2023-04-10 9:37 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.33 -> 0.29.34 wangmy
2023-04-10 9:37 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.68.2 -> 6.71.0 wangmy
@ 2023-04-10 9:37 ` wangmy
2023-04-10 9:37 ` [OE-core] [PATCH] zstd: upgrade 1.5.4 -> 1.5.5 wangmy
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2023-04-10 9:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- #384: PackageMetadata now stipulates an additional get method allowing for
easy querying of metadata keys that may not be present.
- #428: packages_distributions now honors packages and modules with Python
modules that not .py sources (e.g. .pyc, .so).
- #434: Expand protocol for PackageMetadata.get_all to match the upstream
implementation of email.message.Message.get_all in python/typeshed#9620.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ib-metadata_6.0.0.bb => python3-importlib-metadata_6.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-importlib-metadata_6.0.0.bb => python3-importlib-metadata_6.2.0.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_6.0.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-importlib-metadata_6.0.0.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb
index b33a1b5858..b7bc91552e 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "importlib_metadata"
UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
-SRC_URI[sha256sum] = "e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"
+SRC_URI[sha256sum] = "9127aad2f49d7203e7112098c12b92e4fd1061ccd18548cdfdc49171a8c073cc"
S = "${WORKDIR}/importlib_metadata-${PV}"
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [OE-core] [PATCH] zstd: upgrade 1.5.4 -> 1.5.5
2023-04-10 9:37 [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 wangmy
` (2 preceding siblings ...)
2023-04-10 9:37 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.0.0 -> 6.2.0 wangmy
@ 2023-04-10 9:37 ` wangmy
2023-04-12 7:35 ` Luca Ceresoli
2023-04-10 16:17 ` [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 Tim Orling
2023-04-10 17:25 ` Alexandre Belloni
5 siblings, 1 reply; 8+ messages in thread
From: wangmy @ 2023-04-10 9:37 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
fix: fix rare corruption bug affecting the high compression mode
perf: improve mid-level compression speed
lib: deprecated bufferless block-level API
cli: mmap large dictionaries to save memory
cli: improve speed of --patch-from mode
cli: improve i/o speed (+10%) when processing lots of small files
cli: zstd no longer crashes when requested to write into write-protected directory
cli: fix decompression into block device using -o, reported
build: fix zstd CLI compiled with lzma support but not zlib support
build: fix cmake does no longer require 3.18 as minimum version
build: fix MSVC+ClangCL linking issue
build: fix zstd-dll, version of zstd CLI that links to the dynamic library
build: fix MSVC warnings
doc: updated zstd specification to clarify corner cases
doc: document how to create fat binaries for macos
misc: improve seekable format ingestion speed (+100%) for very small chunk sizes
misc: tests/fullbench can benchmark multiple files
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/zstd/{zstd_1.5.4.bb => zstd_1.5.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/zstd/{zstd_1.5.4.bb => zstd_1.5.5.bb} (96%)
diff --git a/meta/recipes-extended/zstd/zstd_1.5.4.bb b/meta/recipes-extended/zstd/zstd_1.5.5.bb
similarity index 96%
rename from meta/recipes-extended/zstd/zstd_1.5.4.bb
rename to meta/recipes-extended/zstd/zstd_1.5.5.bb
index c2e96225e4..487465b6c7 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.4.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.5.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https"
-SRCREV = "945f27758c0fd67b636103a38dbf050266c6b90a"
+SRCREV = "63779c798237346c2b245c546c40b72a5a5913fe"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
CVE_PRODUCT = "zstandard"
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [OE-core] [PATCH] zstd: upgrade 1.5.4 -> 1.5.5
2023-04-10 9:37 ` [OE-core] [PATCH] zstd: upgrade 1.5.4 -> 1.5.5 wangmy
@ 2023-04-12 7:35 ` Luca Ceresoli
0 siblings, 0 replies; 8+ messages in thread
From: Luca Ceresoli @ 2023-04-12 7:35 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
On Mon, 10 Apr 2023 17:37:20 +0800
"wangmy" <wangmy@fujitsu.com> wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> fix: fix rare corruption bug affecting the high compression mode
> perf: improve mid-level compression speed
> lib: deprecated bufferless block-level API
> cli: mmap large dictionaries to save memory
> cli: improve speed of --patch-from mode
> cli: improve i/o speed (+10%) when processing lots of small files
> cli: zstd no longer crashes when requested to write into write-protected directory
> cli: fix decompression into block device using -o, reported
> build: fix zstd CLI compiled with lzma support but not zlib support
> build: fix cmake does no longer require 3.18 as minimum version
> build: fix MSVC+ClangCL linking issue
> build: fix zstd-dll, version of zstd CLI that links to the dynamic library
> build: fix MSVC warnings
> doc: updated zstd specification to clarify corner cases
> doc: document how to create fat binaries for macos
> misc: improve seekable format ingestion speed (+100%) for very small chunk sizes
> misc: tests/fullbench can benchmark multiple files
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
It appears that this patch is also causing failures in reproducible
builds:
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2694/steps/13/logs/stdio
Diffoscope:
http://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20230411-mdixcwb8/packages/diff-html/
reproducible build succeeded after removing this patch as well as the
squashfs-tools patch.
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1
2023-04-10 9:37 [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 wangmy
` (3 preceding siblings ...)
2023-04-10 9:37 ` [OE-core] [PATCH] zstd: upgrade 1.5.4 -> 1.5.5 wangmy
@ 2023-04-10 16:17 ` Tim Orling
2023-04-10 17:25 ` Alexandre Belloni
5 siblings, 0 replies; 8+ messages in thread
From: Tim Orling @ 2023-04-10 16:17 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2094 bytes --]
This must be upgraded lock step with python3-cryptography. I am
intentionally holding off on that until the 4.2 release is complete.
On Mon, Apr 10, 2023 at 2:37 AM wangmy <wangmy@fujitsu.com> wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...vectors_39.0.2.bb => python3-cryptography-vectors_40.0.1.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-devtools/python/{
> python3-cryptography-vectors_39.0.2.bb =>
> python3-cryptography-vectors_40.0.1.bb} (90%)
>
> diff --git a/meta/recipes-devtools/python/
> python3-cryptography-vectors_39.0.2.bb b/meta/recipes-devtools/python/
> python3-cryptography-vectors_40.0.1.bb
> similarity index 90%
> rename from meta/recipes-devtools/python/
> python3-cryptography-vectors_39.0.2.bb
> rename to meta/recipes-devtools/python/
> python3-cryptography-vectors_40.0.1.bb
> index 795e27f75b..aa305dd736 100644
> --- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
> +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
> # NOTE: Make sure to keep this recipe at the same version as
> python3-cryptography
> # Upgrade both recipes at the same time
>
> -SRC_URI[sha256sum] =
> "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220"
> +SRC_URI[sha256sum] =
> "8460706b5b5d0ce4a85571ca3389cf88f700bb6a0c6133dc9fe0f5a2f5bda041"
>
> PYPI_PACKAGE = "cryptography_vectors"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179873):
> https://lists.openembedded.org/g/openembedded-core/message/179873
> Mute This Topic: https://lists.openembedded.org/mt/98172280/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 4108 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1
2023-04-10 9:37 [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 wangmy
` (4 preceding siblings ...)
2023-04-10 16:17 ` [OE-core] [PATCH] python3-cryptography-vectors: upgrade 39.0.2 -> 40.0.1 Tim Orling
@ 2023-04-10 17:25 ` Alexandre Belloni
5 siblings, 0 replies; 8+ messages in thread
From: Alexandre Belloni @ 2023-04-10 17:25 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Error:
Problem: conflicting requests
- nothing provides python3-cryptography-vectors = 39.0.2 needed by python3-cryptography-ptest-39.0.2-r0.core2_64
(try to add '--skip-broken' to skip uninstallable packages)
On 10/04/2023 17:37:16+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...vectors_39.0.2.bb => python3-cryptography-vectors_40.0.1.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-devtools/python/{python3-cryptography-vectors_39.0.2.bb => python3-cryptography-vectors_40.0.1.bb} (90%)
>
> diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
> similarity index 90%
> rename from meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
> rename to meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
> index 795e27f75b..aa305dd736 100644
> --- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
> +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_40.0.1.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
> # NOTE: Make sure to keep this recipe at the same version as python3-cryptography
> # Upgrade both recipes at the same time
>
> -SRC_URI[sha256sum] = "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220"
> +SRC_URI[sha256sum] = "8460706b5b5d0ce4a85571ca3389cf88f700bb6a0c6133dc9fe0f5a2f5bda041"
>
> PYPI_PACKAGE = "cryptography_vectors"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179873): https://lists.openembedded.org/g/openembedded-core/message/179873
> Mute This Topic: https://lists.openembedded.org/mt/98172280/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 8+ messages in thread