Re: [oe] [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 1.9.4 -> 2.0.1

2020-06-09 Thread Tim Orling
On Tue, Jun 9, 2020 at 6:43 AM Leon Anavi wrote: > Upgrade to release 2.0.1. I would like to see more information in the commit message for major version upgrades (or any upgrades for that matter). If you simply go to the source and look for Changelog or similar and copy paste it takes 10-30 s

Re: [oe] [meta-python][PATCH] python3-fastapi and python3-uvicorn: add packages and dependencies

2020-06-12 Thread Tim Orling
On Fri, Jun 12, 2020 at 1:01 PM Fagundes, Paulo wrote: > this is only my second upstream patch to this project, so I'm still > learning about email patches and about the standards. I'm not sure if it's > ok to add multiple recipes to a single commit, but I added these because I > added fastapi an

Re: [oe] [meta-python][PATCH] python3-requests-toolbelt: add ptest

2020-07-03 Thread Tim Orling
On Fri, Jul 3, 2020 at 8:55 AM Sakib Sajal wrote: > Signed-off-by: Sakib Sajal > --- > .../python/python3-requests-toolbelt/run-ptest | 3 +++ > .../python/python3-requests-toolbelt_0.9.1.bb | 17 +++-- > 2 files changed, 18 insertions(+), 2 deletions(-) > create mode 100644 >

Re: [oe] [meta-python][PATCH] python3-requests-toolbelt: Remove py3-mock from rdeps

2020-07-06 Thread Tim Orling
On Mon, Jul 6, 2020 at 7:51 AM Khem Raj wrote: > python3-mock does not exist as independent package > Sakib, Perhaps you were bringing it in from meta-cloud-services? http://layers.openembedded.org/layerindex/recipe/120255/ > Signed-off-by: Khem Raj > Cc: Sakib Sajal > --- > .../recipes-dev

Re: [oe] [meta-python][PATCH] python3-requests-toolbelt: Remove py3-mock from rdeps

2020-07-06 Thread Tim Orling
On Mon, Jul 6, 2020 at 11:47 AM Trevor Gamblin wrote: > > On 7/6/20 11:01 AM, Tim Orling wrote: > > > > On Mon, Jul 6, 2020 at 7:51 AM Khem Raj wrote: > >> python3-mock does not exist as independent package >> > > Sakib, > Perhaps you were bring

Re: [oe] [meta-python][RFC] Organizing meta-python recipes into logical/functional groups

2020-07-17 Thread Tim Orling
On Fri, Jul 17, 2020 at 3:16 PM Khem Raj wrote: > > > On Fri, Jul 17, 2020 at 9:23 AM akuster808 wrote: > >> >> >> On 7/16/20 1:39 PM, Trevor Gamblin wrote: >> > From #oe on IRC: >> > >> > tgamblin, regarding meta-python... any thoughts of organizing >> > some recipes into functional buckets?

Re: [oe] [meta-python][PATCH 5/7] python3-urllib3: Upgrade 1.25.9 -> 1.25.10

2020-07-24 Thread Tim Orling
On Fri, Jul 24, 2020 at 3:35 AM Leon Anavi wrote: > Upgarde to release 1.25.10: Typo: Upgarde -> Upgrade > > * Added support for ``SSLKEYLOGFILE`` environment variable for > logging TLS session keys with use with programs like > Wireshark for decrypting captured web traffic > * Fixed loadi

Re: [oe] [meta-python][PATCH 7/7] python3-matplotlib: Upgrade 3.2.2 -> 3.3.0

2020-07-24 Thread Tim Orling
On Fri, Jul 24, 2020 at 3:35 AM Leon Anavi wrote: > Upgrade to release 3.3.0: > > - Provisional API for composing semantic axes layouts from text > or nested lists > - New Axes.sharex, Axes.sharey methods > - Turbo colormap > - colors.BoundaryNorm supports extend keyword argument > - Text color

Re: [oe] [meta-python][PATCH] python3-django: add recipe for 3.1.1

2020-09-11 Thread Tim Orling
The reason for Django 2.2 is it is LTS. This version will now override unless the user sets PREFERRED_VERSION. The thrash on non-LTS Django is a PITA to support... On Fri, Sep 11, 2020 at 7:26 AM Trevor Gamblin wrote: > meta-python only contains a recipe for django 2.2.x, so > > add a recipe fil

Re: [oe] [meta-python][PATCH] python3-django: add recipe for 3.1.1

2020-09-11 Thread Tim Orling
On Fri, Sep 11, 2020 at 2:40 PM Trevor Gamblin wrote: > > > > > > > > > > > > > > On 9/11/20 5:02 PM, Tim Orling wrote: > > > > > > > > > The reason for Django 2.2 is it is LTS. This > > version will now override unless

[oe] [meta-python2][dunfell,master][PATCH] kas-meta-python-ptest-image: fixes for GL

2020-09-11 Thread Tim Orling
ll I was trying to do was add gtk+, but but using _pn- += or even _append_pn- syntax resulted in a system with either disabled OpenGL or missing canberra-gtk-module (sound). The above explicit definition worked. Change gl to gl-es: TEST_RUNQEMUPARAMS = "kvm gl-es gtk" Signed-off-by: Tim

Re: [oe] [meta-python2][dunfell][PATCH] python: prevent lib32-python depending on python

2020-09-11 Thread Tim Orling
Merged. Thank you. It would be nice to have a test case for this. On Mon, Sep 7, 2020 at 6:08 AM Martin Jansa wrote: > * it was a bit tricky to find this, because > $ bitbake -g lib32-python > $ grep '"python\.' task-depends.dot > doesn't show anything, but if you set > COMPATIBLE_HOST_p

Re: [oe] [meta-python2][PATCH] python-pyparted: upgrade to latest python2 compatible commit to fix build with gcc10 -fno-common

2020-09-11 Thread Tim Orling
Merged. Thank you. On Fri, Aug 28, 2020 at 9:10 AM Martin Jansa wrote: > * this is one of last python2 compatible commits, before: > > https://github.com/dcantrell/pyparted/commit/c4949263538784036a5917195f956f8fcda9cf20 > > Signed-off-by: Martin Jansa > --- > .../{python-pyparted_3.11.3.bb =>

Re: [oe] [meta-python2][warrior][PATCH] python-kombu: add recipe

2020-09-11 Thread Tim Orling
You specifically targeted the Warrior release with a new recipe. This breaks our stable branch policies. Also, Warrior is EOL. If you would like to add the recipe to the development branch, please resubmit. I will also consider backporting to Dunfell. On Wed, Aug 26, 2020 at 2:13 PM Babak Sarashki

[oe] [meta-python][PATCH 1/3] python3-markupsafe: bbappend for ptest

2020-09-21 Thread Tim Orling
From: Tim Orling The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-markupsafe/ directory. Signed-off-by: Tim Orling --- .../python/python3-markupsafe/run-ptest

[oe] [meta-python][PATCH 2/3] python3-jinja2: bbappend for ptest

2020-09-21 Thread Tim Orling
From: Tim Orling The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-jinja2/ directory. Signed-off-by: Tim Orling --- .../python/python3-jinja2/run-ptest

[oe] [meta-python][PATCH 3/3] packagegroup-meta-python: -jinja2 -markupsafe => -ptest

2020-09-21 Thread Tim Orling
From: Tim Orling The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling --- .../recipes-core/packagegroups

[oe] [meta-python][PATCH v2] packagegroup-meta-python: -jinja2 -markupsafe => ptest

2020-09-22 Thread Tim Orling
From: Tim Orling The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling --- .../recipes-core/packagegroups

[oe] [meta-python][PATCH v3] packagegroup-meta-python: -jinja2 -markupsafe => ptest

2020-09-22 Thread Tim Orling
From: Tim Orling The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling --- Change in v2: rebase on master

Re: [oe] [meta-python][PATCH 0/2] Update python3-pytest to 6.1.0

2020-09-27 Thread Tim Orling
When you do a major version update, or any update, please include the change log. It only takes a few seconds to copy and paste it. And then we all know what this change brings. On Sat, Sep 26, 2020 at 10:47 PM kai wrote: > From: Kai Kang > > > > > > Kai Kang (2): > > python3-iniconfig: add

[oe] [meta-python][PATCH 00/16] Drop python3-pytest and others

2020-11-28 Thread Tim Orling
From: Tim Orling Once the 2 series for moving python3-pytest and the numpy ptest dependencies from meta-python are merged to openembedded-core, this series drops the moved recipes. The following changes since commit d9874ce27c7a2ff3ed2a3a2e5f6de810f10421ae: python3-transitions: Upgrade 0.8.4

[oe] [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-atomicwrites/run-ptest | 3 --- .../python/python3-atomicwrites_1.4.0.bb | 25 --- 2 files changed, 28 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites/run

[oe] [meta-python][PATCH 02/16] python3-attrs: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-attrs_20.3.0.bb| 20 --- 1 file changed, 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 03/16] python3-iniconfig: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-iniconfig_1.1.1.bb | 9 - 1 file changed, 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 04/16] python3-more-itertools: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-more-itertools/run-ptest | 3 --- .../python/python3-more-itertools_8.5.0.bb| 24 --- 2 files changed, 27 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools/run

