Re: [oe] [meta-python][PATCH 5/5] python3-attrs: 20.2.0 -> 20.3.0

2020-11-18 Thread Trevor Gamblin
-by: Trevor Gamblin --- .../{python3-attrs_20.2.0.bb => python3-attrs_20.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-attrs_20.2.0.bb => python3-attrs_20.3.0.bb} (74%) diff --git a/meta-python/recipes-devtools/

Re: [oe] [meta-python][PATCH 4/5] python3-pandas: Upgrade 1.1.3 -> 1.1.4

2020-11-18 Thread Trevor Gamblin
aFrame has integer column names - Fixed bug in DataFrameGroupby.apply() would drop a CategoricalIndex when grouped on Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pandas_1.1.3.bb => python3-pandas_1.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [oe] [meta-python][PATCH 3/5] python3-colorlog: Upgrade 4.4.0 -> 4.6.2

2020-11-18 Thread Trevor Gamblin
Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-colorlog_4.4.0.bb => python3-colorlog_4.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-colorlog_4.4.0.bb => python3-colorlog_4.6.2.bb} (65%) diff

Re: [oe] [meta-python][PATCH 2/5] python3-dill: Upgrade 0.3.2 -> 0.3.3

2020-11-18 Thread Trevor Gamblin
On 2020-11-12 5:56 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 0.3.3: - Treat extension modules as built-in - Fix typo in README.md Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3

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

2020-11-18 Thread Trevor Gamblin
Acked-by: Trevor Gamblin --- .../python/{python3-cmd2_1.3.11.bb => python3-cmd2_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cmd2_1.3.11.bb => python3-cmd2_1.4.0.bb} (75%) diff --git a/meta-python/recipes-de

Re: [oe] [meta-python][PATCH v4] Add python3-cvxopt

2020-11-12 Thread Trevor Gamblin
On 11/12/20 4:06 PM, Gregory Anders wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Signed-off-by: Gregory Anders Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-cvxopt_1.2.5.bb| 19

Re: [oe] [meta-python][PATCH] python3-icu: Update to 2.6

2020-11-12 Thread Trevor Gamblin
On 11/10/20 2:11 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Among others, it supports latest ICU 68.x release Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/{python3-icu_2.5.bb => python3-icu_2.6.bb} | 2 +- 1 f

Re: [oe] [meta-python][PATCH 3/3] Add python3-cerberus

2020-11-12 Thread Trevor Gamblin
On 11/9/20 2:21 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] From: Gregory Anders Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-cerberus_1.3.2

Re: [oe] [meta-python][PATCH 1/2] python3-cvxopt: Exclude from world builds

2020-11-12 Thread Trevor Gamblin
On 11/11/20 1:13 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] it needs lapack which need fortran Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb | 2 ++ 1 file changed, 2 insertions

Re: [oe] [meta-python][PATCH 2/3] Add python3-dill

2020-11-12 Thread Trevor Gamblin
On 11/9/20 2:21 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] From: Gregory Anders Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-devtools/python/python3-dill_0.3.2.bb

Re: [oe] [meta-python][PATCH v2] meta-python: Drop RDEPEND'ing on python3-typing

2020-11-12 Thread Trevor Gamblin
On 11/11/20 10:49 AM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Its part of core python package now Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- v2: Add remaining recipes meta-python/recipes-devtools/python/python-m2crypto.inc | 1

Re: [oe] [meta-python][PATCH 1/3] Add python3-transitions

2020-11-12 Thread Trevor Gamblin
On 11/9/20 2:21 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] From: Gregory Anders Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-transitions_0.8.4.bb

Re: [oe] [meta-python][PATCH v3] Add python3-cvxopt

2020-11-12 Thread Trevor Gamblin
no sign-off here. Can you re-submit with your sign-off added? For example, mine would be "Signed-off-by: Trevor Gamblin " You should be able to generate it automatically with git using the -s option when you create or amend the commit. .../packagegroups/packagegroup-meta-pyth

Re: [oe] [meta-python][PATCH] python3-icu: Update to 2.6

2020-11-12 Thread Trevor Gamblin
On 11/10/20 2:11 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Among others, it supports latest ICU 68.x release My build pipeline is encountering this error: |ERROR: python3-icu-2.6-r0 do_package_qa: QA Issue:

Re: [oe] [meta-python][PATCH] meta-python: Drop RDEPEND'ing on python3-typing

2020-11-11 Thread Trevor Gamblin
On 11/10/20 2:30 PM, Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Its part of core python package now There are at least three more recipes that still have it in their dependencies: meta-python/recipes-devtools/python/python-m2crypto.inc

