[oe] [meta-python][PATCH v2 2/2] python3-pychromecast: upgrade 14.0.1 -> 14.0.2

2024-10-10 Thread Tom Geelen
Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/14.0.2 Signed-off-by: Tom Geelen --- .../0001-Allow-newer-version-of-wheel-and-setuptools.patch| 4 ++-- ...-pychromecast_14.0.1.bb => python3-pychromecast_14.0.2.bb} | 2 +- 2 files changed, 3 insertions(+)

[oe] [meta-python][PATCH v2 1/2] python3-pytest-aiohttp: Add new recipe

2024-10-10 Thread Tom Geelen
Based on https://pypi.org/project/pytest-aiohttp/ Signed-off-by: Tom Geelen --- .../python/python3-pytest-aiohttp_1.0.5.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb diff --git a/meta

Re: [oe] [master][meta-python] Need some help with non crates.io vendored crates.

2024-10-09 Thread Tom Geelen
Hi, Thanks for the tip. I'll try and see if I can spot the difference, no luck so far. Regards Tom On Mon, Oct 7, 2024, 5:38 AM Tim Orling wrote: > > > On Sun, Oct 6, 2024 at 1:01 PM Tom Geelen via lists.openembedded.org > wrote: > >> Hi all, >> >> I

[oe] [meta-python][PATCH 2/2] python3-pychromecast 14.0.1 -> 14.0.2

2024-10-09 Thread Tom Geelen
el-and-setuptools.patch @@ -1,4 +1,4 @@ -From 5ee73f91b7f13dd5c700c69e7fc43cecab5868da Mon Sep 17 00:00:00 2001 +From 41da1605df6d781bdf01c0ecefea88bba7758c21 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 7 Apr 2024 22:39:35 + Subject: [PATCH] Allow newer version of wheel and setu

[oe] [meta-python][PATCH 1/2] New recipe: python3-pytest-aiohttp 1.0.5

2024-10-09 Thread Tom Geelen
Based on https://pypi.org/project/pytest-aiohttp/ --- .../python/python3-pytest-aiohttp_1.0.5.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH] python3-pyjwt 2.8.0 -> 2.9.0

2024-09-10 Thread Tom Geelen
Updated name of PYPI_PACKAGE as it is renamed on pypi.org Changelog: https://github.com/jpadilla/pyjwt/releases/tag/2.9.0 --- .../{python3-pyjwt_2.8.0.bb => python3-pyjwt_2.9.0.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python

[oe] [meta-python][PATCH] python3-aiohue: 4.7.1 -> 4.7.2

2024-07-31 Thread Tom Geelen
Drop runtime dependency on python3-profile as this is not in the pyproject.toml file. --- ...ython3-aiohue_4.7.1.bb => python3-aiohue_4.7.2.bb} | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) rename meta-python/recipes-devtools/python/{python3-aiohue_4.7.1.bb => python3-aiohue

[oe] [meta-python][PATCH 2/2] python3-bleak 0.21.1 -> 0.22.2

2024-06-29 Thread Tom Geelen
Guðni Már Gilbert. Signed-off-by: Tom Geelen --- .../{python3-bleak_0.21.1.bb => python3-bleak_0.22.2.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-bleak_0.21.1.bb => python3-bleak_0.22.2.bb} (87%) diff --git a/meta-

[oe] [meta-python][PATCH 1/2] python3-sqlparse 0.4.4 -> 0.5.0

2024-06-29 Thread Tom Geelen
Drop patch as this version supports python3. Furthermore move to hatchling build system. Signed-off-by: Tom Geelen --- ...1-sqlparse-change-shebang-to-python3.patch | 41 --- ...rse_0.4.4.bb => python3-sqlparse_0.5.0.bb} | 12 +++--- 2 files changed, 6 insertions(+),

Re: [oe] [meta-python][PATCH] python3-bleak: upgrade 0.21.1 -> 0.22.2

2024-06-28 Thread Tom Geelen
This breaks ptest unfortunately as the direct pypi fetch does not include the tests. Only the direct github link as it was previously. On Fri, Jun 28, 2024 at 12:41 AM Guðni Már Gilbert via lists.openembedded.org wrote: > Changes to the build: > - Drop python3-async-timeout which is only require

[oe] [meta-python][PATCH 4/4] python3-requests-mock: new recipe

2024-05-24 Thread Tom Geelen
Mocked responses for the requests library --- .../python/python3-requests-mock_1.12.1.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb diff --git a/meta-python/recipes-devtools/python/python3-

[oe] [meta-python][PATCH 3/4] python3-pytest-unordered: new recipe

2024-05-24 Thread Tom Geelen
pytest plugin to Test equality of unordered sequences --- .../python/python3-pytest-unordered_0.6.0.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb diff --git a/meta-python/recipes-devtools/

[oe] [meta-python][PATCH 2/4] python3-pytest-socket: new recipe

2024-05-24 Thread Tom Geelen
Pytest Plugin to disable socket calls during tests --- .../python/python3-pytest-socket_0.7.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb diff --git a/meta-python/recipes-devtools/python/

[oe] [meta-python][PATCH 1/4] python3-pytest-freezer: new recipe