[oe] [meta-python][PATCH 05/16] python3-pathlib2: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-pathlib2_2.3.5.bb| 13 - 1 file changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 07/16] python3-py: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-py_1.9.0.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.9.0.bb diff --git a/meta-python/recipes-devtools/python/python3-py_1.9.0

[oe] [meta-python][PATCH 08/16] python3-setuptools-scm: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-setuptools-scm_4.1.2.bb| 21 --- 1 file changed, 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 06/16] python3-toml: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-toml_0.10.2.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 09/16] python3-packaging: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-packaging_20.4.bb | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.4.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 11/16] python3-zipp: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-zipp_3.4.0.bb | 19 --- 1 file changed, 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 10/16] python3-wcwidth: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-wcwidth/run-ptest | 3 --- .../python/python3-wcwidth_0.2.5.bb | 25 --- 2 files changed, 28 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth/run-ptest

[oe] [meta-python][PATCH 14/16] python3-pytest: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- ...he-setup_requires-for-setuptools-scm.patch | 39 --- .../python/python3-pytest_6.1.2.bb| 38 -- 2 files changed, 77 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest

[oe] [meta-python][PATCH 12/16] python3-importlib-metadata: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-importlib-metadata_2.0.0.bb | 18 -- 1 file changed, 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 15/16] python3-hypothesis: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-hypothesis_5.41.3.bb| 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 16/16] python3-sortedcontainers: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-sortedcontainers_2.3.0.bb | 9 - 1 file changed, 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 13/16] python3-pluggy: drop (moved to oe-core)