Re: [oe] [meta-python][PATCH 5/5] python3-sentry-sdk: Upgrade 0.17.8 -> 0.18.0

2020-10-04 Thread Trevor Gamblin
the SDK modified resolver_match.callback and broke user code. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-sentry-sdk_0.17.8.bb => python3-sentry-sdk_0.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

Re: [oe] [meta-python][PATCH 1/5] python3-isort: Upgrade 5.5.3 -> 5.5.4

2020-10-04 Thread Trevor Gamblin
On 10/1/20 4:20 AM, Leon Anavi wrote: Upgrade to release 5.5.4: - In rare cases isort changes the content of multiline strings after a yield statement. - Support case where known_SECTION points to a section not listed in sections. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH 3/5] python3-humanize: Upgrade 2.6.0 -> 3.0.0

2020-10-04 Thread Trevor Gamblin
Anavi Acked-by: Trevor Gamblin --- .../{python3-humanize_2.6.0.bb => python3-humanize_3.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-humanize_2.6.0.bb => python3-humanize_3.0.0.bb} (71%) diff --git a/meta-

Re: [oe] [meta-python][PATCH 2/5] python3-cbor2: Upgrade 5.1.2 -> 5.2.0

2020-10-04 Thread Trevor Gamblin
to force C-backend building or disable using env var - Feature: :module:`cbor2.tool` Command line diagnostic tool - Feature: Ignore semantic tag used for file magic 55799 AKA "Self-Described CBOR" Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-cbor

Re: [oe] [meta-python][PATCH 4/5] python3-pystemd: Upgrade 0.7.0 -> 0.8.0

2020-10-04 Thread Trevor Gamblin
, pystemd.dbuslib, pystemd.systemd1.Unit and pystemd.systemd1.Manager because we still "support python 3.4. - fix issue when char is unsigned, and -1 returns 255. - added slice_ option to pystemd.run to specify the cgroup where the unit is created. Signed-off-by: Leon Anavi Acked-by: T

Re: [oe] [meta-python][PATCH 2/2] python3-djangorestframework: Upgrade 3.11.1 -> 3.12.1

2020-09-30 Thread Trevor Gamblin
API regexs. - Fix PrimaryKeyRelatedField and HyperlinkedRelatedField when source field is actually a property. - Token.generate_key is now a class method. - @action warns if method is wrapped in a decorator that does not preserve information using @functools.wraps. - Add TokenProxy migration. Sign

Re: [oe] [meta-python][PATCH 1/2] python3-regex: Upgrade 2020.7.14 -> 2020.9.27

2020-09-30 Thread Trevor Gamblin
On 9/29/20 4:26 AM, Leon Anavi wrote: Upgrade to release 2020.9.27: - Fix Memory Error - regex.findall. The problem was caused by a lazy repeat looping forever, growing the backtracking stack. Greedy repeats were OK. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH 4/6] python3-argcomplete: Upgrade 1.12.0 -> 1.12.1

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 1.12.1: - Update importlib-metadata dependency version range - Bash nounset mode fixes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...n3-argcomplete_1.12.0.bb => python3-argcomplete_1.12.1.bb} | 4 ++-- 1 file chan

Re: [oe] [meta-python][PATCH 5/6] python3-luma-core: Upgrade 1.16.2 -> 1.17.1

2020-09-30 Thread Trevor Gamblin
ow < 7.0 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-luma-core_1.16.2.bb => python3-luma-core_1.17.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-luma-core_1.16.2.bb => python3-luma-core_1.17.1

Re: [oe] [meta-python][PATCH 3/6] python3-tqdm: Upgrade 4.49.0 -> 4.50.0

2020-09-30 Thread Trevor Gamblin
) - fix exceptions when file is closed - add & update tests - minor documentation updates - move and configure issue/pr templates Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-tqdm_4.49.0.bb => python3-tqdm_4.50.0.bb} | 4 ++-- 1 file changed, 2 insertion

Re: [oe] [meta-python][PATCH 6/6] python3-luma-oled: Upgrade 3.5.0 -> 3.6.0

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 3.6.0: - Add support for Winstar OLED displays Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-luma-oled_3.5.0.bb => python3-luma-oled_3.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [oe] [meta-python][PATCH 1/6] python3-pychromecast: Upgrade 7.3.0 -> 7.5.0

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 7.5.0: - Allow passing additional media information through to play_media - Add support for lists, playQueues, and playlists on Plex controller - Misc spelling changes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH 2/6] python3-beautifulsoup4: Upgrade 4.9.1 -> 4.9.2

