Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-08-08 Thread Richard Leitner via lists.openembedded.org
On Tue, Aug 06, 2024 at 01:09:10PM GMT, Khem Raj wrote: > On Mon, Aug 5, 2024 at 12:08 AM Frank de Brabander via > lists.openembedded.org > wrote: > > > > > > > > > Op 3 aug 2024 om 18:51 heeft akuster808 het > > > volgende geschreven: > > > > > >  > > > > > >> On 7/31/24 4:07 AM, Frank de Brab

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-30 Thread Richard Leitner via lists.openembedded.org
Hi Armin, Tim, Frank, On Sat, Jul 06, 2024 at 08:08:10PM GMT, Richard Leitner wrote: > The currently available python-3-pydantic v2.7.0 requires > python3-pydantic-core to be updated to v2.18.1. > > Removed patch: 0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to: > The pyo3 version bump

[oe] [meta-python][scarthgap][PATCH] python3-email-validator: upgrade 2.1.0 -> 2.1.1

2024-07-29 Thread Richard Leitner via lists.openembedded.org
From: Wang Mingyu Changelog: == - Fixed typo 'marking' instead of 'marketing' in case-insensitive mailbox name list. - When DNS-based deliverability checks fail, in some cases exceptions are now thrown with raise ... from for better nested exception tracking. - Fixed tests to work when

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-29 Thread Richard Leitner via lists.openembedded.org
l 9, 2024 at 5:54 AM Richard Leitner wrote: > > > >> On Tue, Jul 09, 2024 at 08:12:06AM GMT, akuster808 wrote: > > > >> > Hello Richard, > > > >> > > > > >> > On 7/6/24 2:08 PM, Richard Leitner via lists.openembedded.org > > wrot

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-18 Thread Richard Leitner via lists.openembedded.org
gt;> > >> On Tue, Jul 09, 2024 at 08:12:06AM GMT, akuster808 wrote: > >> > Hello Richard, > >> > > >> > On 7/6/24 2:08 PM, Richard Leitner via lists.openembedded.org wrote: > >> > > The currently available python-3-pydantic v2.7.0 requ

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-09 Thread Richard Leitner via lists.openembedded.org
Hi Armin, On Tue, Jul 09, 2024 at 08:12:06AM GMT, akuster808 wrote: > Hello Richard, > > On 7/6/24 2:08 PM, Richard Leitner via lists.openembedded.org wrote: > > The currently available python-3-pydantic v2.7.0 requires > > python3-pydantic-core to be updated to v2.18

[oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-06 Thread Richard Leitner via lists.openembedded.org
The currently available python-3-pydantic v2.7.0 requires python3-pydantic-core to be updated to v2.18.1. Removed patch: 0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to: The pyo3 version bump patch is dropped as the pyo3 version in python3-pydantic-core was updated to a newer one. Add

[oe] [meta-python][PATCH] python3-janus: add recipe for v1.0.0

2024-01-23 Thread Richard Leitner via lists.openembedded.org
janus is a python library providing a mixed sync-async queue to interoperate between asyncio tasks and classic threads. This recipe uses pypi as source: https://pypi.org/project/janus/ Signed-off-by: Richard Leitner --- .../python/python3-janus_1.0.0.bb | 15

[oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-03 Thread Richard Leitner via lists.openembedded.org
As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner --- meta-python/recipes-devto

[oe] [meta-python][PATCH] python3-autoflake: add recipe for v2.2.1

2023-09-21 Thread Richard Leitner via lists.openembedded.org
autoflake is a python library which removes unused imports and unused variables from Python code. This recipe uses pypi as source: https://pypi.org/project/autoflake/ Signed-off-by: Richard Leitner --- .../python/python3-autoflake_2.2.1.bb| 12 1 file change

[oe] [meta-python][PATCH] python3-shellingham: add recipe for v1.5.3

2023-09-14 Thread Richard Leitner via lists.openembedded.org
Shellingham is a python library to detect what shell the current Python executable is running in. This recipe uses pypi as source: https://pypi.org/project/shellingham Signed-off-by: Richard Leitner --- .../python/python3-shellingham_1.5.3.bb| 10 ++ 1 file chang