[OE-core] [PATCH 0/5] liburi-perl upgrade

2022-11-18 Thread Tim Orling
http://git.yoctoproject.org/cgit.cgi/git/poky-contrib/log/?h=timo/recipe-upgrades Tim Orling (5): mirrors.bbclass: update CPAN_MIRROR libtry-tiny-perl: add recipe for 0.31 libtest-fatal-perl: add recipe for 0.016 libtest-warnings-perl: move from meta-perl liburi-perl: upgrade 5.08 -> 5

[OE-core] [PATCH] at-spi2-core: upgrade 2.44.1 -> 2.46.0

2022-11-17 Thread Tim Orling
expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/NEWS Signed-off-by: Tim Orling --- meta/conf/distro/inc

Re: [OE-core] [AUH] webkitgtk: upgrading to 2.38.2 FAILED

2022-11-15 Thread Tim Orling
Ugly working branch https://git.yoctoproject.org/poky-contrib/log/?h=timo/at-spi2-core_2.46.0 Dropped some patches. Refreshed some patches. Replace atk/at-spi2-atk with at-spi2-core. Fails in do_compile (and all the various configuration options not explored yet). On Tue, Nov 15, 2022 at 5:06 AM

Re: [OE-core] [AUH] at-spi2-core: upgrading to 2.46.0 FAILED

2022-11-15 Thread Tim Orling
Ugly working branch: https://git.yoctoproject.org/poky-contrib/log/?h=timo/at-spi2-core_2.46.0 This upgrade merges atk and at-spi2-atk into at-spi2-core. The most obvious collateral damage is in webkitgtk. On Tue, Nov 15, 2022 at 5:07 AM Auto Upgrade Helper wrote: > Hello, > > this email is a

[OE-core] [PATCH] python3-hypothesis: upgrade 6.56.4 -> 6.57.1

2022-11-15 Thread Tim Orling
string. This has never been supported, we’re just adding explicit validation to catch cases like this StackOverflow question. https://hypothesis.readthedocs.io/en/latest/changes.html#v6-57-1 Signed-off-by: Tim Orling --- ...ython3-hypothesis_6.56.4.bb => python3-hypothesis_6.57.1.bb} | 2 +-

[OE-core] [PATCH v2] python3-typing-extensions: upgrade 4.3.0 -> 4.4.0

2022-11-03 Thread Tim Orling
typing_extensions.override. Patch by Jelle Zijlstra. * Add the infer_variance parameter to TypeVar, as specified in PEP 695. Patch by Jelle Zijlstra. License-Update: update copyright years; align with CPython LICENSE See https://github.com/python/typing_extensions/pull/63 Signed-off-by: Tim Orling --- Changes

Re: [OE-core][kirkstone][PATCH 1/1] python3-mako: upgrade 1.1.6 -> 1.2.0

2022-11-02 Thread Tim Orling
> > > > > > Shall I just backport this CVE-2022-40023 fix given in 1.2.2 version on > python3-mako 1.1.6 version or what shall I do in this case ? > > > > Best Regards, > > Narpat > > > -- > *From:* Tim Orling > *Se

Re: [OE-core] [PATCH] cargo-update-recipe-crates: small improvements

2022-11-02 Thread Tim Orling
On Wed, Nov 2, 2022 at 1:12 AM Martin Jansa wrote: > * use 4 spaces > * avoid trailing space Thank you. I just noticed this yesterday in python3-bcrypt upgrade > > * add CARGO_LOCK_SRC_DIR to allow searching outside ${S} > * use BPN in output filename > * First I've used CARGO_LOCK_SRC_DIR as

[OE-core] [PATCH 11/11] python3-sphinx: upgrade 5.2.3 -> 5.3.0

2022-11-01 Thread Tim Orling
URI-escape image filenames. * #10887: domains: Allow sections in all the content of all object description directives (e.g. py:function). Patch by Adam Turner Signed-off-by: Tim Orling --- .../python/{python3-sphinx_5.2.3.bb => python3-sphinx_5.3.0.bb} | 2 +- 1 file chan

[OE-core] [PATCH 10/11] python3-typing-extensions: upgrade 4.3.0 -> 4.4.0

2022-11-01 Thread Tim Orling
, as specified in PEP 695. Patch by Jelle Zijlstra. Signed-off-by: Tim Orling --- .../python/python3-typing-extensions_4.3.0.bb | 14 .../python/python3-typing-extensions_4.4.0.bb | 69 +++ 2 files changed, 69 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools

[OE-core] [PATCH 09/11] python3-zipp: upgrade 3.9.0 -> 3.10.0

2022-11-01 Thread Tim Orling
https://github.com/jaraco/zipp/blob/main/CHANGES.rst#v3100 v3.10.0 * zipp is now a package. https://github.com/jaraco/zipp/blob/main/CHANGES.rst#v391 v3.9.1 * Removed 'print' expression in test_pickle. * bpo-43651: Apply io.text_encoding on Python 3.10 and later. Signed-off-by: Tim Orling

[OE-core] [PATCH 08/11] python3-pytz: upgrade 2022.4 -> 2022.6