2020-09-30 Thread Trevor Gamblin
. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...eautifulsoup4_4.9.1.bb => python3-beautifulsoup4_4.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.9.1.bb => python3-beautifulsoup4_4.9.2.b

Re: [oe] [meta-python][PATCH v2 2/2] python3-pytest: 5.4.3 -> 6.1.0

2020-09-30 Thread Trevor Gamblin
On 9/27/20 4:43 AM, kai wrote: From: Kai Kang Upgrade python3-pytest from 5.4.3 to 6.1.0 * add runtime dependency python3-iniconfig And the release changelog is at: https://docs.pytest.org/en/stable/changelog.html#pytest-6-1-0-2020-09-26 Signed-off-by: Kai Kang Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH v2 1/2] python3-iniconfig: add recipe

2020-09-30 Thread Trevor Gamblin
On 9/27/20 4:43 AM, kai wrote: From: Kai Kang python3-iniconfig is required by pytest 6.1.0. And add it to packagegroup-meta-python. Signed-off-by: Kai Kang Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python

Re: [oe] [meta-python][PATCH 4/4] python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2

2020-09-28 Thread Trevor Gamblin
On 9/24/20 9:21 AM, Leon Anavi wrote: Upgrade to release 1.12.2: - add method to close httplib2 connections Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...t_1.12.1.bb => python3-google-api-python-client_1.12.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [oe] [meta-python][PATCH 3/4] python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8

2020-09-28 Thread Trevor Gamblin
On 9/24/20 9:21 AM, Leon Anavi wrote: Upgrade to release 0.17.8: - Fix yet another bug with disjoint traces in Celery. - Added support for Chalice 1.20. Thanks again to the folks at Cuenca MX! Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-sentry-sdk_0.17.7.bb

Re: [oe] [meta-python][PATCH 1/4] python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6

2020-09-28 Thread Trevor Gamblin
XlsxWriter, byte for byte, against test files created in Excel. This is to ensure the maximum possible compatibility with Excel. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-xlsxwriter_1.3.5.bb => python3-xlsxwriter_1.3.6.bb} | 4 ++-- 1 file changed, 2 inserti

Re: [oe] [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0

2020-09-28 Thread Trevor Gamblin
-by: Trevor Gamblin --- .../python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/p

Re: [oe] [meta-python][PATCH 3/4] python3-gevent: Upgrade 20.6.2 -> 20.9.0

2020-09-28 Thread Trevor Gamblin
they used "DummyThread-12345". - Fix compatibility with dnspython 2. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-gevent_20.6.2.bb => python3-gevent_20.9.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipe

Re: [oe] [meta-python][PATCH 4/4] python3-pycrypto: Consolidate in a single file

2020-09-28 Thread Trevor Gamblin
On 9/25/20 7:23 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-pycrypto.inc| 21 .../CVE-2013-7459.patch | 0 .../cross

Re: [oe] [meta-python][PATCH 2/4] python3-cryptography-vectors: Upgrade 3.1 -> 3.1.1

2020-09-28 Thread Trevor Gamblin
On 9/25/20 7:23 AM, Leon Anavi wrote: Upgrade to release 3.1.1: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...y-vectors_3.1.bb => python3-cryptography-vectors_3.1.1.bb} | 4 ++-- 1 f

Re: [oe] [meta-python][PATCH 1/4] python3-cryptography: Upgrade 3.1 -> 3.1.1

2020-09-28 Thread Trevor Gamblin
On 9/25/20 7:23 AM, Leon Anavi wrote: Upgrade to release 3.1.1: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-cryptography_3.1.bb => python3-cryptography_3.1.1.bb} | 4 ++-- 1 f

Re: [oe] [meta-python][PATCH 7/7] python3-greenlet: Upgrade 0.4.16 -> 0.4.17

2020-09-24 Thread Trevor Gamblin
On 9/23/20 3:58 AM, Leon Anavi wrote: Upgrade to release 0.4.17: - Provide support for PEP 567 ContextVars - Provide a feature flag indicating whether we handle context vars - Switch contextvars when switching greenlets Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3

Re: [oe] [meta-python][PATCH 6/7] python3-xlsxwriter: Upgrade 1.3.4 -> 1.3.5

2020-09-24 Thread Trevor Gamblin
a warning when the string length in :func:`write_rich_string()` exceeds Excel's limit. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-xlsxwriter_1.3.4.bb => python3-xlsxwriter_1.3.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/reci

Re: [oe] [meta-python][PATCH 5/7] python3-zipp: Upgrade 3.1.0 -> 3.2.0