2020-11-28 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- .../python/python3-pluggy/run-ptest | 3 --- .../python/python3-pluggy_0.13.1.bb | 27 --- 2 files changed, 30 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy/run-ptest

[oe] [meta-python2][PATCH] kas: cleanup files

2020-11-28 Thread Tim Orling
Delete the following files were inadvertently left behind when the previous commit moved them to kas/: * Pipfile * Pipfile.lock * kas-meta-python2-image-base.yml * kas-meta-python2-image.yml * kas-meta-python2-ptest-image.yml Signed-off-by: Tim Orling --- Pipfile | 12

Re: [oe] [meta-python][PATCH] packagegroup-meta-python: Remove packages moved to core

2020-11-30 Thread Tim Orling
On Mon, Nov 30, 2020 at 11:40 AM Khem Raj wrote: > These packages are not in meta-python anymore > I knew I was forgetting something! Acked-by: Tim Orling > Signed-off-by: Khem Raj > Cc: Tim Orling > --- > .../packagegroups/packagegroup-meta-python.bb| 16

[oe] [PATCH] python3-argh: upgrade 0.26.2 -> 0.28.1

2023-07-09 Thread Tim Orling
: Includes COPYING which is GPL-3.0 but README clearly states LGPL-3.0-or-later https://github.com/neithere/argh/blob/v0.28.1/README.rst#licensing Signed-off-by: Tim Orling --- .../python/python3-argh_0.26.2.bb | 14 -- .../python/python3-argh_0.28.1.bb | 26