2024-05-24 Thread Tom Geelen
Pytest plugin providing a fixture interface for spulec/freezegun --- .../python/python3-pytest-freezer_0.4.8.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.8.bb diff --git a/meta-python/recipes-

[oe] [meta-python][PATCH] python3-zeroconf 0.132.0 -> 0.132.2

2024-05-06 Thread Tom Geelen
--- ...{python3-zeroconf_0.132.0.bb => python3-zeroconf_0.132.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.132.0.bb => python3-zeroconf_0.132.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-zeroco

[oe] [meta-python][PATCH 3/3] python3-sqlalchemy: upgrade 2.0.27 -> 2.0.29

2024-04-15 Thread Tom Geelen
--- ...ython3-sqlalchemy_2.0.27.bb => python3-sqlalchemy_2.0.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.27.bb => python3-sqlalchemy_2.0.29.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-sqla

[oe] [meta-python][PATCH 2/3] python3-zeroconf: upgrade 0.131.0 -> 0.132.0

2024-04-15 Thread Tom Geelen
Python3-zeroconf specifies a pyproject.toml and uses poetry as a build tool. Adjusted recipe accordingly --- ...3-zeroconf_0.131.0.bb => python3-zeroconf_0.132.0.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.131.

[oe] [meta-python][PATCH 1/3] python3-pychromecast: upgrade 14.0.0 -> 14.0.1

2024-04-15 Thread Tom Geelen
03 Mon Sep 17 00:00:00 2001 +From 5ee73f91b7f13dd5c700c69e7fc43cecab5868da Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 7 Apr 2024 22:39:35 + Subject: [PATCH] Allow newer version of wheel and setuptools @@ -10,7 +10,7 @@ Signed-off-by: Tom Geelen 1 file changed, 1 insertion(+), 1 de

[oe] [meta-python][PATCH v3] python3-chromecast: upgrade 13.1.0 -> 14.0.0

2024-04-08 Thread Tom Geelen
upstream status in the included patch. Signed-off-by: Tom Geelen --- ...ewer-version-of-wheel-and-setuptools.patch | 22 +++ .../python/python3-pychromecast_13.1.0.bb | 20 - .../python/python3-pychromecast_14.0.0.bb | 17 ++ 3 files changed

[oe] [meta-python][PATCH v2 4/4] python3-charset-normalizer: add native build option to recipe

2024-04-07 Thread Tom Geelen
Packages such as aiooui need charset-normalizer as a DEPENDS instead of RDEPENDS. Therefore a the charset-normalizer recipe is extended. Signed-off-by: Tom Geelen --- .../recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta

[oe] [meta-python][PATCH v2 3/4] python3-sqlalchemy: upgrade 2.0.25 --> 2.0.27

2024-04-07 Thread Tom Geelen
Signed-off-by: Tom Geelen --- ...ython3-sqlalchemy_2.0.25.bb => python3-sqlalchemy_2.0.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.25.bb => python3-sqlalchemy_2.0.27.bb} (87%) diff --git a/meta-python/r

[oe] [meta-python][PATCH v2 2/4] python3-chromecast: upgrade 13.1.0 -> 14.0.0

2024-04-07 Thread Tom Geelen
The python package has enabled to option to build it via python_setuptools_build_meta. Therefore the recipe is updated accordingly. Also cleaned up the list of runtime dependencies which according to the package should no longer be needed. Signed-off-by: Tom Geelen --- ...ewer-version-of

[oe] [meta-python][PATCH v2 1/4] python3-casttube: upgrade 0.2.0 -> 0.2.1

2024-04-07 Thread Tom Geelen
Signed-off-by: Tom Geelen --- .../python/python3-casttube_0.2.0.bb | 13 - .../python/python3-casttube_0.2.1.bb | 16 2 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 4/4] python3-charset-normalizer: add native build option to recipe

2024-04-07 Thread Tom Geelen
Packages such as aiooui need charset-normalizer as a DEPENDS instead of RDEPENDS. Therefore a the charset-normalizer recipe is extended. Signed-off-by: Tom Geelen --- .../recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta

[oe] [meta-python][PATCH 3/4] python3-sqlalchemy: upgrade 2.0.25 --> 2.0.27

2024-04-07 Thread Tom Geelen
Signed-off-by: Tom Geelen --- ...ython3-sqlalchemy_2.0.25.bb => python3-sqlalchemy_2.0.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.25.bb => python3-sqlalchemy_2.0.27.bb} (87%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 2/4] python3-chromecast: upgrade 13.1.0 -> 14.0.0

2024-04-07 Thread Tom Geelen
Move from setuptools to python_setuptools_build meta as the recipe offers both. And cleaned up the list of runtime dependencies. Signed-off-by: Tom Geelen --- .../python/python3-pychromecast_13.1.0.bb | 20 --- .../python/python3-pychromecast_14.0.0.bb | 16

[oe] [meta-python][PATCH 1/4] python3-casttube: upgrade 0.2.0 -> 0.2.1

2024-04-07 Thread Tom Geelen
Signed-off-by: Tom Geelen --- .../python/python3-casttube_0.2.0.bb | 13 - .../python/python3-casttube_0.2.1.bb | 16 2 files changed, 16 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3