2020-09-24 Thread Trevor Gamblin
returns False for non-existent names. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-zipp_3.1.0.bb => python3-zipp_3.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-zipp_3.1.0

Re: [oe] [meta-python][PATCH 4/7] python3-pint: Upgrade 0.16 -> 0.16.1

2020-09-24 Thread Trevor Gamblin
On 9/23/20 3:58 AM, Leon Anavi wrote: Upgrade to release 0.16.1: - Fix unpickling, now it is using the APP_REGISTRY as expected. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-pint_0.16.bb => python3-pint_0.16.1.bb} | 4 ++-- 1 file changed, 2 inserti

Re: [oe] [meta-python][PATCH 3/7] python3-importlib-metadata: Upgrade 1.7.0 -> 2.0.0

2020-09-24 Thread Trevor Gamblin
Anavi Acked-by: Trevor Gamblin --- ...etadata_1.7.0.bb => python3-importlib-metadata_2.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-importlib-metadata_1.7.0.bb => python3-importlib-metadata_2.0.0.bb} (64%)

Re: [oe] [meta-python][PATCH 2/7] python3-sentry-sdk: Upgrade 0.17.6 -> 0.17.7

2020-09-24 Thread Trevor Gamblin
On 9/23/20 3:58 AM, Leon Anavi wrote: Upgrade to release 0.17.7: - Internal: Change data category for transaction envelopes. - Fix a bug under Celery 4.2+ that may have caused disjoint traces or missing transactions. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3

Re: [oe] [meta-python][PATCH 1/7] python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1

2020-09-24 Thread Trevor Gamblin
QTT v5 message flows. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-paho-mqtt_1.5.0.bb => python3-paho-mqtt_1.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-paho-mqtt_1.5.0.bb => pyt

Re: [oe] [meta-python][PATCH] python3-pykwalify: fix missing comma

2020-09-24 Thread Trevor Gamblin
On 9/23/20 4:25 AM, Hongxu Jia wrote: ... |/usr/lib/python3.8/site-packages/pykwalify/rule.py:343: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma? ... Signed-off-by: Hongxu Jia Acked-by: Trevor Gamblin --- .../0001-rule.py-fix-missing-comma.patch | 34

Re: [oe] [meta-python][PATCH V3] python3-docopt: add version 0.6.2

2020-09-24 Thread Trevor Gamblin
u Jia Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-docopt_0.6.2.bb | 11 +++ .../python/python3-pykwalify_1.7.0.bb | 1 + 3 files changed, 13 insertions(+) create mode 100644 meta-p

Re: [oe] [meta-python][PATCH] python3-dateutil/python3-pykwalify: add nativesdk support

2020-09-24 Thread Trevor Gamblin
On 9/23/20 3:12 AM, Hongxu Jia wrote: Call pykwalify module in SDK Signed-off-by: Hongxu Jia It'd be good to split these out in the future. OK for this time. Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb | 2 +- meta-python/recipes

Re: [oe] [meta-python][PATCH] python3-docopt: add version 0.6.2

2020-09-24 Thread Trevor Gamblin
u Jia Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-docopt_0.6.2.bb | 11 +++ .../python/python3-pykwalify_1.7.0.bb | 1 + 2 files changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-docopt_0.6.2.bb diff

Re: [oe] [meta-python][PATCH 4/5] python3-xlsxwriter: Upgrade 1.3.3 -> 1.3.4

2020-09-23 Thread Trevor Gamblin
Anavi Acked-by: Trevor Gamblin --- ...ython3-xlsxwriter_1.3.3.bb => python3-xlsxwriter_1.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.3.bb => python3-xlsxwriter_1.3.4.bb} (68%) diff --git a/meta-

Re: [oe] [meta-python][PATCH 1/5] python3-h2: Upgrade 3.2.0 -> 4.0.0

2020-09-23 Thread Trevor Gamblin
. - Receiving DATA before HEADERS now raises a ProtocolError. License-Update: Update copyright year to 2020. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-h2/{python3-h2_3.2.0.bb => python3-h2_4.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ren

Re: [oe] [meta-python][PATCH 5/5] python3-flask-uploads: Consolidate in a single file

2020-09-23 Thread Trevor Gamblin
On 9/21/20 9:44 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-flask-uploads.inc| 12 .../python/python3-flask-uploads_0.2.1.bb | 14

Re: [oe] [meta-python][PATCH 3/5] python3-isort: Upgrade 5.5.2 -> 5.5.3

2020-09-23 Thread Trevor Gamblin
On 9/21/20 9:44 AM, Leon Anavi wrote: Upgrade to release 5.5.3: - Bug fix: in rare cases isort can mangle yield from or raise from statements. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-isort_5.5.2.bb => python3-isort_5.5.3.bb} | 4 ++-- 1 f