[oe] New AUH runs coming for meta-python/meta-perl

2023-07-10 Thread Tim Orling
I have been running my own local Auto Upgrade Helper (AUH) jobs for a couple years now. I finally have some infrastructure set up to have the emails come from a...@moto-timo.dev. The jobs attempt to build for qemux86-64, qemux86-musl and qemuarm64. My intent is to run this job "every two weeks", l

Re: [oe] [AUH] Upgrade status meta-perl: 2023-07-12

2023-07-11 Thread Tim Orling
This run is missing several recipes that are in need of upgrades. I'll check on the reason and re-run. On Wed, Jul 12, 2023 at 7:42 AM wrote: > Recipe upgrade statistics: > > * Failed (devtool error): 2 > libcurses-perl, 1.44 > libxml-libxml-perl, 2.0208 > > TOTAL: attemp

Re: [oe] python3-mypy, python3-mypy-extensions: remove

2023-07-24 Thread Tim Orling
On Mon, Jul 24, 2023 at 12:30 PM Justin Bronder wrote: > On 24/07/23 15:18 -0400, Justin Bronder wrote: > > On 24/07/23 12:58 -0400, Trevor Gamblin wrote: > > > While attempting to upgrade mypy and mypy-extensions, it was discovered > > > that it depends on new modules, some of which have no main

Re: [oe] [meta-oe][PATCH] replace /usr/bin/env python -> python3

2023-08-02 Thread Tim Orling
On Wed, Aug 2, 2023 at 10:17 AM Robert Berger < robert.berger.oe.de...@gmail.com> wrote: > Hi, > > On 02/08/2023 19:07, Martin Jansa wrote: > > Does it work when you re-execute do_configure or do you get python33? I > > think you should anchor the regexp with '$'. > > I think you are right - Let m

[oe] [PATCH] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-05 Thread Tim Orling
c-dev (for crtbeginS.o) - Add perl-dev (for "EXTERN.h") * INSANE_SKIP dev-deps for -ptest 0.046 2023-06-01 19:31:21+02:00 Europe/Amsterdam - Add src/ to include paths License-Update: Updated Artistic-1.0 (Perl) text Signed-off-by: Tim Orling --- Ptests throw one warning in perl-d

Re: [oe] [PATCH] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-05 Thread Tim Orling
On Sat, Aug 5, 2023 at 4:29 PM Khem Raj wrote: > Hi Tim > > On Sat, Aug 5, 2023 at 3:48 PM Tim Orling wrote: > > > > * Drop redundant do_install > > * Use four spaces for indent in RDEPENDS > > * RDEPENDS: > > - += not = > > - sort alpha

[oe] [meta-perl][PATCH v2] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-07 Thread Tim Orling
NSANE_SKIP dev-deps for -ptest 0.046 2023-06-01 19:31:21+02:00 Europe/Amsterdam - Add src/ to include paths License-Update: Updated Artistic-1.0 (Perl) text Signed-off-by: Tim Orling --- Changes in v2: * use packagegroup-core-standalone-sdk-target intead of individual libgcc-dev etc.

Re: [oe] [meta-perl][PATCH v2] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-07 Thread Tim Orling
On Mon, Aug 7, 2023 at 10:26 AM Khem Raj wrote: > On Mon, Aug 7, 2023 at 9:47 AM Tim Orling wrote: > > > > * Drop redundant do_install > > * Use four spaces for indent in RDEPENDS > > * RDEPENDS: > > - += not = > > - sort alphabetically > > -

Re: [oe] [meta-perl][PATCH v2] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-08 Thread Tim Orling
On Mon, Aug 7, 2023 at 10:53 AM Khem Raj wrote: > On Mon, Aug 7, 2023 at 10:46 AM Tim Orling wrote: > > > > >> > +RDEPENDS:${PN}-ptest += " \ > >> > +binutils \ > >> > +gcc \ > >> > >> binutils and gcc

