Re: [oe] [meta-python][Question] python3-dlib recipe?

2021-02-02 Thread open . prac
Hi @Khem, based on [this](https://stackoverflow.com/q/65822507/8033671) discussion i tried the following recipe and it worked just fine ```bitbake SUMMARY = "A toolkit for making real world machine learning and data analysis applications" HOMEPAGE = "https://pypi.python.org/pypi/dlib"; PYPI_PACK

Re: [oe] Help with dealing with autoconf uprev affected packages?

2021-02-02 Thread Khem Raj
On Tue, Feb 2, 2021 at 11:18 AM Randy MacLeod wrote: > > On 2021-02-02 12:11 p.m., Ross Burton wrote: > > If you have anyone willing to work through some of the recipes in that > > list then that will be much appreciated. > > > > If the issues are not obvious feel free to reach out to me. > > > >

[oe] [meta-oe][PATCH] libssh2: Fix build with autoconf 2.70+

2021-02-02 Thread Khem Raj
Fixes configure.ac:130: error: m4_undefine: undefined macro: backend Signed-off-by: Khem Raj --- ...ditionally-undefine-backend-m4-macro.patch | 30 +++ .../recipes-support/libssh2/libssh2_1.9.0.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta-oe/recipes-s

[oe] [meta-oe][PATCH V2] cereal: add cereal a header-only c++11 serialization library

2021-02-02 Thread Khem Raj
From: Adam Miartus Signed-off-by: Adam Miartus Signed-off-by: Khem Raj --- v2: Fix packaging errors .../packagegroups/packagegroup-meta-oe.bb | 2 +- ...cense-files-for-components-of-cereal.patch | 99 +++ meta-oe/recipes-devtools/cereal/cereal_1.0.bb | 36 +++ 3 file

[oe] [meta-networking][PATCH] net-snmp: fix build with dash

2021-02-02 Thread Martin Jansa
* fixes: | make[1]: Leaving directory 'net-snmp/5.9-r0/net-snmp-5.9/mibs' | sed: can't read net-snmp/5.9-r0/image/usr/lib/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}: No such file or directory | WARNING: exit code 2 from a shell command. Signed-off-by: Martin Jansa --- meta-networking/recipe

Re: [oe] [meta-python][PATCH 5/5] python3-alembic: Upgrade 1.5.2 -> 1.5.3

2021-02-02 Thread Trevor Gamblin
On 2021-02-01 7:45 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.5.3: - Changed the default ordering of “CREATE” and “DROP” statements indexes and unique constraints within the autogenerate process, so that for example in an up

Re: [oe] [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 7.7.2 -> 8.0.0

2021-02-02 Thread Trevor Gamblin
On 2021-02-01 7:45 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 8.0.0: - Infer contentType from playQueue items - Lint example scripts - Revert "Lint example scripts" - Lint example scripts - Bump pylint to 2.6.0 - Remove unintended '

Re: [oe] [meta-python][PATCH 3/5] python3-croniter: Upgrade 1.0.4 -> 1.0.5

2021-02-02 Thread Trevor Gamblin
On 2021-02-01 7:45 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.0.5: - Security fix: fix overflow when using cron ranges Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-croniter_1.0.4.bb => python3-cronite

Re: [oe] [meta-python][PATCH 2/5] python3-elementpath: Upgrade 2.1.2 -> 2.1.3

2021-02-02 Thread Trevor Gamblin
On 2021-02-01 7:45 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.1.3: - Extend tests for XPath 2.0 with minor fixes - Fix fn:round-half-to-even Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...thon3-elementpath_2.1.2.

Re: [oe] [meta-python][PATCH 1/5] python3-cmd2: Upgrade 1.4.0 -> 1.5.0

2021-02-02 Thread Trevor Gamblin
On 2021-02-01 7:45 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.5.0: - Fixed bug where setting always_show_hint=True did not show a hint when completing Settables - Fixed bug in editor detection logic on Linux systems that do not

Re: [oe] Help with dealing with autoconf uprev affected packages?

2021-02-02 Thread Randy MacLeod
On 2021-02-02 12:11 p.m., Ross Burton wrote: If you have anyone willing to work through some of the recipes in that list then that will be much appreciated. If the issues are not obvious feel free to reach out to me. Ross YiFan, Hongxu, Qi, and anyone else. YP is upreving autoconf to 2.71

Re: [oe] [meta-networking][PATCH] net-snmp: improve reproducibility

2021-02-02 Thread Martin Jansa
dash doesn't like this: sed: can't read net-snmp/5.9-r0/image/usr/lib/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}: No such file or directory will send a fix shortly On Fri, Jan 29, 2021 at 10:39 AM Yu, Mingli wrote: > From: Mingli Yu > > Add a patch to fix the gap between 32bit and 64bit system wh

[PATCH] [oe] [meta-python] [PATCH] python3-pytz: upgrade 2020.1 -> 2021.1

2021-02-02 Thread zangrc
Signed-off-by: Zang Ruochen --- .../python/{python3-pytz_2020.1.bb => python3-pytz_2021.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytz_2020.1.bb => python3-pytz_2021.1.bb} (84%) diff --git a/meta-python/recipes-devtools/

[oe] [meta-python] [PATCH] python3-matplotlib: upgrade 3.3.2 -> 3.3.4

2021-02-02 Thread zangrc
Signed-off-by: Zang Ruochen --- ...hon3-matplotlib_3.3.2.bb => python3-matplotlib_3.3.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-matplotlib_3.3.2.bb => python3-matplotlib_3.3.4.bb} (86%) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 2/2] python3-flask-migrate: Upgrade 2.5.3 -> 2.6.0