Re: [oe] [meta-python][PATCH 2/5] python3-luma-core: Upgrade 1.16.1 -> 1.16.2

2020-09-23 Thread Trevor Gamblin
On 9/21/20 9:44 AM, Leon Anavi wrote: Upgrade to release 1.16.2: - Added new parallel interface module - Renamed parallel class to bitbang_6800; moved to parallel module Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-luma-core_1.16.1.bb => python3-luma-core_1.16.2

Re: [oe] [meta-python][PATCH V2] python3-argcomplete: add recipe 1.12.0

2020-09-21 Thread Trevor Gamblin
On 9/18/20 9:27 AM, Hongxu Jia wrote: Tab complete all the things! Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. Signed-off-by: Hongxu Jia Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1

Re: [oe] [meta-python][PATCH 2/2] python3-rfc3339-validator: Upgrade 0.1.1 -> 0.1.2

2020-09-21 Thread Trevor Gamblin
On 9/18/20 7:58 AM, Leon Anavi wrote: Upgrade to release 0.1.2: - setup.py: move pytest-runner to test_requirements Patch has been removed from the recipe because it has been already upstreamed in the new release. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...e-pytest

Re: [oe] [meta-python][PATCH 1/2] python3-cmd2: Upgrade 1.3.9 -> 1.3.10

2020-09-21 Thread Trevor Gamblin
. Use this option when saving to a startup script that should silently create aliases and macros. - Fixed issue where flag names weren't always sorted correctly in argparse tab completion Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-cmd2_1.3.9.bb

Re: [oe] [meta-python][PATCH 1/2] python3-langtable: Upgrade 0.0.52 -> 0.0.53

2020-09-21 Thread Trevor Gamblin
On 9/16/20 5:21 AM, Leon Anavi wrote: Upgrade to release 0.0.53: - Capitalize the return values of language_name() and territory_name() - Add more translations from CLDR - Get translation changes from CLDR Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3

Re: [oe] [meta-python][PATCH 2/2] python3-sentry-sdk: Upgrade 0.17.5 -> 0.17.6

2020-09-21 Thread Trevor Gamblin
On 9/16/20 5:21 AM, Leon Anavi wrote: Upgrade to release 0.17.6: - Support for Flask 0.10 (only relaxing verson check) Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-sentry-sdk_0.17.5.bb => python3-sentry-sdk_0.17.6.bb} | 4 ++-- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH] python3-test-generator: Enable ptest

2020-09-16 Thread Trevor Gamblin
On 9/16/20 12:58 AM, Khem Raj wrote: From: Zang Ruochen Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-test-generator/run-ptest | 3 +++ .../python/python3-test-generator_0.1.2.bb | 16 +++- 2 files changed

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

2020-09-16 Thread Trevor Gamblin
On 9/15/20 8:54 AM, Leon Anavi wrote: Upgrade to release 0.16.12: - update links in doc Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...-ruamel-yaml_0.16.11.bb => python3-ruamel-yaml_0.16.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-pyt

Re: [oe] [meta-python][PATCH 10/10] python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3

2020-09-16 Thread Trevor Gamblin
>= 3.5 to not break unpinned Python 2 dependencies. - Release v0.17.3 with proper meta data requiring Python >= 3.5. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...on3-pyrsistent_0.16.0.bb => python3-pyrsistent_0.17.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3

Re: [oe] [meta-python][PATCH 2/2] python3-msk: Upgrade 0.3.15 -> 0.3.16

2020-09-16 Thread Trevor Gamblin
ory selection and display - Improve PyPI listing info Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-msk_0.3.15.bb => python3-msk_0.3.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-msk_0.3

Re: [oe] [meta-python][PATCH 09/10] python3-pychromecast: Upgrade 7.2.1 -> 7.3.0

2020-09-16 Thread Trevor Gamblin
On 9/15/20 5:03 AM, Leon Anavi wrote: Upgrade to release 7.3.0: - add support for QUEUE_INSERT - Run black and flake8 on examples - Fix get_chromecasts non blocking mode - Black 20.8b1 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...n3-pychromecast_7.2.1.bb => pyth

Re: [oe] [meta-python][PATCH 05/10] python3-nocaselist: Upgrade 1.0.1 -> 1.0.2