[oe] [meta-perl][PATCH v3] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-08 Thread Tim Orling
2023-06-01 19:31:21+02:00 Europe/Amsterdam - Add src/ to include paths License-Update: Updated Artistic-1.0 (Perl) text Signed-off-by: Tim Orling --- Changes in v3: - add packagegroup-core-buildessential instead of - gcc - buildutils - packagegroup-core-standalone-sdk Results

Re: [oe] [meta-perl][PATCH v3] libmodule-build-tiny-perl: upgrade 0.045 -> 0.046

2023-08-09 Thread Tim Orling
On Wed, Aug 9, 2023 at 11:09 AM Khem Raj wrote: > Thanks for reworking this Tim, I can see it pass with musl+clang too - > https://snips.sh/f/8ePH3RMHC9 > > That's excellent news. Thank you for confirming! > On Tue, Aug 8, 2023 at 6:47 PM Tim Orling wrote: > > >

Re: [oe][meta-oe][PATCH 1/1] nodejs: upgrade 18.17.1 -> 20.5.1

2023-10-18 Thread Tim Orling
On Wed, Oct 18, 2023 at 1:41 PM Martin Jansa wrote: > I've narrowed this down to simple reproducer with webpack creating pack > with "hello world" as shown in: > https://github.com/shr-project/com.webos.app.minimal/tree/recipes > > Then with this reproducer I've bisected it to nodejs-20.3.0 with

[oe] [meta-perl][PATCH 1/2] po4a: remove old recipe

2023-10-18 Thread Tim Orling
. According to the layerindex, the po4a recipe is not depended upon by any other known recipes: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Apo4a (debsums in meta-oe dynamic-layers will be removed in another commit) Signed-off-by: Tim Orling

[oe] [meta-oe][PATCH 2/2] debsums: remove old recipe

2023-10-18 Thread Tim Orling
: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Adebsums Signed-off-by: Tim Orling --- .../packagegroup-meta-oe.bbappend | 2 +- .../recipes-support/debsums/debsums_2.2.2.bb | 56 --- 2 files changed, 1 insertion(+), 57 deletions(-) delete

Re: [oe][meta-oe][PATCH 1/1] nodejs: upgrade 18.17.1 -> 20.5.1

2023-10-19 Thread Tim Orling
On Wed, Oct 18, 2023 at 8:40 PM Khem Raj wrote: > On Wed, Oct 18, 2023 at 4:19 PM Tim Orling wrote: > > > > > > > > On Wed, Oct 18, 2023 at 1:41 PM Martin Jansa > wrote: > >> > >> I've narrowed this down to simple reproducer with w

Re: [oe] [meta-perl][PATCH 1/2] po4a: remove old recipe

2023-10-19 Thread Tim Orling
/recipes-support/dos2unix/dos2unix_7.5.1.bb?h=master#n25 On Wed, Oct 18, 2023 at 6:13 PM Tim Orling via lists.openembedded.org wrote: > po4a has been failing AUH upgrades for a long time now. > The latest attempt to get ptests working for it can be found at: > > https://git.openembed

Re: [oe] [meta-python][PATCH 1/3] python3-flask-restx: Add Flask-RestX Python Recipe

2023-10-31 Thread Tim Orling
On Tue, Oct 31, 2023 at 10:36 AM wrote: > From: Arthur Oliveira > > This commit introduces the python3-flask-restx recipe, which brings a fully > featured framework for fast, easy, and documented API development with > Flask. > It is released under the BSD-3 license. > > Signed-off-by: Arthur Ol

Re: [oe] meta-openembedded CVEs, patch stats and AUH

2023-11-02 Thread Tim Orling
On Thu, Nov 2, 2023 at 10:51 AM Khem Raj wrote: > Awesome work ! I agree. This is very exciting. > > On Thu, Nov 2, 2023 at 6:49 AM Richard Purdie > wrote: > > > > Patch Metrics and CVEs > > -- > > > > I'm now pleased to say we have CVE and patch metrics being generated >

