The following changes since commit 2338409efc51cf2022ff5610a9fb689251706e2b:

  python3-pydantic-core: Fix build with python 3.12.4 (2024-08-03 12:25:17 -0400)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded scarthgap-next

for you to fetch changes up to 64c481d017c1b5b5eae619a367a5e8fa00f1b156:

  libjs-jquery-icheck: Correct LIC_FILES_CHKSUM (2024-08-14 10:19:55 -0400)

----------------------------------------------------------------
Changqing Li (2):
      pavucontrol: update SRC_URI
      libatasmart: Update SRC_URI

Frank de Brabander (3):
      python3-pydantic-core: fix incompatible version
      python3-pydantic-core: fix TMPDIR path reference
      python3-pydantic-core: add missing RDEPENDS for ptest

J. S. (1):
      znc: Fix buildpaths QA errors

Khem Raj (2):
      log4cpp: Fix buildpaths QA error
      python3-pydantic: Upgrade to 2.7.3

Markus Volk (1):
      exiv2: update 0.28.0 -> 0.28.2

Mikko Rapeli (3):
      fwupd: skip buildpaths errors
      gcab: ignore buildpaths error from sources
      libjcat: skip buildpaths check

Ninette Adhikari (3):
      imagemagick: Update status for CVE
      imagemagick: Update status for CVE
      imagemagick: Update status for CVE

Peter Kjellerstedt (3):
      hostapd: Support running "devtool modify hostapd"
      hostapd: Only include the relevant parts from README in LIC_FILES_CHKSUM
      libjs-jquery-icheck: Correct LIC_FILES_CHKSUM

Scott Murray (2):
      python3-grpcio: Fix build with gcc-14
      python3-grpcio: backport abseil-cpp RISC-V fix

Tim Orling (1):
      python3-pydantic: upgrade 2.7.3 -> 2.7.4

Wang Mingyu (1):
      python3-pydantic: upgrade 2.7.0 -> 2.7.1

alperak (4):
      tayga: Fix contains reference to TMPDIR [buildpaths] warning
      etcd-cpp-apiv3: Fix contains reference to TMPDIR [buildpaths] warning
      exiv2: Upgrade 0.28.2 to 0.28.3 for CVE fix
      jsonrpc: Fix contains reference to TMPDIR [buildpaths] warning

 meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb       | 3 +
 meta-networking/recipes-irc/znc/znc_1.8.2.bb                    | 1 +
 meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb                       | 2 +
 meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb            | 15 ++--
 meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb               | 4 +
 meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.3.bb          | 4 +
 meta-oe/recipes-gnome/gcab/gcab_1.6.bb                          | 3 +
 meta-oe/recipes-gnome/libjcat/libjcat_0.2.1.bb                  | 2 +
 meta-oe/recipes-multimedia/pulseaudio/pavucontrol_5.0.bb        | 2 +-
 meta-oe/recipes-support/exiv2/exiv2_0.28.0.bb                   | 19 -----
 meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb                   | 11 +++
 meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb        | 70 ++++++++++++++++
 meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb         | 2 +-
 meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb      | 2 +-
 meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb                | 4 +
 .../0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | 82 ++++++++++++++++++  .../0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch  | 74 ++++++++++++++++
 meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb    | 2 +
 .../recipes-devtools/python/python3-pydantic-core-crates.inc    | 88 +++++++++----------  ...1-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch | 126 ----------------------------  .../0001-Fix-generate_self_schema-for-Python-3.12-1299.patch    | 29 -------  .../0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch | 29 +++++++  .../0002-Dont-embed-RUSTFLAGS-in-final-binary.patch             | 47 +++++++++++
 ...-pydantic-core_2.16.3.bb => python3-pydantic-core_2.18.4.bb} |  13 ++-
 .../{python3-pydantic_2.7.0.bb => python3-pydantic_2.7.4.bb} |   2 +-
 25 files changed, 403 insertions(+), 233 deletions(-)
 delete mode 100644 meta-oe/recipes-support/exiv2/exiv2_0.28.0.bb
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch  create mode 100644 meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch  delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch  delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch  create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch  create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/0002-Dont-embed-RUSTFLAGS-in-final-binary.patch  rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.16.3.bb => python3-pydantic-core_2.18.4.bb} (80%)  rename meta-python/recipes-devtools/python/{python3-pydantic_2.7.0.bb => python3-pydantic_2.7.4.bb} (95%)
t
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111822): 
https://lists.openembedded.org/g/openembedded-devel/message/111822
Mute This Topic: https://lists.openembedded.org/mt/107912179/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to