2020-09-16 Thread Trevor Gamblin
tests for pickling and unpickling. - Suppressed new Pylint issue 'super-with-arguments', because this package still supports Python 2.7. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-nocaselist_1.0.1.bb => python3-nocaselist_1.0.2.bb} | 4 ++-- 1 file changed

Re: [oe] [meta-python][PATCH 06/10] python3-pymisp: Upgrade 2.4.130 -> 2.4.131

2020-09-16 Thread Trevor Gamblin
On 9/15/20 5:02 AM, Leon Anavi wrote: Upgrade to release 2.4.131: - [test] Validate tag removal. - [describeTypes] updated and sha3 added. - Bump version, file template version objects and dependencies. - Rename blacklist -> blocklist. Signed-off-by: Leon Anavi Acked-by: Trevor Gamb

Re: [oe] [meta-python][PATCH 07/10] python3-stevedore: Upgrade 3.2.1 -> 3.2.2

2020-09-16 Thread Trevor Gamblin
On 9/15/20 5:03 AM, Leon Anavi wrote: Upgrade to release 3.2.2: - fix supported python versions in documentation Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-stevedore_3.2.1.bb => python3-stevedore_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [oe] [meta-python][PATCH 04/10] python3-attrs: Upgrade 20.1.0 -> 20.2.0

2020-09-16 Thread Trevor Gamblin
ing frozen classes using @define(frozen=True) and sub-classing frozen classes has been improved: you don't have to set on_setattr=None anymore. #687 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-attrs_20.1.0.bb => python3-attrs_20.2.0.bb} | 4 ++-- 1 fi

Re: [oe] [meta-python][PATCH 08/10] python3-matplotlib: Upgrade 3.3.1 -> 3.3.2

2020-09-16 Thread Trevor Gamblin
Visual C++ runtime requirements on Windows Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-matplotlib_3.3.1.bb => python3-matplotlib_3.3.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-matplotlib_3.3.1

Re: [oe] [meta-python][PATCH 01/10] python3-cffi: Upgrade 1.14.2 -> 1.14.3

2020-09-16 Thread Trevor Gamblin
off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-cffi_1.14.2.bb => python3-cffi_1.14.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cffi_1.14.2.bb => python3-cffi_1.14.3.bb} (75%) diff --git a/me

Re: [oe] [meta-python][PATCH 03/10] python3-sentry-sdk: Upgrade 0.17.3 -> 0.17.5

2020-09-16 Thread Trevor Gamblin
to enable split up of request scope data and exception catching. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-sentry-sdk_0.17.3.bb => python3-sentry-sdk_0.17.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

Re: [oe] [meta-python][PATCH 02/10] python3-google-api-python-client: Upgrade 1.11.0 -> 1.12.1

2020-09-16 Thread Trevor Gamblin
On 9/15/20 5:02 AM, Leon Anavi wrote: Upgrade to release 1.12.1: - deps: require six>=1.13.0 - add quota_project, credentials_file, and scopes support - convert print statement to function - remove http from batch execute docs Signed-off-by: Leon Anavi Acked-by: Trevor Gamb

Re: [oe] [meta-python][PATCH 08/10] python3-pandas: Upgrade 1.1.1 -> 1.1.2

2020-09-15 Thread Trevor Gamblin
DateTimeIndex.format() and PeriodIndex.format() with name=True setting the first item to "None" where it should be "" - Other bug fixes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pandas_1.1.1.bb => python3-pandas_1.1.2.bb} | 4 ++-- 1

Re: [oe] [meta-python][PATCH 10/10] python3-parse: Upgrade 1.17.0 -> 1.18.0

2020-09-15 Thread Trevor Gamblin
On 9/14/20 9:15 AM, Leon Anavi wrote: Upgrade to release 1.18.0: - Correct bug in int parsing introduced in 1.16.0 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-parse_1.17.0.bb => python3-parse_1.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [oe] [meta-python][PATCH 09/10] python3-pint: Upgrade 0.15 -> 0.16

2020-09-15 Thread Trevor Gamblin
or decade - Drop dependency on setuptools pkg_resources to read package resources, using std lib importlib.resources instead. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-pint_0.15.bb => python3-pint_0.16.bb} | 4 ++-- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH 05/10] python3-nocasedict: Upgrade 0.5.0 -> 1.0.0

2020-09-15 Thread Trevor Gamblin
language. - Docs: Fixed missing Python 2 only methods in RTD docs - Pylint: Accomodated new ‘raise-missing-from’ check in Pylint 2.6.0. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-nocasedict_0.5.0.bb => python3-nocasedict_1.0.0.bb} | 4 ++-- 1 file changed

