Re: [oe] [meta-python][PATCH] python-jsonpatch: fix do_install

2018-03-29 Thread Tim Orling
Something like: FILESEXTRAPATHS_prepend := "${THISDIR}/python-jsonpatch:" Will fix this. It can be in python-jsonpatch.inc (harmless for python2-, required for python3-). DRY and KISS. On Thu, Mar 29, 2018 at 3:03 PM Martin Jansa wrote: > This seems to break python3-jsonpatch which won't find t

Re: [oe] [meta-python][PATCH] python-pytest: 3.4.1 -> 3.4.2

2018-03-30 Thread Tim Orling
You failed to also update the python3-pytest recipe which now breaks my builds. > On Mar 20, 2018, at 8:36 PM, Huang Qiyu wrote: > > 1.Upgrade python-pytest from 3.4.1 to 3.4.2. > 2.Modify pytest_version_fix.patch, since the data has been changed. > > Signed-off-by: Huang Qiyu > --- > meta-pyt

[oe] [PATCH] python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)

2018-03-30 Thread Tim Orling
Fixes: 99d18a6bc1a915ef5f07116e0fe684f56825a165 In above commit, only the python2 recipe was updated, but python3 recipe also uses the SRC_URI from python-pytest.inc and is currently broken (do_fetch). Signed-off-by: Tim Orling --- .../python/{python3-pytest_3.4.1.bb => python3-pytest_3.4.2

[oe] [meta-python][URGENT][PATCH] python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)

2018-03-30 Thread Tim Orling
Fixes: 99d18a6bc1a915ef5f07116e0fe684f56825a165 In above commit, only the python2 recipe was updated, but python3 recipe also uses the SRC_URI from python-pytest.inc and is currently broken (do_fetch). Signed-off-by: Tim Orling --- .../python/{python3-pytest_3.4.1.bb => python3-pytest_3.4.2

Re: [oe] [PATCH] python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)

2018-03-30 Thread Tim Orling
wrong subject line, disregard, resending. > On Mar 30, 2018, at 3:39 PM, Tim Orling > wrote: > > Fixes: 99d18a6bc1a915ef5f07116e0fe684f56825a165 > > In above commit, only the python2 recipe was updated, but > python3 recipe also uses the SRC_URI from python-pytest.inc >

Re: [oe] [meta-python][PATCH] python-robotframework: Add runtime dependencies to robot framework

2018-05-09 Thread Tim Orling
Please also provide patch for python3-robotframework or indicate it is not needed. On Tue, May 8, 2018 at 6:38 PM Sipke Vriend wrote: > Add the runtime dependencies robot framework has so they are available on > images including it. > > Signed-off-by: Sipke Vriend > --- > meta-python/recipes-de

Re: [oe] [meta-python][PATCH] python-py: update to version 1.5.4

2018-07-17 Thread Tim Orling
A recent change upstream added a dependency on ${PYTHON_PN}-setuptools-scm: https://github.com/pytest-dev/py/commit/aebd1abcc4e4ae69fe69bc0c4fd273fcbfd32731#diff-2eeaed663bd0d25b7e608891384b7298 > On Jul 9, 2018, at 10:08 AM, Derek Straka wrote: > > Signed-off-by: Derek Straka > --- > meta-pyt

Re: [oe] [meta-java] bug-tracker

2018-07-24 Thread Tim Orling
On Tue, Jul 24, 2018 at 11:05 AM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > Em ter, 24 de jul de 2018 16:25, Henning Heinold < > henn...@itconsulting-heinold.de> escreveu: > > > On Tue, Jul 24, 2018 at 08:55:34AM +0100, Otavio Salvador wrote: > > > Em ter, 24 de jul de 2018 08:33

Re: [oe] [meta-python][PATCHv2] python-tornado: upgrade to version 5.1

2018-07-25 Thread Tim Orling
> On Jul 25, 2018, at 1:22 PM, Khem Raj wrote: > > On Tue, Jul 24, 2018 at 11:45 PM Łukasz Gardoń > wrote: >> >> License-Update: Checksum changed due to updation in documentation. There >> are no changes in the license terms. > > why are we checksumming documentation portions if they are not

Re: [oe] [meta-python][PATCH 2/5] python-traceback2: Add recipe

2018-07-30 Thread Tim Orling
Why no python3 version n as well? On Sun, Jul 29, 2018 at 8:42 PM Robert Joslyn < robert.jos...@redrectangle.org> wrote: > --- > .../recipes-devtools/python/python-traceback2_1.4.0.bb| 15 > +++ > 1 file changed, 15 insertions(+) > create mode 100644 meta-python/recipes-devtools

Re: [oe] [meta-python][PATCH 2/5] python-traceback2: Add recipe

2018-07-30 Thread Tim Orling
Ah, it’s a backport. Never mind On Mon, Jul 30, 2018 at 6:38 PM Tim Orling wrote: > Why no python3 version n as well? > > On Sun, Jul 29, 2018 at 8:42 PM Robert Joslyn < > robert.jos...@redrectangle.org> wrote: > >> --- >> .../recipes-devtools/python/p

Re: [oe] [meta-oe][PATCH v2] cpuid: Fix build with glibc 2.28+

