[oe] [meta-python][PATCH 1/3] python3-django: upgrade 2.2.25 -> 2.2.26

2022-01-07 Thread Trevor Gamblin
2.2.26 provides fixes for three CVEs: CVE-2021-45115 CVE-2021-45116 CVE-2021-45452 https://docs.djangoproject.com/en/4.0/releases/2.2.26/ Signed-off-by: Trevor Gamblin --- .../{python3-django_2.2.25.bb => python3-django_2.2.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 2/3] python3-django: upgrade 3.2.10 -> 3.2.11

2022-01-07 Thread Trevor Gamblin
3.2.11 provides fixes for three CVEs: CVE-2021-45115 CVE-2021-45116 CVE-2021-45452 https://docs.djangoproject.com/en/4.0/releases/3.2.11/ Signed-off-by: Trevor Gamblin --- .../{python3-django_3.2.10.bb => python3-django_3.2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH] python3-django: upgrade 3.2.5 -> 3.2.10

2021-12-20 Thread Trevor Gamblin
sh on a model with a reverse many-to-many relation inherited from a parent class (#32947). Signed-off-by: Trevor Gamblin --- .../{python3-django_3.2.5.bb => python3-django_3.2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3

[oe] [meta-networking][PATCH] libnftnl: add ptest

2021-12-16 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- .../0001-configure.ac-Add-serial-tests.patch | 33 +++ .../libnftnl/libnftnl/run-ptest | 2 ++ .../recipes-filter/libnftnl/libnftnl_1.2.1.bb | 29 +++- 3 files changed, 63 insertions(+), 1 deletion(-) create mode

[oe] [meta-networking][PATCH] libnftnl: upgrade 1.2.0 -> 1.2.1

2021-12-01 Thread Trevor Gamblin
Also fix patch contributor name in the process of reworking it to apply on the new 1.2.1 release (I had accidentally modified it when reworking it previously). Signed-off-by: Trevor Gamblin --- ...cal-function-as-one-of-printf-family.patch | 29 ++- .../{libnftnl_1.2.0.bb

Re: [oe] [PATCH][meta-python] python3-imgtool: add recipe

2021-11-01 Thread Trevor Gamblin
On 2021-11-01 12:18, Ross Burton wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] imgtool is part of MCUboot, used to sign images and manage keys. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-imgtool_1.8.0.bb | 12 1 file changed, 12

[oe] [meta-python][PATCH] python3-pycparser: RSUGGESTS cpp and cpp-symlinks

2021-10-28 Thread Trevor Gamblin
and cpp-symlinks as part of RSUGGESTS for target. For reference, a previous discussion from the mailing list: https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg04784.html Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pycparser_2.20.bb | 3 +++ 1 file

Re: [oe] [meta-python] [PATCH] python3-smpplib: upgrade 2.1.0 -> 2.2.0

2021-10-27 Thread Trevor Gamblin
On 2021-10-27 13:25, zangrc wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] License-Update: README.md is modified as follows - client = smpplib.client.Client('example.com', SOMEPORTNUMBER) + client = smpplib.client.Client('example.com', SOMEPORTNUMBER,

[oe] [meta-python][PATCH] python3-cvxopt: upgrade 1.2.6 -> 1.2.7

2021-10-26 Thread Trevor Gamblin
The upgrade fixes a do_compile error in 1.2.6. Release notes are brief: Version 1.2.7 (September 20, 2021). Minor improvements and bug fixes. Signed-off-by: Trevor Gamblin --- .../python/{python3-cvxopt_1.2.6.bb => python3-cvxopt_1.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][hardknott][PATCH] python3-pyinotify: Add fcntl, logging to RDEPENDS

2021-10-18 Thread Trevor Gamblin
"import pyinotify" throws an error for these modules if they are not included. Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0

[oe] [meta-python][PATCH] python3-pyinotify: Add fcntl, logging to RDEPENDS

2021-10-18 Thread Trevor Gamblin
"import pyinotify" throws an error for these modules if they are not included. Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0

Re: [oe] [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5

2021-10-18 Thread Trevor Gamblin
On 2021-10-16 09:33, Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Tests are, unfortunately, not anymore supplied with pypi package. Let's hold off on this uprev and I'll see about modifying the recipe to the git fetcher, which might allow us to

[oe] [meta-python][PATCH] python3-posix-ipc: Add recipe for version 1.0.5

2021-10-08 Thread Trevor Gamblin
Port the recipe from meta-openstack and do an uprev to 1.0.5. Original recipe is here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python3-posix-ipc_1.0.4.bb Signed-off-by: Trevor Gamblin --- .../python/python3-posix-ipc_1.0.5.bb

[oe] [meta-python][hardknott][PATCH] python3-pillow: Fix CVE-2021-23437

2021-10-06 Thread Trevor Gamblin
Backport an upstream fix since an uprev would include potentially-breaking functionality changes. Signed-off-by: Trevor Gamblin --- ...Error-if-color-specifier-is-too-long.patch | 49 +++ .../python/python3-pillow_8.2.0.bb| 1 + 2 files changed, 50 insertions

[oe] [meta-python][hardknott][PATCH] python3-sqlparse: Fix CVE-2021-32839

2021-10-05 Thread Trevor Gamblin
Backport a patch from version 0.4.2 upstream since the uprev would add functionality changes. Signed-off-by: Trevor Gamblin --- ...-expression-for-identifying-line-bre.patch | 64 +++ .../python/python3-sqlparse_0.4.1.bb | 1 + 2 files changed, 65 insertions(+) create

[oe] [meta-python][PATCH] python3-pillow: upgrade 8.3.1 -> 8.3.2

2021-09-08 Thread Trevor Gamblin
.10. - Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression (#5588). - Updates for ImagePalette channel order (#5599). - Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library (#5651). Signed-off-by: Trevor Gamblin --- .../python/{python3-pillow_8.3.1.bb => python3-pillow_8.

[oe] [meta-python][PATCH v3] python3-pytest-subtests: add recipe

2021-09-02 Thread Trevor Gamblin
Newer versions of python3-cryptography will rely on the subtests fixture for their ptests. Add this recipe so that cryptography can be given the necessary RDEPENDS when it is upgraded. Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../python/python3

[oe] [meta-python][PATCH v2] python3-pytest-subtests: add recipe

2021-09-02 Thread Trevor Gamblin
Newer versions of python3-cryptography will rely on the subtests fixture for their ptests. Add this recipe so that cryptography can be given the necessary RDEPENDS when it is upgraded. Signed-off-by: Trevor Gamblin --- .../python/python3-pytest-subtests_0.5.0.bb | 16 1

Re: [oe] [meta-python][PATCH] python3-pytest-subtests: add recipe

2021-09-02 Thread Trevor Gamblin
forgot to add it to test package group. Right, my pipeline caught this too. Fixing... On Wed, Sep 1, 2021 at 5:00 AM Trevor Gamblin wrote: Newer versions of python3-cryptography will rely on the subtests fixture for their ptests. Add this recipe so that cryptography can be given the necessary

[oe] [meta-python][PATCH] python3-pytest-subtests: add recipe

2021-09-01 Thread Trevor Gamblin
Newer versions of python3-cryptography will rely on the subtests fixture for their ptests. Add this recipe so that cryptography can be given the necessary RDEPENDS when it is upgraded. Signed-off-by: Trevor Gamblin --- .../python/python3-pytest-subtests_0.5.0.bb| 14 ++ 1

[oe] [meta-networking][PATCH] nftables: upgrade 0.9.9 -> 1.0.0

2021-08-31 Thread Trevor Gamblin
eue - Expand variable containing set into multiple mappings - Allow to combine verdict maps with interval concatenations - Simplify syntax for NAT mappings. You can specify an IP range, or a specific IP and port, or a combination of range of IP addresses and ports - Bugfixes Signed-off-by: Tre

[oe] [meta-python][PATCH] python3-license-expression: add ptest artifacts

2021-08-26 Thread Trevor Gamblin
The python3-license-expression ptest is failing because it requires the contents of the src/ directory from the repo/tarball. Copy this content to the image when installing the ptest so that it has what it needs. Signed-off-by: Trevor Gamblin --- .../python/python3-license-expression_21.6.14.bb

[oe] [meta-python][PATCH 1/2] python3-eventlet: add 0.30.2 to meta-python

2021-08-25 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- .../python/python3-eventlet_0.30.2.bb| 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-eventlet_0.30.2.bb diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.30.2.

[oe] [meta-python][PATCH 2/2] python3-gunicorn: tweak run-ptest, add RDEPENDS

2021-08-25 Thread Trevor Gamblin
runs. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-gunicorn/run-ptest| 4 .../recipes-devtools/python/python3-gunicorn_20.1.0.bb| 2 ++ 2 files changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-gunicorn/run-ptest b/meta

[oe] [meta-python][PATCH] python3-click: Add missing ptest artifacts

2021-08-17 Thread Trevor Gamblin
The click ptests require the top-level setup.cfg and the docs/conf.py file to be present in the PTEST_PATH, so add steps to copy them to the image when building the ptest. Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-click_8.0.1.bb | 6 -- 1 file changed, 4

[oe] [meta-python][PATCH] python3-geomet: Add missing RDEPENDS; add to packagegroup-meta-python

2021-07-16 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb| 1 + meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | 4 2 files changed, 5 insertions(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta

Re: [oe] [meta-python][PATCH 1/3] python3-django: upgrade 3.2.4 -> 3.2.5

2021-07-16 Thread Trevor Gamblin
On 2021-07-16 9:27 a.m., Trevor Gamblin wrote: 3.2.5 fixes CVE-2021-35042: Potential SQL injection via unsanitized QuerySet.order_by() input. Additional release notes: - Fixed a regression in Django 3.2 that caused a crash of QuerySet.values_list(…, named=True) after prefetch_related

[oe] [meta-python][PATCH 1/3] python3-django: upgrade 3.2.4 -> 3.2.5

2021-07-16 Thread Trevor Gamblin
in Django 3.2 where a system check would crash on a model with an invalid app_label (#32863). Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.2.4.bb => python3-django_3.2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 2/3] python3-geomet: add recipe

2021-07-16 Thread Trevor Gamblin
) - Fix parsing for empty geometries (#53, #49) - Improve test coverage (#54) Signed-off-by: Trevor Gamblin --- .../python/python3-geomet_0.3.0.bb| 21 +++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb diff

[oe] [meta-python][PATCH 3/3] python3-cassandra-driver: add geomet to RDEPENDS, remove DISTUTILS options

2021-07-16 Thread Trevor Gamblin
it exists as a recipe. Signed-off-by: Trevor Gamblin --- .../python/python3-cassandra-driver_3.25.0.bb | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb b/meta-python/recipes-devtools/pyth

[oe] [meta-python][PATCH] python3-django: upgrade 3.2.4 -> 3.2.5

2021-07-14 Thread Trevor Gamblin
in Django 3.2 where a system check would crash on a model with an invalid app_label (#32863). There is no corresponding uprev for the 2.x LTS branch since it is already at the latest version (2.2.24). Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.2.4.bb => pyth

Re: [oe] [meta-oe][PATCH] suitesparse: Fix LIC_FILES_CHKSUM

2021-07-07 Thread Trevor Gamblin
On 2021-07-07 1:29 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] License-update: Use SPDX format text for graphBLAS [1] Beat me to it. Thanks! - Trevor [1]

Re: [oe] [meta-oe][PATCH] suitesparse: Update to 5.10.1

2021-07-07 Thread Trevor Gamblin
On 2021-07-01 10:49 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Switch to hardcoded SHA in SRCREV instead of tag Signed-off-by: Khem Raj I am seeing a failure at the do_populate_lic step for suitesparse with this uprev. Can you confirm? - Trevor

[oe] [meta-python][PATCH] python3-django: upgrade 2.2.23 -> 2.2.24

2021-06-22 Thread Trevor Gamblin
Version 2.2.24 contains a fix for CVE-2021-33571 and is the latest LTS release. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.23.bb | 9 - .../recipes-devtools/python/python3-django_2.2.24.bb | 9 + 2 files changed, 9 insertions(+), 9

[oe] [meta-python][PATCH v2] python3-yappi: fix ptests

2021-06-07 Thread Trevor Gamblin
- Add a patch to fix imports in unit tests - Add python3-gevent and python3-zopeinterface to ptest RDEPENDS - Sort ptest RDEPENDS alphabetically Signed-off-by: Trevor Gamblin --- .../0001-Fix-imports-for-ptests.patch | 96 +++ .../python/python3-yappi_1.3.2.bb

[oe] [meta-python][PATCH] python3-yappi: fix ptests

2021-06-04 Thread Trevor Gamblin
- Add a patch to fix imports in unit tests - Add python3-gevent and python3-zopeinterface to ptest RDEPENDS - Sort ptest RDEPENDS alphabetically Signed-off-by: Trevor Gamblin --- .../0001-Fix-imports-for-ptests.patch | 102 ++ .../python/python3-yappi_1.3.2.bb

[oe] [meta-python][PATCH] python3-yarl: backport fix for test_url_query test

2021-06-03 Thread Trevor Gamblin
python3-yarl 1.6.3 still tests semicolons as URL separators, but this test has been removed in master to avoid failures due to upstream Python no longer supporting them by default. See: https://bugs.python.org/issue42967 https://github.com/aio-libs/yarl/issues/563 Signed-off-by: Trevor Gamblin

[oe] [meta-networking][PATCH 1/2] libnftnl: upgrade 1.1.9 -> 1.2.0

2021-06-03 Thread Trevor Gamblin
Upgrade libnftnl in preparation for the upgrade of nftables, since the latter requires libnftnl >= 1.2.0. Signed-off-by: Trevor Gamblin --- ...cal-function-as-one-of-printf-family.patch | 256 +- .../{libnftnl_1.1.9.bb => libnftnl_1.2.0.bb} | 2 +- 2 files change

[oe] [meta-networking][PATCH 2/2] nftables: upgrade 0.9.8 -> 0.9.9

2021-06-03 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- .../nftables/{nftables_0.9.8.bb => nftables_0.9.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/nftables/{nftables_0.9.8.bb => nftables_0.9.9.bb} (93%) diff --git a/meta-networking/recipes-

[oe] [meta-python][PATCH] python3-prettytable: add python3-sqlite3 for ptest

2021-05-25 Thread Trevor Gamblin
Add python3-sqlite3 to ptest RDEPENDS. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-prettytable_2.1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb b/meta-python/recipes

[oe] [meta-python][PATCH v3] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path in run-ptest Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | 2 ++ 2 files changed, 3 insertions

[oe] [meta-python][PATCH v2] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file in run-ptest to be test_ujson.py instead of tests.py Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | 2

Re: [oe] [meta-python][PATCH] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
On 2021-05-20 1:22 p.m., Trevor Gamblin wrote: - Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path from tests/https://urldefense.com/v3/__http://tests.py__;!!AjveYdw8EvQ!I6Uvf8dLizvkzD7FmeBcSZtFlL32HSOz5O2PA5IchaAEnuDf12dLNR8s7pd8Pr2M1_LI_A$ to tests/https

[oe] [meta-python][PATCH] python3-ujson: fix ptests

2021-05-20 Thread Trevor Gamblin
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path from tests/tests.py to tests/test_ujson.py in run-ptest Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 1/2] python3-django: upgrade 2.2.22 -> 2.2.23

2021-05-18 Thread Trevor Gamblin
2.2.23 is a bugfix release: - Fixed a regression in Django 2.2.21 where saving FileField would raise a SuspiciousFileOperation even when a custom upload_to returns a valid file path (#32718). Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.22.bb | 9

[oe] [meta-python][PATCH 2/2] python3-django: upgrade 3.2.2 -> 3.2.3

2021-05-18 Thread Trevor Gamblin
ise a SuspiciousFileOperation even when a custom upload_to returns a valid file path (#32718). Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.2.2.bb => python3-django_3.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_3.

[oe] [meta-python][PATCH 1/2] python3-django: upgrade 2.2.20 -> 2.2.22

2021-05-12 Thread Trevor Gamblin
Version 2.2.22 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.20.bb | 9 - .../recipes-devtools/python/python3-django_2.2.22.bb | 9 + 2 files changed, 9 insertions(+), 9 deletions(-) delete mode

[oe] [meta-python][PATCH 2/2] python3-django: upgrade 3.2 -> 3.2.2

2021-05-12 Thread Trevor Gamblin
Version 3.2.2 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin --- .../python/{python3-django_3.2.bb => python3-django_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-django_3.2.bb => python3-django

Re: [oe] [meta-python][PATCH] python3-txsockjs: new package

2021-04-27 Thread Trevor Gamblin
On 2021-04-27 10:00 a.m., Bartosz Golaszewski wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] This adds twisted python support for SockJS. Signed-off-by: Bartosz Golaszewski --- .../0001-setup-fix-syntax-error.patch | 27 +++

[oe] [meta-python][hardknott][PATCH] python3-django: fix CVE-2021-28658

2021-04-21 Thread Trevor Gamblin
by this vulnerability. References: https://nvd.nist.gov/vuln/detail/CVE-2021-28658 Upstream patches: https://github.com/django/django/commit/4036d62bda0e9e9f6172943794b744a454ca49c2 Signed-off-by: Stefan Ghinea Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../CVE-2021-28658.patch

Re: [oe] [meta-networking][PATCH] open-vm-tools: upgrade 11.0.1 -> 11.2.5

2021-04-15 Thread Trevor Gamblin
building musl qemux86 with gcc 10.2.1 on the host (F33). Anything else that might be in the config? On Wed, Apr 14, 2021 at 10:50 AM Trevor Gamblin wrote: From: Randy MacLeod Drop 0001-GitHub-Issue-367.-Remove-references-to-deprecated-G_.patch since it was a backport. Drop 0001-pollGtk

[oe] [meta-networking][PATCH] open-vm-tools: upgrade 11.0.1 -> 11.2.5

2021-04-14 Thread Trevor Gamblin
-to-vm_poll.h.patch 0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch 0011-Use-uintmax_t-for-handling-rlim_t.patch Add: 0001-Add-resolv_compat.h-for-musl-builds.patch Signed-off-by: Randy MacLeod Signed-off-by: Trevor Gamblin --- ...-Add-resolv_compat.h-for-musl-builds.patch | 72

Re: [oe] [meta-python][PATCH 3/3] python3-urllib3: Upgrade 1.26.3 -> 1.26.4

2021-03-22 Thread Trevor Gamblin
. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-urllib3_1.26.3.bb => python3-urllib3_1.26.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-urllib3_1.26.3.bb => python3-urllib3_1.26.4.bb} (86%) diff

Re: [oe] [meta-python][PATCH 2/3] python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0

2021-03-22 Thread Trevor Gamblin
mechanism to work with Astra - Asyncore race condition cause logging exception on shutdown - Update list of reserved keywords - Drop Python 3.4 support - Update security documentation and examples to use PROTOCOL_TLS Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...dra-driver_3.24.0.bb

Re: [oe] [meta-python][PATCH 1/3] python3-soupsieve: Upgrade 2.2 -> 2.2.1

2021-03-22 Thread Trevor Gamblin
On 2021-03-19 1:13 p.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.2.1: - Fix an issue with namespaces when one of the keys is self. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-soupsieve_2.2.bb

Re: [oe] [meta-python][PATCH 3/3] python3-werkzeug: Delete recipe for 1.0.0

2021-03-22 Thread Trevor Gamblin
On 2021-03-18 2:48 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 1.0.1 is already in Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-werkzeug_1.0.0.bb | 50 --- 1 file changed, 50 deletions

Re: [oe] [meta-python][PATCH 2/3] python3-werkzeug: Clarify BSD license type

2021-03-22 Thread Trevor Gamblin
On 2021-03-18 2:48 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-python][PATCH 1/3] python3-spidev: Remove recipe for 3.2

2021-03-22 Thread Trevor Gamblin
On 2021-03-18 2:48 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 3.5 is already there Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-spidev_3.2.bb | 16 1 file changed, 16 deletions

Re: [oe] [meta-python][PATCH] python3-pythonping: new package

2021-03-18 Thread Trevor Gamblin
On 2021-03-16 10:42 a.m., Bartosz Golaszewski wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Add a new recipe for pythonping - a python module allowing to send ICMP probes. Signed-off-by: Bartosz Golaszewski Acked-by: Trevor Gamblin --- .../python/python3

Re: [oe] [meta-python][PATCH] python3-wpa-supplicant: new package

2021-03-18 Thread Trevor Gamblin
-by: Bartosz Golaszewski Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../python/python3-wpa-supplicant_0.2.bb | 12 2 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-wpa

Re: [oe] [meta-python][PATCH 6/6] python3-pastedeploy: Upgrade 2.0.1 -> 2.1.1

2021-03-17 Thread Trevor Gamblin
it being installed, we now need to ensure it's available. - pytest-runner removed, use tox to run tests. License-Update: Use license file from PyPI tarball. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...tedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} | 11 +++ 1 f

Re: [oe] [meta-python][PATCH 5/6] python3-socketio: Upgrade 5.0.4 -> 5.1.0

2021-03-17 Thread Trevor Gamblin
in documentation Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-socketio_5.0.4.bb => python3-socketio_5.1.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-socketio_5.0.4.bb => python3-socketio_5.

Re: [oe] [meta-python][PATCH 4/6] python3-twine: Upgrade 3.3.0 -> 3.4.0

2021-03-17 Thread Trevor Gamblin
/pkg_resources and replaced with packaging and importlib_metadata Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-twine_3.3.0.bb => python3-twine_3.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

Re: [oe] [meta-python][PATCH 3/6] python3-defusedxml: Upgrade 0.6.0 -> 0.7.1

2021-03-17 Thread Trevor Gamblin
patching - Add support for Python 3.9 - Python 2 is deprecate. Support for Python 2 will be removed in 0.8.0. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deleti

Re: [oe] [meta-python][PATCH 2/6] python3-configparser: Upgrade 5.0.1 -> 5.0.2

2021-03-17 Thread Trevor Gamblin
On 2021-03-16 4:37 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 5.0.2: - Packaging refresh Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...on3-configparser_5.0.1.bb => python3-configparser_5.0.2.bb} | 3 +-- 1 f

Re: [oe] [meta-python][PATCH 1/6] python3-pulsectl: Upgrade 21.2.0 -> 21.3.4

2021-03-17 Thread Trevor Gamblin
rg/project/pulsectl-asyncio/ module Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pulsectl_21.2.0.bb => python3-pulsectl_21.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pulsectl_21.2.0.b

Re: [oe] [meta-python][PATCH 10/10] python3-autobahn: Upgrade 21.2.2 -> 21.3.1

2021-03-17 Thread Trevor Gamblin
On 2021-03-15 4:47 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-autobahn_21.2.2.bb => pyth

Re: [oe] [meta-python][PATCH 09/10] python3-pyflakes: Upgrade 2.2.0 -> 2.3.0

2021-03-17 Thread Trevor Gamblin
, TypedDict, cast) Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pyflakes_2.2.0.bb => python3-pyflakes_2.3.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyflakes_2.2.0.bb => python3-pyflakes_2.

Re: [oe] [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.5 -> 1.5.7

2021-03-17 Thread Trevor Gamblin
that don't have a parent table, to support third party recipes and extensions. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-alembic_1.5.5.bb => python3-alembic_1.5.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-de

Re: [oe] [meta-python][PATCH 07/10] python3-bitarray: Upgrade 1.7.0 -> 1.7.1

2021-03-17 Thread Trevor Gamblin
type, e.g. `a[1:4] = 1.2` - improve some docstrings and tests Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-bitarray_1.7.0.bb => python3-bitarray_1.7.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

Re: [oe] [meta-python][PATCH 06/10] python3-pycodestyle: Upgrade 2.6.0 -> 2.7.0

2021-03-17 Thread Trevor Gamblin
-by: Leon Anavi Acked-by: Trevor Gamblin --- ...thon3-pycodestyle_2.6.0.bb => python3-pycodestyle_2.7.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pycodestyle_2.6.0.bb => python3-pycodestyle_2.7.0.bb} (67%) diff

Re: [oe] [meta-python][PATCH 05/10] python3-luma-core: Upgrade 2.2.0 -> 2.3.1

2021-03-17 Thread Trevor Gamblin
On 2021-03-15 4:47 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.3.1: - Add Github publish action - Cleanup only GPIO pins used rather than all License-Update: Update year Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH 04/10] python3-configargparse: Upgrade 1.3 -> 1.4

2021-03-17 Thread Trevor Gamblin
On 2021-03-15 4:47 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.4: - Allow nearly all characters in a keyword Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-configargparse_1.3.bb => python3-configargparse_

Re: [oe] [meta-python][PATCH 03/10] python3-jsonpointer: Upgrade 2.0 -> 2.1

2021-03-17 Thread Trevor Gamblin
On 2021-03-15 4:47 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.1: - Support Python 3.8 and 3.9 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-jsonpointer_2.0.bb => python3-jsonpointer_2.1.bb}

Re: [oe] [meta-python][PATCH 02/10] python3-jsonpatch: Upgrade 1.31 -> 1.32

2021-03-17 Thread Trevor Gamblin
On 2021-03-15 4:47 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.32: - take_index causing 'move' of incorrect values due to bad True==1 comparison Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3

Re: [oe] [meta-python][PATCH 01/10] python3-pymisp: Upgrade 2.4.138 -> 2.4.140

2021-03-17 Thread Trevor Gamblin
On 2021-03-15 4:47 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.4.140: - Soft delete object in MISPEvent - Add in ability to add a new cluster relation - MISP Galaxy 2.0 capability Signed-off-by: Leon Anavi Acked-by: Trevor

Re: [oe] [meta-python][PATCH 2/2] python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibc

2021-03-15 Thread Trevor Gamblin
On 2021-03-13 1:30 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] We can compile abseil-cpp now for ppc64 Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb| 2 +- .../recipes-devtools

