All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 0/5] Upgrade python3-pydantic-*
@ 2024-08-08 16:38 tim.orling
  2024-08-08 16:38 ` [meta-python][PATCH 1/5] python3-tzdata: add recipe for v2024.1 tim.orling
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: tim.orling @ 2024-08-08 16:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Tim Orling

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-08-09 13:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08 16:38 [meta-python][PATCH 0/5] Upgrade python3-pydantic-* tim.orling
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

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.