2018-08-16 Thread Tim Orling
On Thu, Aug 16, 2018 at 9:13 PM Tim Orling wrote: > > > On Thu, Aug 16, 2018 at 9:10 PM wrote: > >> From: Avinash Reddy Palleti >> >> Include sys/sysmacros.h for cpuid.c >> >> Signed-off-by: Avinash Reddy Palleti >> --- >> meta-oe/recipes

[oe] [meta-oe][PATCH] cpuid: upgrade 20170122 -> 20180519

2018-09-05 Thread Tim Orling
Signed-off-by: Tim Orling --- .../recipes-devtools/cpuid/{cpuid_20170122.bb => cpuid_20180519.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/cpuid/{cpuid_20170122.bb => cpuid_20180519.bb} (86%) diff --git a/meta-oe/recipes-devtools

[oe] [meta-perl][PATCH 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest

2018-10-15 Thread Tim Orling
solution broken when options ndots used in /etc/resolv.conf """ Signed-off-by: Tim Orling --- .../recipes-perl/libnet/libnet-dns-perl_1.17.bb| 27 -- .../recipes-perl/libnet/libnet-dns-perl_1.18.bb| 58 ++ 2 files changed, 58 insertions(+), 27

[oe] [meta-perl][PATCH 1/2] libnet-dns-sec-perl: add recipe for 1.10

2018-10-15 Thread Tim Orling
generation and verification functions using RSA, DSA, ECDSA, and Edwards curve algorithms. The extended features are made available by replacing Net::DNS by Net::DNS::SEC in the use declaration. Signed-off-by: Tim Orling --- .../libnet/libnet-dns-sec-perl_1.10.bb | 33

Re: [oe] [meta-perl][PATCH 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest

2018-10-16 Thread Tim Orling
On Mon, Oct 15, 2018 at 11:14 AM Khem Raj wrote: > On Mon, Oct 15, 2018 at 9:13 AM Tim Orling > wrote: > > > > * Add UPSTREAM_CHECK_REGEX to ignore DEV releases > > * Add RDEPENDS that were missing > > * Enable ptest and add RDEPENDS for tests > > * Add

[oe] [meta-perl][PATCH v2 1/2] libnet-dns-sec-perl: add recipe for 1.10

2018-10-16 Thread Tim Orling
generation and verification functions using RSA, DSA, ECDSA, and Edwards curve algorithms. The extended features are made available by replacing Net::DNS by Net::DNS::SEC in the use declaration. Signed-off-by: Tim Orling --- Changes in v2: Use STAGING_BASELIBDIR --- .../libnet/libnet-dns-sec

[oe] [meta-perl][PATCH v2 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest

2018-10-16 Thread Tim Orling
solution broken when options ndots used in /etc/resolv.conf """ Signed-off-by: Tim Orling --- Changes in v2: Use TCLIBC to determine if we are using glibc or musl and then set os.environ['LIBC'] to statically export path to libc.so --- .../recipes-perl/libnet/libnet

Re: [oe] [meta-perl][PATCH v2 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest

2018-10-16 Thread Tim Orling
On Tue, Oct 16, 2018 at 11:12 PM Tim Orling < timothy.t.orl...@linux.intel.com> wrote: > * Add UPSTREAM_CHECK_REGEX to ignore DEV releases > * Add RDEPENDS that were missing > * Enable ptest and add RDEPENDS for tests > * Add RRECOMMENDS for libnet-dns-sec-perl > >

Re: [oe] [meta-python][PATCH] python3-multidict: Workaround for broken make clean

2018-11-23 Thread Tim Orling
On Thu, Nov 22, 2018 at 9:09 PM Craig McQueen wrote: > Note, the issue is fixed in v4.0.0. > https://github.com/aio-libs/multidict/issues/194 > Why not just upgrade recipe to 4.0.0? > Signed-off-by: Craig McQueen > --- > .../recipes-devtools/python/python3-multidict_3.3.2.bb| 4

[oe] UPSTREAM_CHECK_REGEX help needed with libterm-readkey-perl

2019-02-18 Thread Tim Orling
I cannot figure out what I am missing. I have tried (and other variations): UPSTREAM_CHECK_REGEX = "TermReadKey\-(?P(\d+\.\d+))(?!_\d+)\.tar” But still the result is: INFO: Skip package libterm-readkey-perl (status = UNKNOWN_BROKEN, current version = 2.37, next version = N/A) This is the only

[oe] [meta-perl][PATCH] libterm-readkey-perl: fix upstream check

2019-02-20 Thread Tim Orling
Add UPSTREAM_CHECK_REGEX Add UPSTREAM_CHECK_URI Signed-off-by: Tim Orling --- meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.37.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.37.bb b/meta-perl/recipes-perl

Re: [oe] UPSTREAM_CHECK_REGEX help needed with libterm-readkey-perl

2019-02-20 Thread Tim Orling
Thank you. That is exactly what was needed. > On Feb 18, 2019, at 11:05 PM, Mittal, Anuj wrote: > > UPSTREAM_CHECK_URI = "https://metacpan.org/release/TermReadKey"; -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org htt

Re: [oe] [meta-perl][PATCH] libterm-readkey-perl: fix upstream check

2019-02-20 Thread Tim Orling
Please ignore. This was applied on top of local changes… :/ > On Feb 20, 2019, at 9:35 PM, Tim Orling > wrote: > > Add UPSTREAM_CHECK_REGEX > Add UPSTREAM_CHECK_URI > > Signed-off-by: Tim Orling > --- > meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.37.bb

Re: [oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-03-01 Thread Tim Orling
On Fri, Mar 1, 2019 at 8:55 AM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Fri, Mar 1, 2019 at 12:56 PM Khem Raj wrote: > > Can you resend this patch series, its missing in patchwork, so > > hopefully, it will catch it this time. > It might be the ‘+x’ in the subject line.

Re: [oe] [PATCH] meta-python: Initial commit of Python3 OBDII module

2019-03-28 Thread Tim Orling
On Thu, Mar 28, 2019 at 9:50 PM Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > meta-python/recipes-devtools/python/python-obd.inc | 9 + > meta-python/recipes-devtools/python/python3-obd_0.7.0.bb | 2 ++ Latest version. Ack. > 2 files changed, 11 insertions(

Re: [oe] Scipy, this never ending thread must end

2019-04-10 Thread Tim Orling
On Wed, Apr 10, 2019 at 12:53 PM Josef Holzmayr < holzm...@rsi-elektrotechnik.de> wrote: > On Wed, Apr 10, 2019 at 09:05:19AM -0700, Khem Raj wrote: > > On Wed, Apr 10, 2019 at 8:27 AM Philip Balister > wrote: > > > > > > Over and over people ask about Scipy. > > > > > > I've built lapack and cre

[oe] [meta-perl][PATCH 01/13] libterm-readkey-perl: upgrade 2.37 -> 2.38; fix upstream check; enable ptest

2019-06-02 Thread Tim Orling
Add UPSTREAM_CHECK_REGEX * Add UPSTREAM_CHECK_URI * inherit ptest-perl; all tests pass * ptest RDEPENDS on perl-module-test-more Signed-off-by: Tim Orling --- ...erl_2.37.bb => libterm-readkey-perl_2.38.bb} | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) rename meta-p

[oe] [meta-perl][PATCH 03/13] libcgi-perl: upgrade 4.38 -> 4.43; enable ptest

2019-06-02 Thread Tim Orling
in Makefile.PL so can use TEST_REQUIRES to build with older perls (GH #228) Signed-off-by: Tim Orling --- .../recipes-perl/libcgi/libcgi-perl_4.38.bb | 25 -- .../recipes-perl/libcgi/libcgi-perl_4.43.bb | 50 +++ 2 files changed, 50 insertions(+), 25 deletions(-) del

[oe] [meta-perl][PATCH 02/13] libtest-deep-perl: add recipe for v1.128

2019-06-02 Thread Tim Orling
correct class. It also handles circular data structures without getting caught in an infinite loop. Signed-off-by: Tim Orling --- .../libtest/libtest-deep-perl_1.128.bb| 56 +++ 1 file changed, 56 insertions(+) create mode 100644 meta-perl/recipes-perl/libtest/libtest

[oe] [meta-perl][PATCH 04/13] libcrypt-openssl-guess-perl: rename from libcrypt-openssl-guess; enable ptest

2019-06-02 Thread Tim Orling
We follow Debian naming and this module snuck in misnamed. Add PROVIDES "libcrypt-openssl-guess" for backwards compatibility. Add runtime and ptest dependencies. Signed-off-by: Tim Orling --- ...bb => libcrypt-openssl-guess-perl_0.11.bb} | 20 +-- 1 file changed,

[oe] [meta-perl][PATCH 05/13] libcrypt-openssl-rsa-perl: upgrade 0.30 -> 0.31; enable ptest

2019-06-02 Thread Tim Orling
* Add runtime and ptest dependencies Upstream release notes: 0.31 Mon Sep 24 2018 - Remove default of SHA256 for RSA keys. This has caused significant problems with downstream modules and it has always been possible to do $key->use_sha256_hash() Signed-off-by: Tim Orl

[oe] [meta-perl][PATCH 08/13] libexutils-config-perl: enable ptest

2019-06-02 Thread Tim Orling
Add runtime and ptest dependencies. Signed-off-by: Tim Orling --- .../recipes-perl/libextutils/libextutils-config-perl_0.008.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl

[oe] [meta-perl][PATCH 09/13] libhtml-tagset-perl: add recipe for v3.20

2019-06-02 Thread Tim Orling
This module contains data tables useful in dealing with HTML. It provides no functions or methods. This is a dependency for libhtml-paser-perl. Signed-off-by: Tim Orling --- .../libhtml/libhtml-tagset-perl_3.20.bb | 29 +++ 1 file changed, 29 insertions(+) create mode

[oe] [meta-perl][PATCH 07/13] libextutils-installpaths-perl: upgrade 0.011 -> 0.012; enable ptest

2019-06-02 Thread Tim Orling
* Add RDEPENDS for libextutils-config-perl * Add runtime and ptest dependencies Upstream release notes: 0.012 2018-05-10 21:03:33+02:00 Europe/Amsterdam - Allow a argument to install_map with source dirs - Make tests prove and 5.6 friendly Signed-off-by: Tim Orling

[oe] [meta-perl][PATCH 06/13] libcrypt-openssl-random-perl: upgrade 0.11 -> 0.15; enable ptest

2019-06-02 Thread Tim Orling
#x27;s homebrew OpenSSL installation problem. (akiym, PR #3) Signed-off-by: Tim Orling --- .../libcrypt-openssl-random-perl_0.11.bb | 15 .../libcrypt-openssl-random-perl_0.15.bb | 34 +++ 2 files changed, 34 insertions(+), 15 deletions(-) delete mode 100644 me

[oe] [meta-perl][PATCH 12/13] libxml-libxml-perl: enable ptest

2019-06-02 Thread Tim Orling
Enable ptest and add ptest dependencies Signed-off-by: Tim Orling --- .../libxml/libxml-libxml-perl_2.0134.bb | 26 ++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml

[oe] [meta-perl][PATCH 10/13] libhtml-parser-perl: enable ptest

2019-06-02 Thread Tim Orling
Add runtime and ptest dependencies Signed-off-by: Tim Orling --- .../libhtml/libhtml-parser-perl_3.72.bb | 22 ++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml

[oe] [meta-perl][PATCH 11/13] libstrictures-perl: upgrade 2.000003 -> 2.000006; enable ptest

2019-06-02 Thread Tim Orling
04-20 - update internal list of warnings for categories added in 5.28.0 (no behaviour change) 2.04 - 2018-04-19 - update bundled ExtUtils::HasCompiler to 0.021 - update internal list of warnings for categories added in 5.26.0 (no behavior change) Signed-off-by: Tim Orling --- ...0

[oe] [meta-perl][PATCH 13/13] libcapture-tiny-perl: upgrade 0.46 -> 0.48; enable ptest

2019-06-02 Thread Tim Orling
* sort RDEPENDS in alpha order * add missing dependencies (since perl-sanity change) Upstream release notes: [Fixed] - Appends PID to random file names for tee signalling to avoid random name collision when used in multiple forked children. Signed-off-by: Tim Orling --- ...l_0.46.bb

Re: [oe] meta-python py2 plans

2019-06-02 Thread Tim Orling
What Ross, Paul and I are proposing (we have discussed in YPTM/Engineering Sync,Bug Triage meetings and in person): 1. Move existing (deprecated) meta-python to a new layer (meta-python-classic? ;) ). I will be seeking someone else to pick up the mantel of maintenance, as I have no intent to spend

Re: [oe] [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12

2019-06-06 Thread Tim Orling
While you are at it, can you please add a python3 recipe? Python2 is EOL soon and this recipe will be at risk for being dropped completely in a future meta-python. On Wed, Jun 5, 2019 at 8:46 PM Zang Ruochen wrote: > -Upgrade from python-mako_1.0.10.bb to python-mako_1.0.12.bb. > > -License-Upda

Re: [oe] [meta-python] [PATCH] python-pbr: upgrade 5.2.0 -> 5.2.1

2019-06-06 Thread Tim Orling
This recipe has no python3 version and will be at risk of being dropped when python2 is EOL. Can you consider refactoring and provide a python2 and python3 version please? On Wed, Jun 5, 2019 at 8:35 PM Zang Ruochen wrote: > -Upgrade from python-pbr_5.2.0.bb to python-pbr_5.2.1.bb. > > Signed-of

Re: [oe] [PATCH 2/7] python-pygobject: upgrade 3.28.3 -> 3.32.1

2019-06-07 Thread Tim Orling
Please consider providing a python3 version as well. Python2 will be EOL soon. On Tue, Jun 4, 2019 at 8:04 PM wrote: > From: Changqing Li > > switch to meson build > > Signed-off-by: Changqing Li > --- > ...thon-pygobject_3.28.3.bb => python-pygobject_3.32.1.bb} | 14 > +- > 1 fil

Re: [oe] [meta-networking][PATCH] python-ldap: add python-pyasn1 and python-pyasn1-modules as runtime dependencies

2019-06-07 Thread Tim Orling
This recipe needs a python3 version as well. Python2 will be EOL soon. On Mon, Jun 3, 2019 at 6:53 PM Yi Zhao wrote: > According to Doc/requirements.txt, this package needs python-pyasn1 and > python-pyasn1-modules as runtime dependencies. > > Signed-off-by: Yi Zhao > --- > meta-networking/rec

Re: [oe] [meta-python] [PATCH] python-mako: upgrade 1.0.10 -> 1.0.12

2019-06-07 Thread Tim Orling
On Fri, Jun 7, 2019 at 12:50 AM Adrian Bunk wrote: > On Thu, Jun 06, 2019 at 11:51:41PM -0700, Tim Orling wrote: > > While you are at it, can you please add a python3 recipe? Python2 is EOL > > soon and this recipe will be at risk for being dropped completely in a > &g

Re: [oe] [PATCH 2/7] python-pygobject: upgrade 3.28.3 -> 3.32.1

2019-06-09 Thread Tim Orling
Thanks! On Sun, Jun 9, 2019 at 6:34 PM Changqing Li wrote: > On 6/7/19 3:12 PM, Tim Orling wrote: > > Please consider providing a python3 version as well. Python2 will be EOL > soon. > > Already have one under oe-core layer > > > On Tue, Jun 4, 2019 at 8:04 PM wro

Re: [oe] [PATCH] Created recipes for python2 and python3 packages for pysnmp and its dependencies.

2019-06-16 Thread Tim Orling
Also, the short log (subject) is awkward. Please follow the pattern of other commits. Perhaps split into three commits for each of the modules? ”python-foo: add recipe for v1.0” Also, Signed-off-by is a legal indication that you are the author and have the rights to contribute. This means a legal

[oe] [meta-perl][PATCH] libmodule-build-perl: drop, has moved to oe-core

2019-06-19 Thread Tim Orling
libmodule-build-perl is a dependency for cpan_build.bbclass and as such has been moved to oe-core OE-Core rev: 81ba07d85d21456bf7248b2f04082958e8d724c2 Signed-off-by: Tim Orling --- .../libmodule/libmodule-build-perl_0.4224.bb | 34 --- 1 file changed, 34 deletions(-) delete

[oe] [meta-perl][PATCH 1/9] libencode-perl: upgrade 2.94 -> 3.01; enable ptest

2019-06-27 Thread Tim Orling
02/11 05:35:26 ! Encode.pm encoding.pm Unicode/Unicode.pm VERSION++ to make bleadperl happy 2.95 2018/02/08 00:26:15 ! Encode.pm Encode.xs Encode/encode.h Unicode/Unicode.pm Unicode/Unicode.xs encengine.c Pulled: new perls https://github.com/dankogai/p5-encode/pull/128 Signed-off-by

[oe] [meta-oe][meta-perl][PATCH 0/9] Perl module recipe upgrades

2019-06-27 Thread Tim Orling
-21 06:22:19 -0700) are available in the Git repository at: git://push.openembedded.org/meta-openembedded-contrib timo/perl-upgrades-06272019 Tim Orling (9): libencode-perl: upgrade 2.94 -> 3.01; enable ptest libdbi-perl: fix dependencies libtest-nowarnings-perl: add recipe for 1.04

[oe] [meta-oe][PATCH 2/9] libdbi-perl: fix dependencies

2019-06-27 Thread Tim Orling
* Fix RDEPENDS, drop class-target (dependencies are the same for native) * Reorganize recipe to best practices * Add ptest dependencies Signed-off-by: Tim Orling --- .../perl/libdbi-perl_1.642.bb | 38 +++ 1 file changed, 31 insertions(+), 7 deletions(-) diff

[oe] [meta-perl][PATCH 4/9] libdbd-sqlite-perl: upgrade 1.54 -> 1.62; enable ptest

2019-06-27 Thread Tim Orling
Fixed statistics_info when only unique indexes were requested (Dave Rolsky++). GitHub #21 1.55_01 2017-01-04 - Updated SQLite to 3.16.0 Signed-off-by: Tim Orling --- ...erl_1.54.bb => libdbd-sqlite-perl_1.62.bb} | 43 +-- 1 file changed, 29 insertions(+), 14 deletions(-) rename m

[oe] [meta-perl][PATCH 3/9] libtest-nowarnings-perl: add recipe for 1.04

2019-06-27 Thread Tim Orling
* Ensures that no warnings are emitted during tests * ptest dependency for libdbd-sqlite-perl Signed-off-by: Tim Orling --- .../libtest/libtest-nowarnings-perl_1.04.bb | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta-perl/recipes-perl/libtest/libtest

[oe] [meta-perl][PATCH 5/9] libsub-uplevel-perl: add recipe for 0.36

2019-06-27 Thread Tim Orling
ned-off-by: Tim Orling --- .../libsub/libsub-uplevel-perl_0.2800.bb | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb diff --git a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb b/meta-perl/re

[oe] [meta-perl][PATCH 6/9] libtest-warn-perl: add recipe for 0.36

2019-06-27 Thread Tim Orling
familiar with the Test::More manpage now would be the time to go take a look. Signed-off-by: Tim Orling --- .../libtest/libtest-warn-perl_0.36.bb | 46 +++ 1 file changed, 46 insertions(+) create mode 100644 meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb diff --git a

[oe] [meta-perl][PATCH 9/9] libunicode-linebreak-perl: upgrade 2017.004 -> 2019.001; enable ptest

2019-06-27 Thread Tim Orling
at Dec 29 2018 2018.003 Thu Mar 29 2018 ! Makefile.PL.sombok - CPAN RT#120370: Build fails with recent EUMM and some make variants. Patch by Alexandr Ciornii. Signed-off-by: Tim Orling --- .../libunicode-linebreak-perl_2017.004.bb | 26 - .../libunicode-linebreak-perl_2019.0

[oe] [meta-perl][PATCH 8/9] libnet-ldap-perl: upgrade 0.65 -> 0.66; enable ptest

2019-06-27 Thread Tim Orling
/schema2ad: fix syntax calculation * Refresh.pm: fix get_ttl() method * DSML: fix detection of auxiliary object classes Signed-off-by: Tim Orling --- ...-perl_0.65.bb => libnet-ldap-perl_0.66.bb} | 26 +++ 1 file changed, 21 insertions(+), 5 deletions(-) rename meta-perl/reci