Re: [oe] [meta-python][PATCH] python3-robotframework: update to 4.0

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 12:09 p.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...-robotframework_3.2.2.bb => python3-robotframework_4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH] python3-sentry-sdk: update to 1.0.0

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 12:09 p.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...ython3-sentry-sdk_0.20.3.bb => python3-sentry-sdk_1.0.0.bb} | 3 ++- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH v2] python3-grpcio,python3-grpcio-tools: Disable for ppc64le

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 2:47 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb| 1 + .../recipes

Re: [oe] [meta-python][PATCH] python3-grpcio: Disable for ppc64le

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 2:28 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 4 1 file

Re: [oe] [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0

2021-03-15 Thread Trevor Gamblin
instead of LAST_TAG.post0.devN) - Fix problem of not showing detailed log with --verbose if error happens when loading extensions Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pyscaffold_3.3.1.bb => python3-pyscaffold_4.0.bb} | 2 +- 1 file changed, 1 insert

Re: [oe] [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17

2021-03-15 Thread Trevor Gamblin
-by: Leon Anavi Acked-by: Trevor Gamblin --- ...rompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} (86%) diff

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

2021-03-15 Thread Trevor Gamblin
happy Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-croniter_1.0.6.bb => python3-croniter_1.0.8.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_1.0.6.bb => python3-croniter_1.0.8.bb} (78%)