2022-11-01 Thread Tim Orling
. Signed-off-by: Tim Orling --- .../python/{python3-pytz_2022.4.bb => python3-pytz_2022.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytz_2022.4.bb => python3-pytz_2022.6.bb} (89%) diff --git a/meta/recipes-devtools/python/p

[OE-core] [PATCH 07/11] python3-more-itertools: upgrade 8.14.0 -> 9.0.0

2022-11-01 Thread Tim Orling
) -`sieve` (from the Python itertools docs) * Other changes - Some documentation issues were fixed (thanks to nanouasyn) Signed-off-by: Tim Orling --- ...more-itertools_8.14.0.bb => python3-more-itertools_9.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devto

[OE-core] [PATCH 06/11] python3-hypothesis: upgrade 6.56.1 -> 6.56.4

2022-11-01 Thread Tim Orling
(issue #3134). You’re unlikely to notice any change. 6.56.2 - 2022-10-10 * This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy, and fixes some incorrect examples in the docs for mutually_broadcastable_shapes(). Signed-off-by: Tim Orling

[OE-core] [PATCH 05/11] python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0

2022-11-01 Thread Tim Orling
https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst#090-2022-10-28 0.9.0 (2022-10-28) * Python 3.11 is officially supported. * Dropped support for Python 3.6. Signed-off-by: Tim Orling --- ...ytest-subtests_0.8.0.bb => python3-pytest-subtests_0.9.0.bb} | 2 +- 1 file chan

[OE-core] [PATCH 04/11] python3-pytest: upgrade 7.1.3 -> 7.2.0

2022-11-01 Thread Tim Orling
the deprecation docs. Signed-off-by: Tim Orling --- .../python/{python3-pytest_7.1.3.bb => python3-pytest_7.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytest_7.1.3.bb => python3-pytest_7.2.0.bb} (93%) diff --git a/meta/recipes-de

[OE-core] [PATCH 03/11] python3-psutil: upgrade 5.9.2 -> 5.9.3

2022-11-01 Thread Tim Orling
. (patch by Matthieu Darbois) Signed-off-by: Tim Orling --- .../python/{python3-psutil_5.9.2.bb => python3-psutil_5.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-psutil_5.9.2.bb => python3-psutil_5.9.3.bb} (87%) diff --git

[OE-core] [PATCH 02/11] python3-cryptography{-vectors}: 38.0.1 -> 38.0.3

2022-11-01 Thread Tim Orling
, and Linux wheels to be compiled with OpenSSL 3.0.6. https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3803---2022-11-01 Signed-off-by: Tim Orling --- ...vectors_38.0.1.bb => python3-cryptography-vectors_38.0.3.bb} | 2 +- ...n3-cryptography_38.0.1.bb => python3-cryptography_

[OE-core] [PATCH 01/11] python3-bcrypt: upgrade 4.0.0 -> 4.0.1