[oe] [meta-perl][PATCH 7/9] libcgi-perl: upgrade 4.43 -> 4.44

2019-06-27 Thread Tim Orling
Add ptest dependencies Upstream release notes: 4.44 2019-06-03 [ ENHANCEMENT ] - Replace only use of "base" with "parent" (GH #235) Signed-off-by: Tim Orling --- .../libcgi/{libcgi-perl_4.43.bb => libcgi-perl_4.44.bb} | 5 +++-- 1 file changed, 3 ins

Re: [oe] [PATCH] python-humanfriendly: Add recipe for the humanfriendly package.

2019-07-10 Thread Tim Orling
On Tue, Jul 9, 2019 at 1:21 AM Windel Bouwman wrote: > Signed-off-by: Windel Bouwman > --- > .../python/python-humanfriendly.inc | 25 +++ > .../python/python-humanfriendly_4.18.bb | 2 ++ > .../python/python3-humanfriendly_4.18.bb | 2 ++ > 3 files change

Re: [oe] [PATCH] python-humanfriendly: Add recipe for the humanfriendly package.

2019-07-11 Thread Tim Orling
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded You are missing the subject prefix indicating which layer and the fact that this is a v2. Add this argument to git send-mail: --subject-prefix=“meta-python][PATCH v2” On Thu, Jul 11, 2019 at 2:08 AM Windel Bouwman wrote:

Re: [oe] [meta-oe][PATCH] libdbi-perl: prevent native libdbi-perl depending on target perl

2019-07-30 Thread Tim Orling
Sorry for clobbering this change previously. I hadn’t seen the commit message about the error and I meant to send an email to open up discussion once I saw it (randomly)...we discussed it in the bug triage meeting and a weekly engineering sync meeting. I do wonder why this is needed (which is why

Re: [oe] [meta-python] [PATCH v2] python-flask-pymongo: upgrade 0.5.1 -> 2.3.0

2019-08-19 Thread Tim Orling
df71e6800b1d7915cc91a74b70f959" > +SRC_URI[sha256sum] = > "620eb02dc8808a5fcb90f26cab6cba9d6bf497b15032ae3ca99df80366e33314" > > PYPI_PACKAGE = "Flask-PyMongo" > > +DEPENDS = "python-vcversioner python-vcversioner-native > python3-vcversioner pyth

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-11 Thread Tim Orling
We are missing ${PYTHON_PN}-atomicwrites recipe in meta-python. Fujitsu, please provide recipe for this missing RDEPENDS and runtime test future upgrades. You have broken functionality for others with your upgrade. In the future, please runtime test all your changes to prevent this from happening

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-11 Thread Tim Orling
I see new patches on the mailing list. Thank you. On Wed, Sep 11, 2019 at 7:38 PM Tim Orling wrote: > We are missing ${PYTHON_PN}-atomicwrites recipe in meta-python. Fujitsu, > please provide recipe for this missing RDEPENDS and runtime test future > upgrades. You have broken function

Re: [oe] [meta-oe][PATCH] jsonrpc: Disable coverage in default build

2019-10-10 Thread Tim Orling
PACKAGECONFIG option? Or do you just think users wanting coverage would override EXTRA_OECMAKE? On Thu, Oct 10, 2019 at 5:49 PM Khem Raj wrote: > Building with intrumentation is only useful during development or > optimization phases, in production, this will just make it slow and in > some cas

Re: [oe] [meta-oe][PATCH] nodejs: libatomic patch should be target specific

2019-11-21 Thread Tim Orling
; default e.g. centos-7, so asking for libatomic unconditionally may not > > work always > > > > Signed-off-by: Khem Raj > Fell over this today on Fedora and had to install libatomic. So > > Acked--by: Andreas Müller

Re: [oe] [meta-oe][PATCH] python-cmd2: upgrade 0.9.19 -> 0.9.20

2019-11-30 Thread Tim Orling
Also, please use the correct subject line [meta-python] NOT [meta-oe]. This makes it much harder to automate patch review. On Fri, Nov 29, 2019 at 4:36 PM Khem Raj wrote: > please upgrade both py2 and py3 versions together > > On Wed, Nov 27, 2019 at 6:30 PM Wang Mingyu wrote: > > > > Signed-of

Re: [oe] [meta-oe][PATCH] python-simplejson: upgrade 3.16.0 -> 3.17.0

2019-11-30 Thread Tim Orling
Also, please use the correct subject line [meta-python] NOT [meta-oe]. This makes it much harder to automate patch review. On Fri, Nov 29, 2019 at 4:34 PM Khem Raj wrote: > there is a py2 variant as well. So please upgrade both in tandem. > > On Wed, Nov 27, 2019 at 6:30 PM Wang Mingyu wrote: >

[oe] ANNOUNCEMENT: meta-python2 has been created

2019-12-02 Thread Tim Orling
Why? With the pending EOL (end-of-life) of Python 2 in a month [1], it is time to move python2 recipes to a new home. For that reason, meta-python2 [2] has been created as the home for legacy python2 recipes. How? It was a design goal to keep the original history of meta-python, but only

Re: [oe] ANNOUNCEMENT: meta-python2 has been created

2019-12-02 Thread Tim Orling
e, which I do VERY frequently. If this is contentious then the OE-TSC will make the decision. > On Mon, Dec 2, 2019 at 4:57 PM Tim Orling wrote: > >> Why? >> >> With the pending EOL (end-of-life) of Python 2 in a month [1], it is time >> to move python2 recipes

Re: [oe] ANNOUNCEMENT: meta-python2 has been created

2019-12-02 Thread Tim Orling
On Mon, Dec 2, 2019 at 1:49 PM akuster808 wrote: > Tim, > > On 12/2/19 7:56 AM, Tim Orling wrote: > > Why? > > > > With the pending EOL (end-of-life) of Python 2 in a month [1], it is time > > to move python2 recipes to a new home. For that reason, meta-py

[oe] [meta-python2][zeus][PATCH 1/2] images/packagegroups: python2 only

2019-12-02 Thread Tim Orling
Rename images and packagegroups so that they will not interfere with the similar recipes in meta-python. Drop all python3 references, this layer is python2 only. Fix ptest packagegroup, RDEPENDS on *-ptest. Signed-off-by: Tim Orling --- recipes-core/images/meta-python-image.bb | 6

[oe] [meta-python2][zeus][PATCH 2/2] Enhance README, add kas, Pipfile and gitlab

2019-12-02 Thread Tim Orling
Add strong language about the EOL of Python2 to the README. Also include information about 'kas', 'Pipfile' and .gitlab-ci.yml Signed-off-by: Tim Orling --- .gitlab-ci.yml | 13 Pipfile | 12 Pipfile.lock

[oe] [meta-python2][PATCH] python-django: upgrade 1.11.14 => 1.11.26

2019-12-02 Thread Tim Orling
-off-by: Tim Orling --- .../{python-django_1.11.14.bb => python-django_1.11.26.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python-django_1.11.14.bb => python-django_1.11.26.bb} (87%) diff --git a/recipes-devtools/python/python-django_1

[oe] [meta-python2][PATCH v2] python-django: upgrade 1.11.14 => 1.11.26

2019-12-02 Thread Tim Orling
-off-by: Tim Orling --- .../{python-django_1.11.14.bb => python-django_1.11.26.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python-django_1.11.14.bb => python-django_1.11.26.bb} (87%) diff --git a/recipes-devtools/python/python-django_1

[oe] [meta-python2][PATCH v3] python-django: upgrade 1.11.14 => 1.11.26

2019-12-02 Thread Tim Orling
-off-by: Tim Orling --- .../{python-django_1.11.14.bb => python-django_1.11.26.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python-django_1.11.14.bb => python-django_1.11.26.bb} (85%) diff --git a/recipes-devtools/python/python-django_1

[oe] [meta-python2][zeus][PATCH] python-backports-init: Add helper class and recipe

2019-12-03 Thread Tim Orling
- python-configparser Signed-off-by: Tim Orling --- classes/python-backports-init.bbclass | 7 ++ ...ython-backports-functools-lru-cache_1.5.bb | 2 +- .../backports/__init__.py | 5 .../python/python-backports-init_1.0.bb | 25

[oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-04 Thread Tim Orling
python-pycrypto [1] is rather old and un-maintained [2]. python-pycryptodome [3] is more modern and is basically a drop in replacement. However, the two cannot be installed at the same time. Instead, one would install python-pycryptodomex which does not conflict with the paths of python-pycrypto [4

Re: [oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-05 Thread Tim Orling
On Thu, Dec 5, 2019 at 4:39 AM Adrian Bunk wrote: > On Wed, Dec 04, 2019 at 09:00:20PM -0800, Tim Orling wrote: > > python-pycrypto [1] is rather old and un-maintained [2]. > > python-pycryptodome [3] is more modern and is basically a drop in > > replacement. However, the tw

Re: [oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-05 Thread Tim Orling
On Thu, Dec 5, 2019 at 6:58 AM Adrian Bunk wrote: > On Thu, Dec 05, 2019 at 06:33:15AM -0800, Tim Orling wrote: > > On Thu, Dec 5, 2019 at 4:39 AM Adrian Bunk wrote: > > > On Wed, Dec 04, 2019 at 09:00:20PM -0800, Tim Orling wrote: > > > > python-pycrypto [1] is r

[oe] [meta-python2][PATCH] python-pytest: update 4.6.6 -> 4.6.9

2020-01-18 Thread Tim Orling
directories, for instance when multiple processes try to remove the same directory (common with pytest-xdist for example). License-Update: Update license year to include 2020 Signed-off-by: Tim Orling --- .../{python-pytest_4.6.6.bb => python-pytest_4.6.9.bb} | 7 +++

[oe] [meta-python2][PATCH] python-slip-dbus: add RDEPENDS

2020-01-18 Thread Tim Orling
The dependency on python-six as inadvertently missed when porting to meta-python2. The original recipe was missing addtional dependencies on python-dbus, python-pygobject, python-decorator Signed-off-by: Tim Orling --- recipes-devtools/python/python-slip-dbus_0.6.5.bb | 7 +++ 1 file

[oe] [meta-python2][PATCH] python-m2crypto: add missing RDEPENDS

2020-01-18 Thread Tim Orling
* Missing run-time dependencies: python-datetime python-distutils python-logging python-netserver python-smtpd python-typing python-xmlrpc Signed-off-by: Tim Orling --- recipes-devtools/python/python-m2crypto_0.30.1.bb | 10 +- 1 file changed, 9 insertions

[oe] [meta-python2][PATCH] python-mako: mako.utils RDEPENDS on timeit

2020-01-18 Thread Tim Orling
* Unfortunately, only python-misc provides timeit at this time. Signed-off-by: Tim Orling --- recipes-devtools/python/python-mako_1.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python-mako_1.1.0.bb b/recipes-devtools/python/python-mako_1.1.0.bb index

[oe] [meta-python2][PATCH] python-pywbem: add missing RDEPENDS

2020-01-18 Thread Tim Orling
* Missing python-logging * Missing 'future_builtins', which is only available in python-misc. Signed-off-by: Tim Orling --- recipes-extended/pywbem/python-pywbem_0.15.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extended/pywbem/python-pywbem_0.15.0.bb b/recipe

[oe] [meta-python2][PATCH] python-humanfriendly: add missing RDEPENDS

2020-01-19 Thread Tim Orling
Missing run-time dependencies: - python-html (humanfriendly.compat -> html.parsing) - python-multiprocessing - python-unittest (humanfriendly.compat) Signed-off-by: Tim Orling --- recipes-devtools/python/python-humanfriendly_4.18.bb | 3 +++ 1 file changed, 3 insertions(+) diff --gi

[oe] [meta-python2][PATCH] python-backports-functools-lru-cache: 1.5 -> 1.6.1

2020-01-19 Thread Tim Orling
Tidelift. Signed-off-by: Tim Orling --- ...ython-backports-functools-lru-cache_1.5.bb | 19 - ...hon-backports-functools-lru-cache_1.6.1.bb | 27 +++ 2 files changed, 27 insertions(+), 19 deletions(-) delete mode 100644 recipes-devtools/python/python-backports-functools-lru

[oe] [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS

2020-01-19 Thread Tim Orling
* target has run-time dependencies on: - python-html - python-logging Unexpectedly, class-target += override is wiping out RDEPENDS_${PN}, so explicitly add the rest of the run-time dependencies (python-html5lib, python-lxml, python-soupsieve). Signed-off-by: Tim Orling --- recipes

[oe] [meta-python2][PATCH] packagegroup-meta-python2: add pyton-soupsieve

2020-01-19 Thread Tim Orling
Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packagegroup-meta-python2.bb index 8ee9bad9..41ba3abd

[oe] [meta-python2][PATCH v2] packagegroup-meta-python2: add python-soupsieve

2020-01-19 Thread Tim Orling
Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packagegroup-meta-python2.bb index 8ee9bad9..41ba3abd

[oe] [meta-python2][PATCH v2] python-cmd2: downgrade to 0.8.9

2020-01-19 Thread Tim Orling
* 0.8.9 was the last version with Python 2.7 support * add missing RDEPENDS: - python-argparse FIXME: missing dependency on python-enum, which is not currently packaged by python_2.7 Signed-off-by: Tim Orling --- .../python/{python-cmd2_0.9.21.bb => python-cmd2_0.8.9.bb}

Re: [oe] [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS

2020-01-20 Thread Tim Orling
On Mon, Jan 20, 2020 at 2:29 AM André Draszik wrote: > On Sun, 2020-01-19 at 15:24 -0800, Tim Orling wrote: > > * target has run-time dependencies on: > > - python-html > > - python-logging > > Any reason -native doesn't depend on those? These are part of t

Re: [oe] [OE-core] python2-less meta-openembedded build results

2020-01-20 Thread Tim Orling
On Mon, Jan 20, 2020 at 7:52 AM Khem Raj wrote: > Hi all > > Recently py2 is removed from oe-core, So I did quick patches to get a > world build going. Thank you for doing this. And > here are initial failures, please help out with recipes your can or > care for. Eventually, the remaining > on

Re: [oe] [OE-core] [PATCH][meta-python2] python: add 2.7.17 from oe-core

2020-01-20 Thread Tim Orling
First of all, a GREAT BIG THANK YOU for doing this. ERROR: ParseError at /home/ttorling/Projects/meta-python2/recipes-devtools/python/ python_2.7.17.bb:1: Could not include required file python.inc Seems like python.inc is 2.7 specific and should also move? I grepped for usage in poky and didn't

[oe] [meta-python2][PATCH] python-setuptools: copy patch from oe-core

2020-01-20 Thread Tim Orling
. Signed-off-by: Tim Orling --- ...ly-do-not-fetch-code-by-easy_install.patch | 32 +++ 1 file changed, 32 insertions(+) create mode 100644 recipes-devtools/python/python-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch diff --git a/recipes-devtools/python

[oe] Python 2 sunsetting

2020-01-20 Thread Tim Orling
CPython has officially announced that there will be one more release (2.7.18) in April 2020 [1]. After this date all work on python2 will stop as far as the official community is concerned. This means no bug fixes, security fixes or vulnerability checks will be done by the official python community

[oe] [meta-python2][PATCH] python-engineio: add missing RDEPENDS

2020-01-20 Thread Tim Orling
For target, missing run-time dependencies: - python-compression (gzip) - python-json - python-logging For all (including native/nativesdk support when desired), missing: - python-six Signed-off-by: Tim Orling --- recipes-devtools/python/python-engineio_3.11.1.bb | 14 -- 1

[oe] [meta-python2][PATCH 2/2] python-parse: fix target RDEPENDS

2020-01-20 Thread Tim Orling
Missing run-time dependency on: - python-numbers (decimal) Move RDEPENDS to _append_class-target in case -native,-nativesdk is desired in the future. Signed-off-by: Tim Orling --- recipes-devtools/python/python-parse_1.14.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[oe] [meta-python2][PATCH 1/2] python-beautifulsoup4: fix target RDEPENDS syntax

2020-01-20 Thread Tim Orling
python manifest. Fixes: 417762c0 python-beautifulsoup4: fix target RDEPENDS Signed-off-by: Tim Orling --- recipes-devtools/python/python-beautifulsoup4_4.8.2.bb | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes-devtools/python/python-beautifulsoup4_4.8.2.bb b

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