Re: [oe] [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0

2021-03-15 Thread Trevor Gamblin
no longer accepting new connections. This situation was previously difficult to diagnose. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-waitress_1.4.4.bb => python3-waitress_2.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-p

Re: [oe] [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1

2021-03-15 Thread Trevor Gamblin
On 2021-03-12 11:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 0.3.1: - Adds an optional no-confirm flag particularly for use in non-interactive setups. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python

Re: [oe] [meta-python][PATCH] python3-pillow: 8.1.0 -> 8.1.2

2021-03-10 Thread Trevor Gamblin
On 2021-03-08 10:56 p.m., kai wrote: From: Kai Kang 8.1.2 fixes: * CVE-2021-27921 * CVE-2021-27922 * CVE-2021-27923 8.1.1 fixes: * CVE-2021-25289 * CVE-2021-25290 * CVE-2021-25291 * CVE-2021-25292 * CVE-2021-25293 Signed-off-by: Kai Kang Acked-by: Trevor Gamblin --- .../python

Re: [oe] [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0

2021-03-10 Thread Trevor Gamblin
properly supports PEP 440-compliant post releases Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...on3-incremental_17.5.0.bb => python3-incremental_21.3.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

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

2021-03-10 Thread Trevor Gamblin
pylint from 2.7.1 to 2.7.2 - Remove useless pylint and flake8 directives Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-pychromecast_8.1.0.bb => python3-pychromecast_9.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

Re: [oe] [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1

2021-03-10 Thread Trevor Gamblin
management command, to allow Django users to customize the creation of the Consumer instance. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-huey_2.3.0.bb => python3-huey_2.3.1.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-pyt

Re: [oe] [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0

2021-03-10 Thread Trevor Gamblin
for align, max_width, etc. - Docs: Remove reference to Python 2.x print statement in README - Docs: Update get_html_string with thead and tbody tags Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-prettytable_2.0.0.bb => python3-prettytable_2.1.0.bb} | 2 +- 1 file changed

Re: [oe] [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13

2021-03-10 Thread Trevor Gamblin
space - fix: recursive call to walk_tree not preserving all params - a None value in a flow-style sequence is now dumped as `null` instead of `!!null ''` License-Update: Update year Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ruamel-yaml_0.16.12.bb => python3-rua

Re: [oe] [meta-python][PATCH] python3-bitarray: update to 1.7.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:27 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- .../{python3-bitarray_1.6.3.bb => python3-bitarray_1.7.0.bb}| 2 +- 1 file changed, 1 insertion(+)

Re: [oe] [meta-python][PATCH 1/2] packagegroup-meta-python: Add python3-semantic-version

2021-03-08 Thread Trevor Gamblin
On 2021-03-02 6:16 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Khem Raj Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff

Re: [oe] [meta-python][PATCH v3 1/6] python3-ifaddr: Integrate a dependency of pysonos

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Andrei Gherzan Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-ifaddr_0.1.7.bb| 10 ++ 1 file changed, 10

Re: [oe] [meta-python][PATCH] packagegroup-meta-python: Add python3-semantic-version

2021-03-08 Thread Trevor Gamblin
On 2021-03-01 4:45 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python

Re: [oe] [meta-python][PATCH] python3-jsonpatch: update to 1.31

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:43 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...thon3-jsonpatch_1.28.bb => python3-jsonpatch_1.31.bb} | 9 +++-- 1 file changed, 7 insertions(+)

Re: [oe] [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3

2021-03-08 Thread Trevor Gamblin
(ascending must be a boolean or a list-like of boolean) - Fixed regression in DataFrame.transform() and Series.transform() giving incorrect column labels when passed a dictionary with a mix of list and non-list values Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python

Re: [oe] [meta-python][PATCH] python3-google-api-python-client: update to 2.0.2

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:39 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...t_1.12.8.bb => python3-google-api-python-client_2.0.2.bb} | 5 +++-- 1 file changed, 3 insertions(+)

Re: [oe] [meta-python][PATCH] python3-websocket-client: update to 0.58.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:35 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...lient_0.57.0.bb => python3-websocket-client_0.58.0.bb} | 8 1 file changed, 4 insertions(+)

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