Re: [oe] [meta-python][PATCH 06/10] python3-pyroute2: Upgrade 0.5.13 -> 0.5.14

2020-09-15 Thread Trevor Gamblin
On 9/14/20 9:15 AM, Leon Anavi wrote: Upgrade to release 0.5.14: - iproute: ip neigh get - iproute: link_lookup fix - nftables: missing hooks - netns: bug fix Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-pyroute2_0.5.13.bb => python3-pyroute2_0.5.14.bb}

Re: [oe] [meta-python][PATCH 04/10] python3-alembic: Upgrade 1.4.2 -> 1.4.3

2020-09-15 Thread Trevor Gamblin
w implicit replacement of columns. - Fixed issue where the mssql_drop_foreign_key=True flag on op.drop_column would lead to incorrect syntax error due to a typo in the SQL emitted, same typo was present in the test as well so it was not detected. Signed-off-by: Leon Anavi Acked-by: Trev

Re: [oe] [meta-python][PATCH 07/10] python3-pyusb: Upgrade 1.0.2 -> 1.1.0

2020-09-15 Thread Trevor Gamblin
- simplify version_info regex - Bug fixes License-Update: Normalize all copyright disclaimers, update year Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pyusb_1.0.2.bb | 12 .../recipes-devtools/python/python3-pyusb_1.1.0.bb | 12

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

2020-09-15 Thread Trevor Gamblin
On 9/14/20 9:15 AM, Leon Anavi wrote: Upgrade to release 2.3.0: - Added the comb parameter for haversine_vector Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-haversine_2.2.0.bb => python3-haversine_2.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [oe] [meta-python][PATCH 03/10] python3-pymysql: Upgrade 0.10.0 -> 0.10.1

2020-09-15 Thread Trevor Gamblin
On 9/14/20 9:15 AM, Leon Anavi wrote: Upgrade to release 0.10.1: - Fix missing import of ProgrammingError. - Fix auth switch request handling. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pymysql_0.10.0.bb => python3-pymysql_0.10.1.bb} | 4 ++-- 1 file chan

Re: [oe] [meta-python][PATCH 01/10] python3-diskcache: Upgrade 5.0.2 -> 5.0.3

2020-09-15 Thread Trevor Gamblin
On 9/14/20 9:15 AM, Leon Anavi wrote: Upgrade to release 5.0.3: - Add python_requires kwarg to setup Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-diskcache_5.0.2.bb => python3-diskcache_5.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ren

Re: [oe] [meta-python][PATCH 10/10] python3-coverage: Upgrade 5.2.1 -> 5.3

2020-09-15 Thread Trevor Gamblin
to name a package to disambiguate this case. - If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception. This is now fixed. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-coverage_5.2.1.bb => pyth

Re: [oe] [meta-python][PATCH 07/10] python3-trafaret: Upgrade 2.0.2 -> 2.1.0

2020-09-15 Thread Trevor Gamblin
On 9/14/20 5:04 AM, Leon Anavi wrote: Upgrade to release 2.1.0: - fix for `Dict` merge - new `is_valid` method Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-trafaret_2.0.2.bb => python3-trafaret_2.1.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 delet

Re: [oe] [meta-python][PATCH 09/10] python3-isort: Upgrade 5.5.0 -> 5.5.2

2020-09-15 Thread Trevor Gamblin
empty file. - Fixed: noqa comment moved to where flake8 cant see it. - Fixed: .svn missing from default ignore list. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-isort_5.5.0.bb => python3-isort_5.5.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [oe] [meta-python][PATCH 08/10] python3-tqdm: Upgrade 4.48.2 -> 4.49.0

2020-09-15 Thread Trevor Gamblin
CLI --delim encoding error - fix py>=3.5 version detection in tqdm.auto - fix final ETA when using initial - update documentation - add & update tests Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-tqdm_4.48.2.bb => python3-tqdm_4.49.0.bb} | 4 ++-- 1 fi

Re: [oe] [meta-python][PATCH 06/10] python3-ujson: Upgrade 3.1.0 -> 3.2.0

2020-09-15 Thread Trevor Gamblin
On 9/14/20 5:04 AM, Leon Anavi wrote: Upgrade to release 3.2.0: - Make PEP 384 compliant - Build and deploy aarch64 wheels Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-ujson_3.1.0.bb => python3-ujson_3.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH 05/10] python3-dbus-next: Upgrade 0.1.3 -> 0.1.4

2020-09-15 Thread Trevor Gamblin
cancellation - Improve error messages - Fix match rule memory leak bug - Don't add match rules for high level client by default - Add empty properties interface to standard interfaces Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-dbus-next_0.1.3.bb => python3-d