Re: [oe] [meta-oe][PATCH] ast2600:emmc: unsigned rot image align block size (512bytes)

2023-11-03 Thread Tim Orling
On Fri, Nov 3, 2023 at 10:08 AM Khem Raj wrote: > we do not have this recipe in mets-oe. Did you intend to send this patch ? > My guess is you intended this for openbmc? > On Fri, Nov 3, 2023 at 3:03 AM Jamin Lin via lists.openembedded.org > wrote: > > > > Signed-off-by: Jamin Lin > > Chang

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with nanbield

2023-11-22 Thread Tim Orling
I have created the mickledore branches on git.yoctoproject.org, github.com/meta-java and gitlab.com/meta-java I will edit in place to drop mickledore and replace with nanbield for "master" branches Thank you for the contribution. On Wed, Nov 22, 2023 at 5:58 AM Anthony Bagwell wrote: > Signed-

[oe] [meta-java][PATCH] commons-collections3: update SRC_URI

2023-11-22 Thread Tim Orling
Older tarballs have been moved to archive: https://archive.apache.org/dist/commons/collections/source/ Also drop obsolete SRC_URI[md5sum] Signed-off-by: Tim Orling --- recipes-core/jakarta-commons/commons-collections3_3.2.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[oe] [meta-java][PATCH v2] commons-collections3: update SRC_URI

2023-11-22 Thread Tim Orling
Older tarballs have been moved to archive: https://archive.apache.org/dist/commons/collections/source/ Also drop obsolete SRC_URI[md5sum] Signed-off-by: Tim Orling --- Changes in v2: Fix parse error by adding closing " to SRC_URI recipes-core/jakarta-commons/commons-collections3_3.2

Re: [oe] [meta-python] [PATCH] python3-pydantic: upgrade 2.5.1 -> 2.5.2

2023-11-28 Thread Tim Orling
FWIW, this is not run-time useful because of the missing python3-pydantic-core dependency (which requires 'maturin' backend). Since https://github.com/pydantic/pydantic/commit/594effa279668bd955e98f1cd5c036b37d3bbd40 Sadly, the build does not report any issues and this has been lurking quietly for

