* [OE-core] [PATCH] python3-dtschema: upgrade 2023.1 -> 2023.4
2023-04-17 8:07 [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 wangmy
@ 2023-04-17 8:07 ` wangmy
2023-04-17 8:07 ` [OE-core] [PATCH] python3-packaging: upgrade 23.0 -> 23.1 wangmy
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-17 8:07 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
Schemas:
- Add missing PCI descriptions and properties
- Add I2C clock stretching property
- Add 'firmware-name' property
- Add UEFI chosen properties
- Enable cache schema
Meta-schemas:
- Improve checking non-patterns in patternProperties
- Allow 'not' at top-level of schemas
- Relax meta-schema checks on referenced schemas
Tools:
- Handle examples with 'interrupt-controller' node
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-dtschema_2023.1.bb => python3-dtschema_2023.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-dtschema_2023.1.bb => python3-dtschema_2023.4.bb} (83%)
diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-dtschema_2023.1.bb
rename to meta/recipes-devtools/python/python3-dtschema_2023.4.bb
index 74ca55cf04..f87563facd 100644
--- a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb
+++ b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb
@@ -7,7 +7,7 @@ inherit pypi setuptools3
PYPI_PACKAGE = "dtschema"
-SRC_URI[sha256sum] = "8fc8c269e4c57e9d008af7b32cd33b77afd4ea1ac9552bcfa96b41b9e0c52586"
+SRC_URI[sha256sum] = "6daefb8f54403b4d82961b3346571200571747ab01950fd36c1f69950fa7a8cf"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [OE-core] [PATCH] python3-packaging: upgrade 23.0 -> 23.1
2023-04-17 8:07 [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 wangmy
2023-04-17 8:07 ` [OE-core] [PATCH] python3-dtschema: upgrade 2023.1 -> 2023.4 wangmy
@ 2023-04-17 8:07 ` wangmy
2023-04-17 8:07 ` [OE-core] [PATCH] python3-pytest: upgrade 7.2.2 -> 7.3.1 wangmy
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-17 8:07 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
Parse raw metadata
Import underlying parser functions as an underscored variable
Improve error for local version label with unsupported operators
Add dedicated error for specifiers with incorrect .* suffix
Replace spaces in platform names with underscores
Relax typing of _key on _BaseVersion
Handle prefix match with zeros at end of prefix correctly
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-packaging_23.0.bb => python3-packaging_23.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-packaging_23.0.bb => python3-packaging_23.1.bb} (83%)
diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.1.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-packaging_23.0.bb
rename to meta/recipes-devtools/python/python3-packaging_23.1.bb
index bda124e32c..53d3522dd7 100644
--- a/meta/recipes-devtools/python/python3-packaging_23.0.bb
+++ b/meta/recipes-devtools/python/python3-packaging_23.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging"
LICENSE = "Apache-2.0 | BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
-SRC_URI[sha256sum] = "b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"
+SRC_URI[sha256sum] = "a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"
inherit pypi python_flit_core
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [OE-core] [PATCH] python3-pytest: upgrade 7.2.2 -> 7.3.1
2023-04-17 8:07 [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 wangmy
2023-04-17 8:07 ` [OE-core] [PATCH] python3-dtschema: upgrade 2023.1 -> 2023.4 wangmy
2023-04-17 8:07 ` [OE-core] [PATCH] python3-packaging: upgrade 23.0 -> 23.1 wangmy
@ 2023-04-17 8:07 ` wangmy
2023-04-17 8:07 ` [OE-core] [PATCH] stress-ng: upgrade 0.15.06 -> 0.15.07 wangmy
2023-04-18 23:59 ` [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 Khem Raj
4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-17 8:07 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://docs.pytest.org/en/stable/changelog.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-pytest_7.2.2.bb => python3-pytest_7.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pytest_7.2.2.bb => python3-pytest_7.3.1.bb} (92%)
diff --git a/meta/recipes-devtools/python/python3-pytest_7.2.2.bb b/meta/recipes-devtools/python/python3-pytest_7.3.1.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-pytest_7.2.2.bb
rename to meta/recipes-devtools/python/python3-pytest_7.3.1.bb
index 4e2c86f641..9965844d1a 100644
--- a/meta/recipes-devtools/python/python3-pytest_7.2.2.bb
+++ b/meta/recipes-devtools/python/python3-pytest_7.3.1.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
-SRC_URI[sha256sum] = "c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"
+SRC_URI[sha256sum] = "434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"
DEPENDS += "python3-setuptools-scm-native"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [OE-core] [PATCH] stress-ng: upgrade 0.15.06 -> 0.15.07
2023-04-17 8:07 [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 wangmy
` (2 preceding siblings ...)
2023-04-17 8:07 ` [OE-core] [PATCH] python3-pytest: upgrade 7.2.2 -> 7.3.1 wangmy
@ 2023-04-17 8:07 ` wangmy
2023-04-18 23:59 ` [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 Khem Raj
4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-17 8:07 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../stress-ng/{stress-ng_0.15.06.bb => stress-ng_0.15.07.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/stress-ng/{stress-ng_0.15.06.bb => stress-ng_0.15.07.bb} (94%)
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.15.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.15.07.bb
similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.15.06.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.15.07.bb
index 31cf2e8987..674c58a6a2 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.15.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.15.07.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
"
-SRCREV = "f2a80e4fdba0aaf71d7d3687acb34e3827e68886"
+SRCREV = "83ab1d2d7e39d9accba9d6dd0cc567645bb21d92"
S = "${WORKDIR}/git"
DEPENDS = "coreutils-native libbsd"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6
2023-04-17 8:07 [OE-core] [PATCH] parted: upgrade 3.5 -> 3.6 wangmy
` (3 preceding siblings ...)
2023-04-17 8:07 ` [OE-core] [PATCH] stress-ng: upgrade 0.15.06 -> 0.15.07 wangmy
@ 2023-04-18 23:59 ` Khem Raj
4 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2023-04-18 23:59 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
fails during do_patch see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2669/steps/14/logs/stdio
On Mon, Apr 17, 2023 at 1:08 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-extended/parted/{parted_3.5.bb => parted_3.6.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-extended/parted/{parted_3.5.bb => parted_3.6.bb} (96%)
>
> diff --git a/meta/recipes-extended/parted/parted_3.5.bb b/meta/recipes-extended/parted/parted_3.6.bb
> similarity index 96%
> rename from meta/recipes-extended/parted/parted_3.5.bb
> rename to meta/recipes-extended/parted/parted_3.6.bb
> index ea2b68bbd8..05d57507fb 100644
> --- a/meta/recipes-extended/parted/parted_3.5.bb
> +++ b/meta/recipes-extended/parted/parted_3.6.bb
> @@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
> file://run-ptest \
> "
>
> -SRC_URI[sha256sum] = "4938dd5c1c125f6c78b1f4b3e297526f18ee74aa43d45c248578b1d2470c05a2"
> +SRC_URI[sha256sum] = "3b43dbe33cca0f9a18601ebab56b7852b128ec1a3df3a9b30ccde5e73359e612"
>
> inherit autotools pkgconfig gettext texinfo ptest
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#180152): https://lists.openembedded.org/g/openembedded-core/message/180152
> Mute This Topic: https://lists.openembedded.org/mt/98314724/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 6+ messages in thread