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
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
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
>
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
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
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?
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
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
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
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
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
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
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 =>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
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
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
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
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
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
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
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.
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
> > -
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
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
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:
> >
>
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
.
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
:
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
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
/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
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
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
>
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
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-
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
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
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
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
/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
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-
* 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
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
* 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 ++
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.
* 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
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-
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
> -
/?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
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
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
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
* 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
* 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
* 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
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
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
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
* 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
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
* 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
501 - 600 of 910 matches
Mail list logo