[oe] [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest

2023-12-07 Thread Tim Orling
9: 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: a

[oe] [meta-python][PATCH 1/7] python3-pydantic-core: add v2.14.5

2023-12-07 Thread Tim Orling
/benchmarks Signed-off-by: Tim Orling --- .../python/python3-pydantic-core-crates.inc | 166 ++ .../python/python3-pydantic-core_2.14.5.bb| 25 +++ 2 files changed, 191 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc

[oe] [meta-python][PATCH 2/7] python3-annotated-types: add v0.6.0

2023-12-07 Thread Tim Orling
do not require this package. """ References: https://peps.python.org/pep-0593/ Signed-off-by: Tim Orling --- .../python/python3-annotated-types_0.6.0.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-

[oe] [meta-python][PATCH 3/7] python3-pydantic: fix RDEPENDS

2023-12-07 Thread Tim Orling
* Newer python3-pydantic offloaded some of its code to python3-pydantic-core * Add python3-annotated-types to RDEPENDS. * Add DESCRIPTION and trim SUMMARY. Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-pydantic_2.5.2.bb | 10 +- 1 file changed, 9 insertions(+), 1

[oe] [meta-python][PATCH 4/7] python3-dirty-equals: add v0.7.1

2023-12-07 Thread Tim Orling
es into its own when writing unit tests for applications where you're commonly checking the response to API calls and the contents of a database. Signed-off-by: Tim Orling --- .../python/python3-dirty-equals_0.7.1.bb | 21 +++ 1 file changed, 21 insertions(+) create mode

[oe] [meta-python][PATCH 5/7] python3-pydantic-core: enable ptest

2023-12-07 Thread Tim Orling
* Add to ptest-packagelists-meta-python.inc "FAST" under 30 seconds Signed-off-by: Tim Orling --- .../include/ptest-packagelists-meta-python.inc| 1 + .../python/python3-pydantic-core/run-ptest| 3 +++ .../python/python3-pydantic-core_2.14.5.bb| 15 ++

[oe] [meta-python][PATCH 6/7] python3-cloudpickle: add v3.0.0

2023-12-07 Thread Tim Orling
k to execute on remote hosts, possibly close to the data. """ Signed-off-by: Tim Orling --- .../python/python3-cloudpickle_3.0.0.bb| 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cloudpickle_3.0.

[oe] [meta-python][PATCH 7/7] python3-pydantic: enable ptest

2023-12-07 Thread Tim Orling
* Add to ptest-packelists-meta-python.inc "FAST" under 30 s Signed-off-by: Tim Orling --- .../ptest-packagelists-meta-python.inc| 1 + .../python/python3-pydantic/run-ptest | 3 +++ .../python/python3-pydantic_2.5.2.bb | 22 +++ 3 files c

[oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests

2023-12-24 Thread Tim Orling
ests take about 45 seconds https://github.com/sumerc/yappi/blob/1.6.0/CHANGELOG 1.6.0 (2023-12-07) - Drop support 2.7-3.5 and clean backward compatible code (pull/152) - Add Python 3.12 wheels 1.5.1 (2023-12-06) - Add support for Python 3.12 - Fix child callgrind functions disappear Signed-

Re: [oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests

2023-12-27 Thread Tim Orling
Gentle ping. This one supersedes the on from Alex, since it fixes the priests. On Sun, Dec 24, 2023 at 10:13 AM Tim Orling via lists.openembedded.org wrote: > * Switch to the python_setuptools_build_meta PEP-517 backend > * Refactor and submit 0001-Fix-imports-for-ptests.patch > -

Re: [oe] [meta-python][PATCH] python3-yappi: upgrade 1.4.0 -> 1.6.0; fix ptests

2023-12-27 Thread Tim Orling
/?h=timo/python3-yappi-ptest On Wed, Dec 27, 2023 at 1:46 PM Khem Raj wrote: > right, its in master-next already. > > On Wed, Dec 27, 2023 at 1:23 PM Tim Orling wrote: > > > > Gentle ping. This one supersedes the on from Alex, since it fixes the > priests. > > &g

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread Tim Orling
This project uses setuptools.build_meta: https://github.com/agronholm/apscheduler/blob/master/pyproject.toml#L6 Instead of “inherit setuptools3” please use “inherit python_setuptools_build_meta” https://git.yoctoproject.org/poky/tree/meta/classes-recipe/python_setuptools_build_meta.bbclass If you

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

2024-01-23 Thread Tim Orling
On Tue, Jan 23, 2024 at 3:36 PM Richard Leitner via lists.openembedded.org wrote: > 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-o

[oe] [meta-python][PATCH 00/60] Rework all pytest usage to use --automake and PYTHON_PN -> python3

2024-02-16 Thread Tim Orling
sues. This series is built on top of: poky-contrib timo/master-next/pytest-8 meta-openembedded/master-next The following changes since commit 086eeb45d4dd241bfccaa717cf34b2692c5cbb5f: python3-pybind11: Remove the Boost dependency (2024-02-16 09:28:34 -0800) are available in the Gi

[oe] [meta-python][PATCH 01/60] python3-uritemplate: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-uritemplate/run-ptest | 2 +- .../recipes-devtools/python/python3-uritemplate_4.1.1.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python

[oe] [meta-python][PATCH 02/60] python3-unidiff: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-unidiff/run-ptest | 2 +- .../recipes-devtools/python/python3-unidiff_0.7.5.bb | 7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 03/60] python3-ujson: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-ujson/run-ptest | 2 +- .../recipes-devtools/python/python3-ujson_5.9.0.bb | 13 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools

[oe] [meta-python][PATCH 04/60] python3-pytest-lazy-fixture: switch to pytest --automake

2024-02-16 Thread Tim Orling
Signed-off-by: Tim Orling --- .../python/python3-pytest-lazy-fixture/run-ptest | 2 +- .../python/python3-pytest-lazy-fixture_0.6.3.bb | 5 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy

[oe] [meta-python][PATCH 05/60] python3-fastjsonschema: switch to pytest --automake

2024-02-16 Thread Tim Orling
Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-fastjsonschema/run-ptest| 2 +- .../recipes-devtools/python/python3-fastjsonschema_2.18.0.bb| 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema

[oe] [meta-python][PATCH 06/60] python3-tomlkit: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-tomlkit/run-ptest | 2 +- .../recipes-devtools/python/python3-tomlkit_0.12.3.bb | 7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 07/60] python3-inotify: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-inotify/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-inotify_git.bb| 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 08/60] python3-requests-file: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-requests-file/run-ptest| 2 +- .../recipes-devtools/python/python3-requests-file_1.5.1.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python

