All of lore.kernel.org
 help / color / mirror / Atom feed
From: tim.orling@konsulko.com
To: openembedded-devel@lists.openembedded.org, akuster808@gmail.com
Subject: [scarthgap][meta-python][PATCH 0/6] Fix python3-pydantic-* situation
Date: Sun, 11 Aug 2024 20:28:08 -0700	[thread overview]
Message-ID: <cover.1723432397.git.tim.orling@konsulko.com> (raw)

From: Tim Orling <tim.orling@konsulko.com>

Unfortunately, python3-pydantic upgrades without required upgrades to python3-pydantic-core were merged
into "master" (Styhead) which left "scarthgap" in a broken situation.

This series first attempts to take backports from "master" (Styhead) and secondarily takes patches
already sent to the mailing list that were never merged. The goal is to bring as much as possible
to the same functional state as "master" when python3-pydantic-core 2.18.4 was merged.

Additional fixes for TMPDIR [build-paths] and ptest are also added from the mailing list.

Finally, we upgrade to the last python3-pydantic 2.7.x version, 2.7.4,  for bug fixes.

A big thank you to:
  * Frank de Brabander <debrabander@gmail.com> for helping to follow through
    with upstream for the TMPDIR fix and simplifying the ptest RDEPENDS for scarthgap.
  * Richard Leitner <dev@g0hl1n.net> for tirelessly trying to move this fix forward

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-contrib timo/scarthgap/python3-pydantic
  https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/scarthgap/python3-pydantic

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

Khem Raj (1):
  python3-pydantic: Upgrade to 2.7.3

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

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

 .../python/python3-pydantic-core-crates.inc   |  88 ++++++------
 ...-github.com-pyo3-pyo3-from-0.20.2-to.patch | 126 ------------------
 ...ate_self_schema-for-Python-3.12-1299.patch |  29 ----
 ...sion-from-1.76-to-1.75-in-Cargo.toml.patch |  29 ++++
 ...Dont-embed-RUSTFLAGS-in-final-binary.patch |  47 +++++++
 ...6.3.bb => python3-pydantic-core_2.18.4.bb} |  13 +-
 ...tic_2.7.0.bb => python3-pydantic_2.7.4.bb} |   2 +-
 7 files changed, 132 insertions(+), 202 deletions(-)
 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%)

-- 
2.46.0



             reply	other threads:[~2024-08-12  3:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12  3:28 tim.orling [this message]
2024-08-12  3:28 ` [scarthgap][meta-python][PATCH 1/6] python3-pydantic: upgrade 2.7.0 -> 2.7.1 tim.orling
2024-08-12  3:28 ` [scarthgap][meta-python][PATCH 2/6] python3-pydantic: Upgrade to 2.7.3 tim.orling
2024-08-12  3:28 ` [scarthgap][meta-python][PATCH 3/6] python3-pydantic-core: fix incompatible version tim.orling
2024-08-12  3:28 ` [scarthgap][meta-python][PATCH 4/6] python3-pydantic: upgrade 2.7.3 -> 2.7.4 tim.orling
2024-08-12  3:28 ` [scarthgap][meta-python][PATCH 5/6] python3-pydantic-core: fix TMPDIR path reference tim.orling
2024-08-12  3:28 ` [scarthgap][meta-python][PATCH 6/6] python3-pydantic-core: add missing RDEPENDS for ptest tim.orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1723432397.git.tim.orling@konsulko.com \
    --to=tim.orling@konsulko.com \
    --cc=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.