2022-11-01 Thread Tim Orling
-by: Tim Orling --- .../python/python3-bcrypt-crates.inc | 100 +- ...crypt_4.0.0.bb => python3-bcrypt_4.0.1.bb} | 2 +- 2 files changed, 51 insertions(+), 51 deletions(-) rename meta/recipes-devtools/python/{python3-bcrypt_4.0.0.bb => python3-bcrypt_4.0.1.b

Re: [OE-core] [AUH] python3-wheel: upgrading to 0.38.0 SUCCEEDED

2022-11-01 Thread Tim Orling
This release was yanked from PyPi. https://github.com/pypa/wheel/issues/478 On Tue, Nov 1, 2022 at 5:41 PM Auto Upgrade Helper wrote: > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe *python3-wheel* to > *0.38.0* has

Re: [OE-core] Dunfell CVE reduction fun: Raffle #2

2022-11-01 Thread Tim Orling
xt > > > > Many thanks to all who participated, this is great progress! > > > > And the winner is: > > > > steve@hexa ~/Desktop $ shuf -n 1 cve-raffle.txt > > CVE-2018-25032 Tim Orling > > > > Congratulations Tim! > > Nice! Thanks for

Re: [OE-core] [PATCH] Upgrade OpenSSL 3.0.5 -> 3.0.7

2022-11-01 Thread Tim Orling
The commit message should reference the two new CVEs as well: CVE-2022-3786 and CVE-2022-3602: X.509 Email Address Buffer Overflows https://www.openssl.org/blog/blog/2022/11/01/email-address-overflows/ On Tue, Nov 1, 2022 at 10:03 AM edtanous via lists.openembedded.org wrote: > From: Ed

Re: [OE-core][kirkstone][PATCH 1/1] python3-mako: upgrade 1.1.6 -> 1.2.0

2022-11-01 Thread Tim Orling
This would break stable policy as it includes new features: https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.0 1.2.0 Released: Thu Mar 10 2022 changed

Re: [OE-core][kirkstone][PATCH 1/1] python3-mako: upgrade 1.2.1 -> 1.2.2

2022-11-01 Thread Tim Orling
For backporting patches to a stable branch, we need to know that it follows stable policy of only bug fix and security updates (no new features). For example: Released: Thu Jun 30 2022 bug - *[bug] [tests]*

[OE-core] [PATCH] python3-mako: upgrade 1.2.2 -> 1.2.3

2022-11-01 Thread Tim Orling
untrusted input. References: #367 [1] https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.3 [2] https://github.com/sqlalchemy/mako/issues/366 [3] https://github.com/sqlalchemy/mako/issues/367 Signed-off-by: Tim Orling --- .../python/{python3-mako_1.2.2.bb => python3-mako_1.

[OE-core] [PATCH] vim: upgrade 9.0.0614 -> 9.0.0820

2022-10-31 Thread Tim Orling
Includes fixes for CVE-2022-3705 https://nvd.nist.gov/vuln/detail/CVE-2022-3705 For a short list of important changes, see: https://www.arp242.net/vimlog/ Signed-off-by: Tim Orling --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

Re: [OE-core][kirkstone 0/8] Patch review

2022-10-27 Thread Tim Orling
eld (2): > linux-yocto/5.10: update to v5.10.147 > linux-yocto/5.10: update to v5.10.149 > > Steve Sakoman (1): > Revert "lttng-tools: Upgrade 2.13.4 -> 2.13.8" > > Tim Orling (1): > git: upgrade 2.35.4 -> 2.35.5 > > Vyacheslav Yurkov (2): >

Re: [OE-core] [PATCH 23/23] python3: update 3.10.6 -> 3.11.0

2022-10-27 Thread Tim Orling
Yes please. I will help with any breakage on the AB. Thank you Alex! On Thu, Oct 27, 2022 at 1:16 PM Alexander Kanavin wrote: > The semaphore fix has landed and is available from 3.11 onwards: > > https://github.com/python/cpython/commit/1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc > > Drop

Re: [oe-core][PATCH 1/1] python: fix CVE-2022-37454

2022-10-27 Thread Tim Orling
On Thu, Oct 27, 2022 at 1:27 PM Joe Slater wrote: > Import a patch from github.com/cpython/cpython.git Reference: https://github.com/python/cpython/issues/98517 I'd (MUCH) rather see us upgrade 'master' to 3.11 with Alex's patch, for many other reasons (including toml).

[OE-core] OpenEmbedded Happy Hour October 26 9pm/2100 UTC

2022-10-25 Thread Tim Orling
All, You are cordially invited to the next OpenEmbedded Happy Hour on October 26 for Asia/Pacific time zones @ 2100/9pm UTC (5pm ET / 2pm PT). https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

[OE-core] [langdale][PATCH] git: upgrade 2.37.3 -> 2.37.4

2022-10-24 Thread Tim Orling
GitHub Actions CI from 18.04 to 22.04. * The auto-stashed local changes created by "git merge --autostash" was mixed into a conflicted state left in the working tree, which has been corrected. Also contains other minor documentation updates and code clean-ups. Signed-off-by: Tim

[OE-core] [kirkstone][PATCH] git: upgrade 2.35.4 -> 2.35.5

2022-10-24 Thread Tim Orling
B. Credit for finding CVE-2022-39253 goes to Cory Snider of Mirantis. The fix was authored by Taylor Blau, with help from Johannes Schindelin. Credit for finding CVE-2022-39260 goes to Kevin Backhouse of GitHub. The fix was authored by Kevin Backhouse, Jeff King, and Taylor Blau. Signed-off-by:

[OE-core] [PATCH] git: upgrade 2.37.3 -> 2.38.1

2022-10-24 Thread Tim Orling
Signed-off-by: Tim Orling --- meta/recipes-devtools/git/{git_2.37.3.bb => git_2.38.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.37.3.bb => git_2.38.1.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.37.3.bb b/meta/recipes-devtoo

Re: [OE-core] [RFC PATCH 1/2] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock

2022-10-12 Thread Tim Orling
On Wed, Oct 5, 2022 at 1:56 AM Alexander Kanavin wrote: > On Wed, 5 Oct 2022 at 07:32, Chuck Wolber wrote: > > Can you elaborate on this? > > > > I only ask because we are using this[1] and this[2] to build this[3] > recipe for hardknott. > > > > 1.

[OE-core] [master][langdale][PATCH] python3: upgrade 3.10.6 -> 3.10.7

2022-10-12 Thread Tim Orling
-by: Tim Orling --- * All ptests pass on qemux86-64 core-image-full-cmdline * Not urgent, can wait for langdale post release ...e-the-race-condition-in-testSockName.patch | 47 --- ...report-missing-dependencies-for-disa.patch | 8 ++-- .../{python3_3.10.6.bb => python3_3.10.7

[OE-core] [kirkstone][PATCH] python3: upgrade 3.10.4 -> 3.10.7

2022-10-11 Thread Tim Orling
-final Signed-off-by: Tim Orling --- All ptests pass on qemux86-64 core-image-full-cmdline ...h-92036-Fix-gc_fini_untrack-GH-92037.patch | 54 --- ...report-missing-dependencies-for-disa.patch | 8 +-- .../{python3_3.10.4.bb => python3_3.10.7.bb} | 3 +- 3 files changed

Re: [OE-Core][dunfell][PATCH] python3: Whitelist CVE-2018-25032

2022-10-11 Thread Tim Orling
While the reasoning is correct that this only applies to Windows, this patch is superseded by upgrading to Python 3.8.14: https://docs.python.org/release/3.8.14/whatsnew/changelog.html#windows bpo-47194: Update zlib to v1.2.12 to resolve CVE-2018-25032. On Mon, Oct 10, 2022 at 8:25 AM Ranjitsinh

[OE-core] [dunfell][PATCH v2] python3: upgrade 3.8.13 -> 3.8.14

2022-10-11 Thread Tim Orling
environment isolation for the subprocess running pip. gh-80254: Raise ProgrammingError instead of segfaulting on recursive usage of cursors in sqlite3 converters. Signed-off-by: Tim Orling --- Changes in v2: * drop CVE-2021-28861.patch which was somehow missed in v1 testing. .../python

[OE-core] [dunfell][PATCH] python3: upgrade 3.8.13 -> 3.8.14

2022-10-11 Thread Tim Orling
instead of segfaulting on recursive usage of cursors in sqlite3 converters. Signed-off-by: Tim Orling --- .../python/{python3_3.8.13.bb => python3_3.8.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3_3.8.13.bb => python3_

Re: [OE-core] [PATCH 01/10] python3-cryptography: upgrade 37.0.4 -> 38.0.1

2022-10-09 Thread Tim Orling
On Sun, Oct 9, 2022 at 6:42 AM Alexander Kanavin wrote: > On Sun, 9 Oct 2022 at 01:55, Tim Orling wrote: > > * Update crate:// (via cargo bitbake) > > * Manually fix crate:// versions to satisfy cargo > > Thanks for the set, I trust you've seen my proposal to update the &

[OE-core] [PATCH 10/10] python3-poetry-core: upgrade 1.0.8 -> 1.3.2

2022-10-08 Thread Tim Orling
current components Signed-off-by: Tim Orling --- .../python/python3-poetry-core_1.0.8.bb | 44 -- .../python/python3-poetry-core_1.3.2.bb | 45 +++ 2 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 meta/recipes-devtools/python/python

[OE-core] [PATCH 09/10] python3-iso8601: upgrade 1.0.2 -> 1.1.0

2022-10-08 Thread Tim Orling
e3b4ed3 Release 1.1.0 56da11c missed a comma fde429d raise ParseError if we get an exception on is_iso8601() 21f5368 Add is_iso8601() function 406db6f Update license years License-Update: copyright years updated. Signed-off-by: Tim Orling --- .../{python3-iso8601_1.0.2.bb => pyth

[OE-core] [PATCH 08/10] python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2

2022-10-08 Thread Tim Orling
1.5.2 (2022-09-19) Fixed: * Fix regression in dylib build artifacts not being found since 1.5.0. #290 * Fix regression in sdist missing examples and other supplementary files since 1.5.0. #291 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#152-2022-09-19 Signed-off-by: Tim

[OE-core] [PATCH 07/10] python3-sphinx: upgrade 5.1.1 -> 5.2.3

2022-10-08 Thread Tim Orling
-released-sep-27-2022 https://www.sphinx-doc.org/en/master/changes.html#release-5-2-0-post0-released-sep-24-2022 https://www.sphinx-doc.org/en/master/changes.html#release-5-2-0-released-sep-24-2022 Signed-off-by: Tim Orling --- ...phinx_5.1.1.bb => python3-sphinx_5.2.3.bb} |

[OE-core] [PATCH 06/10] python3-bcrypt: upgrade 3.2.2 -> 4.0.0

2022-10-08 Thread Tim Orling
/bcrypt/#400 Signed-off-by: Tim Orling --- .../python/python3-bcrypt_3.2.2.bb| 30 --- .../python/python3-bcrypt_4.0.0.bb| 79 +++ 2 files changed, 79 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-bcrypt_3.2.2.bb

[OE-core] [PATCH 05/10] python3-pyopenssl: upgrade 22.0.0 -> 22.1.0

2022-10-08 Thread Tim Orling
and OpenSSL.SSL.Connection.get_verify_mode to override the context object’s verification flags. #1073 Add OpenSSL.SSL.Connection.use_certificate and OpenSSL.SSL.Connection.use_privatekey to set a certificate per connection (and not just per context) #1121. Signed-off-by: Tim Orling --- ...{python3

[OE-core] [PATCH 04/10] python3-hypothesis: upgrade 6.54.5 -> 6.56.1

2022-10-08 Thread Tim Orling
For changes see: https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-1 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-56-0 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-55-0 https://hypothesis.readthedocs.io/en/latest/changes.html#v6-54-6 Signed-off-by: Tim

[OE-core] [PATCH 03/10] python3-certifi: upgrade 2022.9.14 -> 2022.9.24

2022-10-08 Thread Tim Orling
The following certificate was removed: OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes Signed-off-by: Tim Orling --- ...ython3-certifi_2022.9.14.bb => python3-certifi_2022.9.24.bb} | 2 +- 1 file changed, 1 insert

[OE-core] [PATCH 02/10] python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1

2022-10-08 Thread Tim Orling
For changes, see: https://github.com/pyca/cryptography/blob/38.0.1/CHANGELOG.rst#3800---2022-09-07 https://github.com/pyca/cryptography/blob/38.0.1/CHANGELOG.rst#3800---2022-09-06 Signed-off-by: Tim Orling --- ...vectors_37.0.4.bb => python3-cryptography-vectors_38.0.1.bb} | 2 +- 1 f

[OE-core] [PATCH 01/10] python3-cryptography: upgrade 37.0.4 -> 38.0.1

2022-10-08 Thread Tim Orling
). 38.0.0 - 2022-09-06 - Final deprecation of OpenSSL 1.1.0. The next release of cryptography will drop support. (For complete release notes, see: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3800---2022-09-06) Signed-off-by: Tim Orling --- .../0001-Cargo.toml-specify-pem

[OE-core] [PATCH 00/10] Post-langdale recipe upgrades

2022-10-08 Thread Tim Orling
in the Git repository at: https://git.yoctoproject.org/poky-contrib timo/recipe-upgrades http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=timo/recipe-upgrades Tim Orling (10): python3-cryptography: upgrade 37.0.4 -> 38.0.1 python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1 p

Re: [OE-core] [AUH] at-spi2-core: upgrading to 2.46.0 FAILED

2022-10-08 Thread Tim Orling
On Sat, Oct 1, 2022 at 9:55 AM Auto Upgrade Helper wrote: > Hello, > > this email is a notification from the Auto Upgrade Helper > that the automatic attempt to upgrade the recipe *at-spi2-core* to > *2.46.0* has Failed(do_compile). > > Detailed error information: > > do_compile failed I have

Re: [OE-core][dunfell 0/2] Pull request (cover letter only)

2022-10-04 Thread Tim Orling
On Tue, Oct 4, 2022 at 12:31 PM Steve Sakoman wrote: > This should be the final pull request for the upcoming 3.1.20 build. > > The following changes since commit > 7a08f2ae1c12e3511b409c4535d2eab83a27b64a: > > create-pull-request: don't switch the git remote protocol to git:// > (2022-09-29

[OE-core] OpenEmbedded Happy Hour September 28 5pm/1700 UTC

2022-09-27 Thread Tim Orling
You are cordially invited to the next OpenEmbedded Happy Hour on September 28 for Europe/Americas time zones @ 1700/5pm UTC (7pm CEST / 1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

Re: [OE-core] [yocto-security] OE-core CVE metrics for dunfell on Sun 28 Aug 2022 02:30:01 AM HST

2022-08-28 Thread Tim Orling
On Sun, Aug 28, 2022 at 5:34 AM Steve Sakoman wrote: > Branch: dunfell > > New this week: 8 CVEs > CVE-2021-23177 (CVSS3: 7.8 HIGH): libarchive:libarchive-native > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-23177 * > CVE-2021-28861 (CVSS3: 7.4 HIGH): python3:python3-native >

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-02 Thread Tim Orling
On Sat, Jul 2, 2022 at 12:45 AM Alexander Kanavin wrote: > On Sat, 2 Jul 2022 at 07:58, Tim Orling wrote: > > One remaining question is how do we handle configuration? This seems to > address manifest? > > Configuration will be handled with TEMPLATECONF and a set of templa

Re: [OE-core] [RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')

2022-07-01 Thread Tim Orling
On Fri, Jul 1, 2022 at 1:44 PM Joshua Watt wrote: > On Fri, Jul 1, 2022 at 3:29 PM Alexander Kanavin > wrote: > > > > First of all this provides a single command that does all of the work > > to capture the layers and their revisions from currently enabled set > > in a bitbake build. No other

[OE-core] OpenEmbedded Happy Hour June 29 9pm/2100 UTC

2022-06-28 Thread Tim Orling
All, You are cordially invited to the next OpenEmbedded Happy Hour on June 29 for Europe/Americas time zones @ 2100/9pm UTC (5pm ET / 2pm PT). https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

Re: [OE-core] [AUH] python3-jsonschema: upgrading to 4.6.0 FAILED

2022-06-19 Thread Tim Orling
On Sun, Jun 19, 2022 at 2:29 PM Ross Burton wrote: > Patches on the list. > > I’m now debating as to whether the class should be called hatch or > hatchling… > or face hugger > > Ross > > > On 18 Jun 2022, at 21:54, Alexander Kanavin > wrote: > > > > python3-jsonschema has replaced setuptools

Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2

2022-06-17 Thread Tim Orling
On Fri, Jun 17, 2022 at 1:26 AM Jose Quaresma wrote: > > > wangmy escreveu no dia sexta, 17/06/2022 à(s) 07:25: > >> Add dependence exceptiongroup. >> >> Signed-off-by: Wang Mingyu >> --- >> ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++- >> 1 file changed, 2

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Tim Orling
Why should this be added to oe-core? You have an empty git log with no justification. We also do not typically take pre-release components to oe-core (the version is a release candidate). You also need to add a maintainer entry. On Thu, Jun 16, 2022 at 11:25 PM wangmy wrote: > Signed-off-by:

[OE-core] OpenEmbedded Happy Hour May 25 5pm/1700 UTC

2022-05-24 Thread Tim Orling
All, You are cordially invited to the next OpenEmbedded Happy Hour on May 25 for Europe/Americas time zones @ 1700/5pm UTC (1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

Re: [OE-core] [PATCH 2/3] python3-setuptools: upgrade 59.5.0 -> 62.1.0

2022-05-11 Thread Tim Orling
On Wed, May 11, 2022 at 1:27 PM Alexander Kanavin wrote: > On Fri, 6 May 2022 at 17:03, Alexander Kanavin via > lists.openembedded.org > wrote: > > Tim, can you pick this up and get it to mergeable condition? > I won’t have any time until after the YP Summit. > I have a fix for this queued

[OE-core] [dunfell][PATCH v2] boost: don't specify gcc version

2022-04-21 Thread Tim Orling
From: Ross Burton There's no need to specify an ancient GCC version here as Boost will probe it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Tim Orling --- Change in v2: fix my email address meta/recipes-support/boost/boost.inc | 2 +- 1 file changed, 1

[OE-core] [dunfell][PATCH] boost: don't specify gcc version

2022-04-21 Thread Tim Orling
From: Ross Burton There's no need to specify an ancient GCC version here as Boost will probe it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Tim Orling --- meta/recipes-support/boost/boost.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-07 Thread Tim Orling
On Thu, Apr 7, 2022 at 5:37 PM Martin Jansa wrote: > On Thu, Apr 7, 2022 at 11:10 PM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> On Thu, 2022-04-07 at 16:48 +0200, Martin Jansa wrote: >> > I've tried with rpm and surprisingly it works and dnf was able to >> > install

[OE-core] [PATCH] python3-pytest: upgrade 7.0.1 -> 7.1.1

2022-03-22 Thread Tim Orling
Changes in 7.1.1: https://docs.pytest.org/en/stable/changelog.html#pytest-7-1-1-2022-03-17 Changes in 7.1.0: https://docs.pytest.org/en/stable/changelog.html#pytest-7-1-0-2022-03-13 Signed-off-by: Tim Orling --- .../python/{python3-pytest_7.0.1.bb => python3-pytest_7.1.1.bb} | 2 +- 1 f

[OE-core] [dunfell][PATCH] python3: upgrade 3.8.12 -> 3.8.13

2022-03-20 Thread Tim Orling
after change in 3.8.13 Signed-off-by: Tim Orling --- ...-detection-of-mips-architecture-for-.patch | 42 ++- .../{python3_3.8.12.bb => python3_3.8.13.bb} | 6 +-- 2 files changed, 26 insertions(+), 22 deletions(-) rename meta/recipes-devtools/python/{python3_3.8.12

[OE-core] [PATCH] python3-snowballstemmer: upgrade to 2.2.0

2022-03-16 Thread Tim Orling
License is BSD-1-Clause, update LIC_FILES_CHKSUM Signed-off-by: Tim Orling --- ...allstemmer_2.0.0.bb => python3-snowballstemmer_2.2.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-snowballstemmer_2.0.0.bb => p

Re: [OE-core] [PATCH] python3-cryptography: Fix ptest result handling

2022-03-16 Thread Tim Orling
On Wed, Mar 16, 2022 at 5:34 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > We run the tests correctly, we just don't get individual test result > reporting. Borrow the code from python3-bcrypt to handle this correctly > and ensure the test pass/fail scores and individual test

[OE-core] [PATCH] python3-sphinxcontrib-devhelp: LIC_FILES_CHKSUM

2022-03-16 Thread Tim Orling
Fix LIC_FILES_CHKSUM Signed-off-by: Tim Orling --- .../python/python3-sphinxcontrib-devhelp_1.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb b/meta/recipes-devtools/python/python3

[OE-core] [PATCH] python3-sphinxcontrib-jsmath: LIC_FILES_CHKSUM

2022-03-16 Thread Tim Orling
Fix the LIC_FILES_CHKSUM Signed-off-by: Tim Orling --- .../python/python3-sphinxcontrib-jsmath_1.0.1.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb b/meta/recipes-devtools/python/python3

[OE-core] [PATCH] python3-sphinxcontrib-applehelp: LIC_FILES_CHKSUM

2022-03-16 Thread Tim Orling
Fix the LIC_FILES_CHKSUM Signed-off-by: Tim Orling --- .../python/python3-sphinxcontrib-applehelp_1.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.2.bb b/meta/recipes-devtools/python

Re: [OE-core] [PATCH 00/33] Add python3-cryptography from meta-oe

2022-03-14 Thread Tim Orling
On Mon, Mar 14, 2022 at 8:00 PM Khem Raj wrote: > On Mon, Mar 14, 2022 at 7:56 PM Tim Orling wrote: > > > > > > > > On Mon, Mar 14, 2022 at 6:38 PM Khem Raj wrote: > >> > >> > >> > >> On Mon, Mar 14, 2022 at 5:15 PM Tim Orling

Re: [OE-core] [PATCH 00/33] Add python3-cryptography from meta-oe

2022-03-14 Thread Tim Orling
On Mon, Mar 14, 2022 at 6:38 PM Khem Raj wrote: > > > On Mon, Mar 14, 2022 at 5:15 PM Tim Orling wrote: > >> >> >> On Mon, Mar 14, 2022 at 5:10 PM Khem Raj wrote: >> >>> we need to remove all of them from meta-python too. >>>

Re: [OE-core] [PATCH 00/33] Add python3-cryptography from meta-oe

2022-03-14 Thread Tim Orling
On Mon, Mar 14, 2022 at 5:10 PM Khem Raj wrote: > we need to remove all of them from meta-python too. > Alejandro sent a patch for that, no? > > On Mon, Mar 14, 2022 at 3:54 PM Richard Purdie > wrote: > > > > It is late in the cycle but is has become apparent that the dependencies > we're > >

[OE-core] [PATCH] ptest-packagelists: add python3-bcrypt and -pytz

2022-03-13 Thread Tim Orling
python3-bcrypt and python3-pytz both run in just a few seconds, so add them to the fast list. Signed-off-by: Tim Orling --- meta/conf/distro/include/ptest-packagelists.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro

Re: [OE-core] [PATCH 1/2] python3-installer: add installer module

2022-03-10 Thread Tim Orling
On Thu, Mar 10, 2022 at 10:26 AM Ross Burton wrote: > > On Thu, 10 Mar 2022 at 17:36, Konrad Weihmann > wrote: > >> Sorry to say that - but to me (even though it's more work) pip seems to >> be the better option - the proposed tool is ~8 months old and not part >> of pypa community as it seems

Re: [OE-core] [RFC] rename pip_install_wheel.bbclass to python_pep517.bbclass

2022-03-10 Thread Tim Orling
On Thu, Mar 10, 2022 at 11:38 AM Ross Burton wrote: > This is the last major change to the Python packaging before > kirkstone, I promise! I think we should release with future-proof > names instead of renaming everything the moment the LTS Kirkstone is > released. > > Basically, I want to send

Re: [OE-core] [PATCH v2] pip_install_wheel: install wheel with a glob

2022-03-09 Thread Tim Orling
On Wed, Mar 9, 2022 at 9:14 AM Khem Raj wrote: > On Wed, Mar 9, 2022 at 8:51 AM Ross Burton wrote: > > > > Now that the build systems that use pip_install_wheel are all building > > their wheel into a directory that we knew was empty before, we can just > > install *.whl and not need to know

[OE-core] [PATCH v2] python3-importlib-metadata: upgrade 4.10.1 -> 4.11.2

2022-03-04 Thread Tim Orling
365 and bpo-46546: Avoid leaking method_name in DeprecatedList. Signed-off-by: Tim Orling --- Change in v2: * _actually_ inherit setuptools_build_meta ...etadata_4.10.1.bb => python3-importlib-metadata_4.11.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/reci

Re: [OE-core] [PATCH 1/2] python3-importlib-metadata: upgrade 4.10.1 -> 4.11.2

2022-03-04 Thread Tim Orling
-- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Tim Orling > > Sent: Friday, March 4, 2022 4:44 AM > > To: openembedded-core@lists.openembedded.org > > Cc: Tim Orling > > Subject: [OE-core] [PATCH 1/2] python

Re: [OE-core] [PATCH 1/2] python3-native: Remove all pyc files

2022-03-03 Thread Tim Orling
On Thu, Mar 3, 2022 at 9:16 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2022-03-03 at 17:14 +, Ross Burton wrote: > > On Thu, 3 Mar 2022 at 16:34, Richard Purdie > > wrote: > > > This removes a further 1600 files from sstate handling and lets python > > > create

[OE-core] [PATCH 2/2] python3-jsonschema: upgrade 3.2.0 -> 4.4.0

2022-03-03 Thread Tim Orling
Upstream changed from setup.py to pyproject.toml+setup.cfg inherit setuptools_build_meta For changes see: https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst#v440 Signed-off-by: Tim Orling --- ...n3-jsonschema_3.2.0.bb => python3-jsonschema_4.4.0.bb} | 8 1 file changed

[OE-core] [PATCH 1/2] python3-importlib-metadata: upgrade 4.10.1 -> 4.11.2

2022-03-03 Thread Tim Orling
365 and bpo-46546: Avoid leaking method_name in DeprecatedList. Signed-off-by: Tim Orling --- ...-metadata_4.10.1.bb => python3-importlib-metadata_4.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-importlib-metadata_4.10.1

[OE-core] [PATCH] python3-flit-core: upgrade 3.6.0 to 3.7.1

2022-03-01 Thread Tim Orling
the build tool is available, and flit_core sdists also include a script to install itself from a wheel before installer is available. * Use newer importlib APIs, fixing some deprecation warnings (:ghpull:`499`). Signed-off-by: Tim Orling --- .../{python3-flit-core_3.6.0.bb => python3-flit-core_3.

[OE-core] [PATCH] python3-tomli: inherit flit_core

2022-03-01 Thread Tim Orling
Drop the setup.py workaround as it is no longer needed. Signed-off-by: Tim Orling --- meta/recipes-devtools/python/python3-tomli_2.0.1.bb | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meta/recipes-devtools/python/python3-tomli_2.0.1.bb b/meta/recipes-devtools

[OE-core] [PATCH] flit_core: export do_configure and do_compile

2022-03-01 Thread Tim Orling
The class should export the tasks so they can be extended or overriden elsewhere (like what setuptools3.bbclass has). Signed-off-by: Tim Orling --- meta/classes/flit_core.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/flit_core.bbclass b/meta

Re: [OE-core] [PATCH v3] pip_install_wheel: improve wheel handling

2022-03-01 Thread Tim Orling
uring development, but are painfully obvious now. The wheel spec (PEP-427) allows for, for instance, dev/pre-release wheels which we see with the python3-dtc recipe from meta-virtualization. > Signed-off-by: Konrad Weihmann Reviewed-by: Tim Orling > --- > v3: remove in prepend to comp

Re: [OE-core] [PATCH v3] setuptools3.bbclass: add check for pyproject.toml

2022-02-26 Thread Tim Orling
On Fri, Feb 25, 2022 at 11:27 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2022-02-25 at 15:43 -0800, Tim Orling wrote: > > From: Tim Orling > > > > With help from Peter Kjellerstedt via IRC. > > > > Add a check for pyproject

Re: [OE-core] [PATCH] pip_install_wheel: Use BPN instead of PN to construct PYPI_PACKAGE default

2022-02-26 Thread Tim Orling
Thank you. On Sat, Feb 26, 2022 at 12:21 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > This fixes the name for native and nativesdk recipes. > > Signed-off-by: Richard Purdie > --- > meta/classes/pip_install_wheel.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH v2] flit_core: inherit setuptools3-base

2022-02-25 Thread Tim Orling
This helps bridge the old setuptools3 behavior. FILES:${PN} has sane defaults in setuptools3-base Signed-off-by: Tim Orling --- Change in v2: minor grammar correction in git commit log meta/classes/flit_core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH v3] setuptools3.bbclass: add check for pyproject.toml

2022-02-25 Thread Tim Orling
From: Tim Orling With help from Peter Kjellerstedt via IRC. Add a check for pyproject.toml in ${S} and if so check if it has a [build-system] build-backend. Give the user a helpful warning that the recipe should be changed to one of the PEP-517 classes (instead of setuptools3.bbclass). Add

[OE-core] [PATCH] flit_core: inherit setuptools3-base

2022-02-25 Thread Tim Orling
This is helps bridge the old setuptools3 behavior. FILES:${PN} has sane defaults in setuptools3-base Signed-off-by: Tim Orling --- meta/classes/flit_core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass

[OE-core] [PATCH 2/2] selftest: drop distutils3 test from recipetool

2022-02-24 Thread Tim Orling
The distutils*.bbclasses have been moved from oe-core to meta-python, so drop test_recipetool_create_python3_distutils test case. [YOCTO #14610] Signed-off-by: Tim Orling --- meta/lib/oeqa/selftest/cases/recipetool.py | 19 --- 1 file changed, 19 deletions(-) diff --git a/meta

[OE-core] [PATCH 1/2] disutils*.bbclasses: move to meta-python

2022-02-24 Thread Tim Orling
distutils has been deprecated in Python 3.10 and will be removed in Python 3.12 (predicted release date October 2023). For now, move these classes from oe-core to meta-python to allow users to migrate. [YOCTO #14610] Signed-off-by: Tim Orling --- meta/classes/distutils-common-base.bbclass | 28

Re: [OE-core] [PATCH v2 1/2] setuptools3.bbclass: add check for pyproject.toml

2022-02-24 Thread Tim Orling
Hold off on this one On Thu, Feb 24, 2022 at 8:04 PM Tim Orling wrote: > From: Tim Orling > > With help from Peter Kjellerstedt via IRC. > > Add a check for pyproject.toml in ${S} and if so check if it has a > [build-system] build-backend. Give the user a helpful warning

[OE-core] [PATCH v2 2/2] pip_install_wheel: improved wheel filename guess

2022-02-24 Thread Tim Orling
From: Tim Orling Rather than only use PYPI_PACKAGE as a guess, fall back on PN for cases where a recipe does not inherit pypi. Wheels can only have alphanumeric characters in the 'distribution' name [1]. Any other characters are replaced with an underscore. Provide a function to replace dash

[OE-core] [PATCH v2 1/2] setuptools3.bbclass: add check for pyproject.toml

2022-02-24 Thread Tim Orling
From: Tim Orling With help from Peter Kjellerstedt via IRC. Add a check for pyproject.toml in ${S} and if so check if it has a [build-system] build-backend. Give the user a helpful warning that the recipe should be changed to one of the PEP-517 classes (instead of setuptools3.bbclass). Add

[OE-core] [PATCH] python3-flit-core: inherit pip_install_wheel

2022-02-24 Thread Tim Orling
Keep the pip install logic, especially --root in one place to ensure that we fix e.g. reproducible issues in one place. Signed-off-by: Tim Orling --- .../python/python3-flit-core_3.6.0.bb | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/meta

<    1   2   3   4   5   6   7   8   9   >