[oe] [meta-python][PATCH 09/60] python3-covdefaults: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-covdefaults/run-ptest| 2 +- .../recipes-devtools/python/python3-covdefaults_2.3.0.bb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 10/60] python3-dominate: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-dominate/run-ptest | 2 +- .../recipes-devtools/python/python3-dominate_2.9.1.bb | 7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 11/60] python3-scrypt: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-scrypt/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-scrypt_0.8.20.bb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 12/60] python3-u-msgpack-python: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../python/python3-u-msgpack-python/run-ptest| 2 +- .../python/python3-u-msgpack-python_2.8.0.bb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 13/60] python3-iso3166: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-iso3166/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 14/60] python3-trustme: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-trustme/run-ptest | 2 +- .../recipes-devtools/python/python3-trustme_1.1.0.bb | 7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 15/60] python3-asgiref: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 * Sort RDEPENDS for ptest alphabetically Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-asgiref/run-ptest| 2 +- .../recipes-devtools/python/python3-asgiref_3.7.2.bb | 9 + 2 files changed, 6 insertions(+), 5 deletions

[oe] [meta-python][PATCH 16/60] python3-html2text: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-html2text/run-ptest| 2 +- .../recipes-devtools/python/python3-html2text_2020.1.16.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python

[oe] [meta-python][PATCH 17/60] python3-pyasn1-modules: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-pyasn1-modules/run-ptest | 2 +- .../recipes-devtools/python/python3-pyasn1-modules_0.3.0.bb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 18/60] python3-intervals: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-intervals/run-ptest| 2 +- .../recipes-devtools/python/python3-intervals_1.10.0.bb| 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python

[oe] [meta-python][PATCH 19/60] python3-py-cpuinfo: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-py-cpuinfo/run-ptest | 2 +- .../recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb| 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-python

[oe] [meta-python][PATCH 20/60] python3-backports-functools-lru-cache: drop folder

2024-02-16 Thread Tim Orling
This old run-ptest file was skipped when the recipe was dropped in: 620689d4ef python3-backports-functional-lru-cache: remove, not needed for Python 3 Signed-off-by: Tim Orling --- .../python/python3-backports-functools-lru-cache/run-ptest | 3 --- 1 file changed, 3 deletions(-) delete

[oe] [meta-python][PATCH 21/60] python3-whoosh: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 * Sort RDEPENDS for ptest alphabetically Signed-off-by: Tim Orling --- .../python/python3-whoosh/run-ptest | 2 +- .../python/python3-whoosh_2.7.4.bb| 19 ++- 2 files changed, 11 insertions(+), 10 deletions(-) diff

[oe] [meta-python][PATCH 22/60] python3-xlrd: switch to pytest --automake

2024-02-16 Thread Tim Orling
Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-xlrd/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-xlrd/run-ptest b/meta

[oe] [meta-python][PATCH 23/60] python3-dnspython: switch to pytest --automake

2024-02-16 Thread Tim Orling
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling --- .../python/python3-dnspython/run-ptest| 2 +- .../python/python3-dnspython_2.5.0.bb | 19 ++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/meta-python/recipes-devtools

<    1   2   3   4   5   6   7   8   9   10   >