Re: [oe] [meta-python][PATCH 04/10] python3-iso8601: Upgrade 0.1.12 -> 0.1.13

2020-09-15 Thread Trevor Gamblin
On 9/14/20 5:04 AM, Leon Anavi wrote: Upgrade to release 0.1.13: - Move project source code to GitHub - Remove python 2.6, 3.2, 3.3 and 3.4 from tests - Add python 3.7 and 3.8 to tests Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-iso8601_0.1.12.bb => pyth

Re: [oe] [meta-python][PATCH 01/10] python3-hyperframe: Upgrade 5.2.0 -> 6.0.0

2020-09-15 Thread Trevor Gamblin
. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ython3-hyperframe_5.2.0.bb => python3-hyperframe_6.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-connectivity/python-hyperframe/{python3-hyperframe_5.2.0.bb => python3-hyperframe_6.

Re: [oe] [meta-python][PATCH 02/10] python3-traitlets: Upgrade 5.0.3 -> 5.0.4

2020-09-15 Thread Trevor Gamblin
- Improve output of configuration errors, especially when help output would make it hard to find the helpful error message Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-traitlets_5.0.3.bb => python3-traitlets_5.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH 03/10] python3-texttable: Upgrade 1.6.2 -> 1.6.3

2020-09-15 Thread Trevor Gamblin
On 9/14/20 5:04 AM, Leon Anavi wrote: Upgrade to release 1.6.3: - Improve int conversion License-Update: Update copyright year to 2020. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python3-texttable_1.6.2.bb | 11 --- .../python/python3

[oe] [meta-python][PATCH v2] python3-django: add recipe for 3.1.1

2020-09-14 Thread Trevor Gamblin
meta-python only contains a recipe for django 2.2.x, so add a recipe file for the newest branch. Signed-off-by: Trevor Gamblin --- v2 adds DEFAULT_PREFERENCE so that the 2.2.16 LTS version of python3-django is still the default choice for builds. .../python/python3-django_3.1.1.bb

Re: [oe] [meta-python][PATCH] python3-django: add recipe for 3.1.1

2020-09-11 Thread Trevor Gamblin
. On Fri, Sep 11, 2020 at 7:26 AM Trevor Gamblin mailto:trevor.gamb...@windriver.com>> wrote: meta-python only contains a recipe for django 2.2.x, so add a recipe file for the newest branch. Signed-off-by: Trevor Gamblin mailto:trevor.gamb...@windriv

[oe] [meta-python][PATCH] python3-django: add recipe for 3.1.1

2020-09-11 Thread Trevor Gamblin
meta-python only contains a recipe for django 2.2.x, so add a recipe file for the newest branch. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_3.1.1.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python

[oe] [meta-python][PATCH] python3-django: upgrade 2.2.13 -> 2.2.16

2020-09-11 Thread Trevor Gamblin
). - Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value (#31863). Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.13.bb | 9 - .../recipes-devtools/python/python3-django_2.2.16.bb

Re: [oe] [meta-python][PATCH 1/2] packagegroup-meta-python: Add new packages

2020-09-09 Thread Trevor Gamblin
On 9/2/20 3:12 PM, Khem Raj wrote: Reorganise entries per line Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 470 -- 1 file changed, 428 insertions(+), 42 deletions(-) diff --git a/meta-python/recipes-core

Re: [oe] [meta-python][PATCH 1/3] python3-isort: Upgrade 5.4.2 -> 5.5.0

2020-09-09 Thread Trevor Gamblin
ed testing applied to code snippets. - Create automated integration test that includes full code base of largest OpenSource isort users. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-isort_5.4.2.bb => python3-isort_5.5.0.bb} | 4 ++-- 1 file changed, 2 ins

Re: [oe] [meta-python][PATCH 2/3] python3-traitlets: 5.0.0 -> 5.0.2

2020-09-09 Thread Trevor Gamblin
On 9/3/20 9:35 AM, Leon Anavi wrote: Upgrade to release 5.0.2: - update cast_unicode with Python's standard decode method Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-traitlets_5.0.0.bb => python3-traitlets_5.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+)

Re: [oe] [meta-python][PATCH 2/2] meta-python-image,meta-python-ptest-image: Use python3 packagegroups

2020-09-09 Thread Trevor Gamblin
On 9/2/20 3:12 PM, Khem Raj wrote: Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-core/images/meta-python-image.bb | 3 +-- meta-python/recipes-core/images/meta-python-ptest-image.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

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