From: tim.orling@konsulko.com
To: openembedded-devel@lists.openembedded.org
Cc: Tim Orling <tim.orling@konsulko.com>
Subject: [meta-python][PATCH 0/5] Upgrade python3-pydantic-*
Date: Thu, 8 Aug 2024 09:38:24 -0700 [thread overview]
Message-ID: <cover.1723134758.git.tim.orling@konsulko.com> (raw)
From: Tim Orling <tim.orling@konsulko.com>
We've had some trouble with python3-pydantic being upgrading without the
required version of python3-pydantic-core being available. To ensure we
do not keep having this happen, this series sets RECIPE_NO_UPDATE_REASON
in python3-pydantic.
There were a number of missing ptest dependencies, including python3-tzdata
which we did not have a recipe for yet. This series adds this new recipe.
Upstream has a patch, not yet in a release, for the TMPDIR [build-paths]
contamination which was injecting RUSTFLAGS into the _pydantic-core.*.so.
This series backports that patch.
The following changes since commit 49d707e0301d7bcbad386cbf3dd205ef6fdc561c:
python3-cachetools: Upgrade 5.3.3 -> 5.4.0 (2024-08-02 08:52:53 -0700)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded-contrib timo/python3-pydantic-upgrade
https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/python3-pydantic-upgrade
Tim Orling (5):
python3-tzdata: add recipe for v2024.1
python3-tzdata: enable ptest
python3-pydantic-core: upgrade 2.18.4 -> 2.21.0
python3-pydantic: upgrade 2.7.3 -> 2.8.2
python3-pydantic-core: backport patch
.../ptest-packagelists-meta-python.inc | 1 +
.../python/python3-pydantic-core-crates.inc | 280 ++++++++++--------
...sion-from-1.76-to-1.75-in-Cargo.toml.patch | 29 --
...8.4.bb => python3-pydantic-core_2.21.0.bb} | 16 +-
...tic_2.7.3.bb => python3-pydantic_2.8.2.bb} | 8 +-
.../python/python3-tzdata/run-ptest | 3 +
.../python/python3-tzdata_2024.1.bb | 24 ++
7 files changed, 198 insertions(+), 163 deletions(-)
delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch
rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.18.4.bb => python3-pydantic-core_2.21.0.bb} (80%)
rename meta-python/recipes-devtools/python/{python3-pydantic_2.7.3.bb => python3-pydantic_2.8.2.bb} (87%)
create mode 100644 meta-python/recipes-devtools/python/python3-tzdata/run-ptest
create mode 100644 meta-python/recipes-devtools/python/python3-tzdata_2024.1.bb
--
2.46.0
next reply other threads:[~2024-08-08 16:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 16:38 tim.orling [this message]
2024-08-08 16:38 ` [meta-python][PATCH 1/5] python3-tzdata: add recipe for v2024.1 tim.orling
2024-08-08 16:38 ` [meta-python][PATCH 2/5] python3-tzdata: enable ptest tim.orling
2024-08-08 16:38 ` [meta-python][PATCH 3/5] python3-pydantic-core: upgrade 2.18.4 -> 2.21.0 tim.orling
2024-08-08 16:38 ` [meta-python][PATCH 4/5] python3-pydantic: upgrade 2.7.3 -> 2.8.2 tim.orling
2024-08-09 13:56 ` [meta-python][PATCH v2 5/5] python3-pydantic-core: backport patch tim.orling
2024-08-08 16:38 ` [meta-python][PATCH " tim.orling
2024-08-09 4:33 ` [oe] " Khem Raj
2024-08-08 18:38 ` [oe] [meta-python][PATCH 0/5] Upgrade python3-pydantic-* Khem Raj
2024-08-08 20:27 ` 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.1723134758.git.tim.orling@konsulko.com \
--to=tim.orling@konsulko.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.