All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest
@ 2023-12-07 23:23 Tim Orling
  2023-12-07 23:23 ` [meta-python][PATCH 1/7] python3-pydantic-core: add v2.14.5 Tim Orling
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Tim Orling @ 2023-12-07 23:23 UTC (permalink / raw)
  To: openembedded-devel

The python3-pydantic upgrade to 2.x snuck in a runtime dependency on
python3-pydantic-core for which we were not yet ready: it dependended on
the 'maturin' PEP-517 backend.

Depending on https://patchwork.yoctoproject.org/project/oe-core/patch/cover.1701989368.git.tim.orling@konsulko.com/
series, we now have the support for 'maturin'.

This series adds:
* some missing RDEPENDS
* python3-pydantic-core including ptest support
* python3-pydantic ptest support so we will be better prepared

The following changes since commit 284590b4a4277719df77df800eb9d1c22691ee8e:

  vte9: Drop recipe (2023-12-04 12:30:43 -0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded-contrib timo/pydantic_refactor
  https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/pydantic_refactor

Tim Orling (7):
  python3-pydantic-core: add v2.14.5
  python3-annotated-types: add v0.6.0
  python3-pydantic: fix RDEPENDS
  python3-dirty-equals: add v0.7.1
  python3-pydantic-core: enable ptest
  python3-cloudpickle: add v3.0.0
  python3-pydantic: enable ptest

 .../ptest-packagelists-meta-python.inc        |   2 +
 .../python/python3-annotated-types_0.6.0.bb   |  14 ++
 .../python/python3-cloudpickle_3.0.0.bb       |  18 ++
 .../python/python3-dirty-equals_0.7.1.bb      |  21 +++
 .../python/python3-pydantic-core-crates.inc   | 166 ++++++++++++++++++
 .../python/python3-pydantic-core/run-ptest    |   3 +
 .../python/python3-pydantic-core_2.14.5.bb    |  40 +++++
 .../python/python3-pydantic/run-ptest         |   3 +
 .../python/python3-pydantic_2.5.2.bb          |  32 +++-
 9 files changed, 298 insertions(+), 1 deletion(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-dirty-equals_0.7.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest
 create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core_2.14.5.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pydantic/run-ptest

-- 
2.34.1



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

end of thread, other threads:[~2023-12-30 17:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 23:23 [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest Tim Orling
2023-12-07 23:23 ` [meta-python][PATCH 1/7] python3-pydantic-core: add v2.14.5 Tim Orling
2023-12-30 11:10   ` [oe] " Alexandre Belloni
2023-12-30 17:38     ` Khem Raj
2023-12-07 23:23 ` [meta-python][PATCH 2/7] python3-annotated-types: add v0.6.0 Tim Orling
2023-12-07 23:23 ` [meta-python][PATCH 3/7] python3-pydantic: fix RDEPENDS Tim Orling
2023-12-07 23:23 ` [meta-python][PATCH 4/7] python3-dirty-equals: add v0.7.1 Tim Orling
2023-12-07 23:23 ` [meta-python][PATCH 5/7] python3-pydantic-core: enable ptest Tim Orling
2023-12-07 23:23 ` [meta-python][PATCH 6/7] python3-cloudpickle: add v3.0.0 Tim Orling
2023-12-07 23:23 ` [meta-python][PATCH 7/7] python3-pydantic: enable ptest Tim Orling
2023-12-27  8:21 ` [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest Khem Raj

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.