All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest
Date: Thu,  7 Dec 2023 15:23:50 -0800	[thread overview]
Message-ID: <cover.1701991044.git.ticotimo@gmail.com> (raw)

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



             reply	other threads:[~2023-12-07 23:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-07 23:23 Tim Orling [this message]
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

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.1701991044.git.ticotimo@gmail.com \
    --to=ticotimo@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.