2021-02-02 Thread Leon Anavi
Upgrade to release 2.6.0: - Removed deprecated --head-only option - Initialize logger with a name - Move import to the top in env.py file to avoid linter warnings - Add a note to the documentation regarding logging - Move builds to GitHub actions Signed-off-by: Leon Anavi --- ...3-flask-migrate

[oe] [meta-python][PATCH 1/2] python3-sqlalchemy: Upgrade 1.3.22 -> 1.3.23

2021-02-02 Thread Leon Anavi
Upgrade to release 1.3.23: - Fixed bug where making use of the TypeEngine.with_variant() method on a TypeDecorator type would fail to take into account the dialect-specific mappings in use, due to a rule in TypeDecorator that was instead attempting to check for chains of TypeDecorator inst

[oe] [meta-python][PATCH 2/5] python3-pywbem: Upgrade 1.1.0 -> 1.1.3

2021-02-02 Thread Leon Anavi
Upgrade to release 1.1.3: - MOF compiler: Fixed bug where MOF compiler did not correctly install a CIM schema in a non-default namespace because it tried to get the qualifiers from the default namespace. - Test: Changed dependency to ‘typed-ast’ to match the needs of ‘astroid’ and to install

[oe] [meta-python][PATCH 1/5] python3-meh: Upgrade 0.49 -> 0.50

2021-02-02 Thread Leon Anavi
Upgrade to release 0.50: - dump: Use exception's type and value when calculating hash Signed-off-by: Leon Anavi --- .../python-meh/{python3-meh_0.49.bb => python3-meh_0.50.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-meh/{python3-meh_

[oe] [meta-python][PATCH 5/5] python3-pywbemtools: Upgrade 0.8.0 -> 0.8.1

2021-02-02 Thread Leon Anavi
Upgrade to release 0.8.1: - Fixed a ValueError on Windows that was raised when the connections file was not on the home drive. - Limit click package to < 8.0 because of a) incompatibility with python 2.7, b) incompatibility between click 8.0 and clicl-repl. - Limit mock package to lt 4.0.3 to

[oe] [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.5 -> 1.0.6

2021-02-02 Thread Leon Anavi
Upgrade to release 1.0.6: - Fix combination of star and invalid expression bugs Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.5.bb => python3-croniter_1.0.6.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_1.0.5

[oe] [meta-python][PATCH 3/5] python3-ipython: Upgrade 7.19.0 -> 7.20.0

2021-02-02 Thread Leon Anavi
Upgrade to release 7.20.0: - Support for PyQt5 >= 5.11 - %reset remove imports more agressively - fix the %conda magic - compatibility with Jedi 0.18, and bump minimum Jedi version Signed-off-by: Leon Anavi --- .../{python3-ipython_7.19.0.bb => python3-ipython_7.20.0.bb} | 3 +-- 1 file chang

Re: [oe] [yocto] [OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.

2021-02-02 Thread Richard Purdie
On Mon, 2021-02-01 at 15:40 +0100, Martin Jansa wrote: > can I get the write access to meta-python2 as mentioned above? > > I have 2 fixes to make it parse able with latest oe-core: > https://lists.openembedded.org/g/openembedded-devel/message/89201 > https://lists.openembedded.org/g/openembedded-