[oe] [meta-python][PATCH 1/3] python3-imageio: Upgrade 2.14.1 -> 2.15.0

2022-02-10 Thread Leon Anavi
-off-by: Leon Anavi --- .../{python3-imageio_2.14.1.bb => python3-imageio_2.15.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.14.1.bb => python3-imageio_2.15.0.bb} (81%) diff --git a/meta-python/recipes-de

[oe] [meta-python][PATCH 2/3] python3-humanize: Upgrade 3.13.1 -> 3.14.0

2022-02-10 Thread Leon Anavi
Upgrade to release 3.14.0: - Don't deprecate time.Unit enumeration - Use humanize.intcomma to format years in time module Signed-off-by: Leon Anavi --- .../{python3-humanize_3.13.1.bb => python3-humanize_3.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 1/2] python3-ansi2html: Upgrade 1.6.0 -> 1.7.0

2022-01-31 Thread Leon Anavi
of CHANGELOG.rst - Update linting dependencies - Upgrade the build process - Add type hinting - Update CI badges in readme - Bump setuptools-scm version Signed-off-by: Leon Anavi --- .../python/python3-ansi2html_1.6.0.bb | 13 -- .../python/python3-ansi2html_1.7.0.bb | 25

[oe] [meta-python][PATCH 2/2] python3-coverage: Upgrade 6.2 -> 6.3

2022-01-31 Thread Leon Anavi
if the directory is empty. This should prevent certain unfortunate accidents of writing the file where it is not wanted. Signed-off-by: Leon Anavi --- .../{python3-coverage_6.2.bb => python3-coverage_6.3.bb}| 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 3/3] python3-fasteners: Upgrade 0.17.2 -> 0.17.3

2022-01-26 Thread Leon Anavi
Upgrade to release 0.17.3: - Allow writer to become a reader in thread ReaderWriter lock Signed-off-by: Leon Anavi --- ...{python3-fasteners_0.17.2.bb => python3-fasteners_0.17.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 2/3] python3-bandit: Upgrade 1.7.1 -> 1.7.2

2022-01-26 Thread Leon Anavi
leftover openstack code - Correctly define extras in setup.cfg Signed-off-by: Leon Anavi --- .../{python3-bandit_1.7.1.bb => python3-bandit_1.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-bandit_1.7.1.bb => p

[oe] [meta-python][PATCH 1/3] python3-jdatetime: Upgrade 3.8.1 -> 3.8.2

2022-01-26 Thread Leon Anavi
Upgrade to release 3.8.2: - Fix older version objects unpickling problem Signed-off-by: Leon Anavi --- .../{python3-jdatetime_3.8.1.bb => python3-jdatetime_3.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-jdatetime_3.8.1

[oe] [meta-python][PATCH 4/4] python3-redis: Upgrade 4.0.2 -> 4.1.1

2022-01-24 Thread Leon Anavi
Upgrade to release 4.1.1: - Add retries to connections in Sentinel Pools - OCSP Stapling Support - Define incr/decr as aliases of incrby/decrby - FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN Signed-off-by: Leon Anavi --- .../python/{python3-redis_4.0.2.bb

[oe] [meta-python][PATCH 3/4] python3-aenum: Upgrade 3.1.6 -> 3.1.8

2022-01-24 Thread Leon Anavi
Upgrade to release 3.1.8. Signed-off-by: Leon Anavi --- .../python/{python3-aenum_3.1.6.bb => python3-aenum_3.1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aenum_3.1.6.bb => python3-aenum_3.1.8.bb} (77%) diff --git

[oe] [meta-python][PATCH 2/4] python3-pandas: Upgrade 1.3.5 -> 1.4.0

2022-01-24 Thread Leon Anavi
- unstack and pivot_table no longer raises ValueError for result that would exceed int32 limit - groupby.apply consistent transform detection Signed-off-by: Leon Anavi --- .../python/{python3-pandas_1.3.5.bb => python3-pandas_1.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 1/4] python3-imageio: Upgrade 2.14.0 -> 2.14.1

2022-01-24 Thread Leon Anavi
Upgrade to release 2.14.1: - Avoid raw bytes in exception message Signed-off-by: Leon Anavi --- .../{python3-imageio_2.14.0.bb => python3-imageio_2.14.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.14.0

[oe] [meta-python][PATCH 5/5] python3-sentry-sdk: Upgrade 1.5.2 -> 1.5.3

2022-01-21 Thread Leon Anavi
Upgrade to release 1.5.3: - Pick up custom urlconf set by Django middlewares from request if any Signed-off-by: Leon Anavi --- ...{python3-sentry-sdk_1.5.2.bb => python3-sentry-sdk_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 3/5] python3-pycocotools: Upgrade 2.0.2 -> 2.0.4

2022-01-21 Thread Leon Anavi
Upgrade to release 2.0.4: - Revamp Python build system to fix multiple build problems - Update config.yml Signed-off-by: Leon Anavi --- ...thon3-pycocotools_2.0.2.bb => python3-pycocotools_2.0.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 4/5] python3-paramiko: Upgrade 2.9.1 -> 2.9.2

2022-01-21 Thread Leon Anavi
no overlap between that list and what a Paramiko client supports, now raise an exception instead of defaulting to rsa-sha2-512 (since the use of server-sig-algs allows us to know what the server supports). Signed-off-by: Leon Anavi --- .../{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2

[oe] [meta-python][PATCH 1/5] python3-pillow: Upgrade 8.3.2 -> 9.0.0

2022-01-21 Thread Leon Anavi
dist' with '-m build --sdist' - Use declarative package configuration - Use title for display in ImageShow - Fix for PyQt6 - Rename master to main Signed-off-by: Leon Anavi --- .../{python3-pillow_8.3.2.bb => python3-pillow_9.0.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[oe] [meta-python][PATCH 2/5] imageio: Upgrade 2.13.5 -> 2.14.0

2022-01-21 Thread Leon Anavi
Upgrade to release 2.14.0: - Handle pillow9 GIFs - Allow mode=None when writing with pillow - Add repo to PYTHONPATH in should_release? - Reorganize commit tags - Reduce release frequency to weekly Signed-off-by: Leon Anavi --- .../{python3-imageio_2.13.5.bb => python3-imageio_2.14.0

[oe] [meta-python][PATCH 2/2] python3-twine: Upgrade 3.4.1 -> 3.7.1

2022-01-20 Thread Leon Anavi
a helpful error message when an upload fails due to missing a trailing slash in the URL - Generalize --verbose suggestion when an upload fails Signed-off-by: Leon Anavi --- .../python/python3-twine_3.4.1.bb | 14 --- .../python/python3-twine_3.7.1.bb | 23

[oe] [meta-python][PATCH 1/2] python3-simpleeval: Upgrade 0.9.10 -> 0.9.12

2022-01-20 Thread Leon Anavi
Upgrade to release 0.9.12: - Remove Cyclic references (memory leak) - Add left & right shift operations (<< and >>) - Switch to GH actions & CodeCov.io for CI tests - Add extra contributors details - Reformat w/ Black + isort, and have linting of those in CI Signe

[oe] [meta-python][PATCH 5/5] python3-frozenlist: Upgrade 1.2.0 -> 1.3.0

2022-01-19 Thread Leon Anavi
Upgrade to release 1.3.0: - Do not install C sources with binary distributions - Dropped Python 3.6 support Signed-off-by: Leon Anavi --- ...{python3-frozenlist_1.2.0.bb => python3-frozenlist_1.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 4/5] python3-dnspython: Upgrade 2.1.0 -> 2.2.0

2022-01-19 Thread Leon Anavi
you have a node which contains a CNAME rdataset, and then add an MX rdataset to it, then the CNAME rdataset will be deleted. Likewise if you have a node containing an MX rdataset and add a CNAME rdataset, the MX rdataset will be deleted. - Extended DNS Errors, as specified in RFC 8914, are now s

[oe] [meta-python][PATCH 2/5] python3-decorator: Upgrade 5.1.0 -> 5.1.1

2022-01-19 Thread Leon Anavi
Upgrade to release 5.1.1: - Fix so that cythonized functions can be decorated - Fix an issue in the decorator_apply example - Fix issues with decorator.contextmanager Signed-off-by: Leon Anavi --- .../{python3-decorator_5.1.0.bb => python3-decorator_5.1.1.bb} | 2 +- 1 file changed

[oe] [meta-python][PATCH 3/5] python3-pythonping: Upgrade 1.1.0 -> 1.1.1

2022-01-19 Thread Leon Anavi
Upgrade to release 1.1.1: - Fix packet length representation Signed-off-by: Leon Anavi --- ...{python3-pythonping_1.1.0.bb => python3-pythonping_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pythonping_1.1.0.bb => p

[oe] [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.5 -> 3.1.6

2022-01-19 Thread Leon Anavi
Upgrade to release 3.1.6. Signed-off-by: Leon Anavi --- .../python/{python3-aenum_3.1.5.bb => python3-aenum_3.1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aenum_3.1.5.bb => python3-aenum_3.1.6.bb} (77%) diff --git

[oe] [meta-python][PATCH 3/3] python3-fastjsonschema: Upgrade 2.15.1 -> 2.15.3

2022-01-18 Thread Leon Anavi
Upgrade to release 2.15.3: - Fix swapping handlers - Fix tests - Readablregexps in generated code Signed-off-by: Leon Anavi --- ...astjsonschema_2.15.1.bb => python3-fastjsonschema_2.15.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 2/3] python3-fasteners: Upgrade 0.16.3 -> 0.17.2

2022-01-18 Thread Leon Anavi
- Fix a failure to parse README as utf-8 - Move from nosetest to pytest and cleanup testing infrastructure Signed-off-by: Leon Anavi --- ...asteners_0.16.3.bb => python3-fasteners_0.17.2.bb} | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 1/3] python3-gmpy2: Upgrade 2.1.1 -> 2.1.2

2022-01-18 Thread Leon Anavi
Upgrade to release 2.1.2: - Added binary wheels for Apple silicon Signed-off-by: Leon Anavi --- .../python/{python3-gmpy2_2.1.1.bb => python3-gmpy2_2.1.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gmpy2_2.1.1.bb => p

[oe] [meta-python][PATCH 3/3] python3-croniter: Upgrade 1.1.0 -> 1.2.0

2022-01-17 Thread Leon Anavi
. Signed-off-by: Leon Anavi --- .../{python3-croniter_1.1.0.bb => python3-croniter_1.2.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_1.1.0.bb => python3-croniter_1.2.0.bb} (78%) diff --git a/meta-python/recipes-de

[oe] [meta-python][PATCH 1/3] python3-jdatetime: Upgrade 3.6.4 -> 3.8.1

2022-01-17 Thread Leon Anavi
Upgrade to release 3.8.1: - Fixed pickle problem of jdate and jdatetime objects - Fixed unicode literal problem in isoformat License-Update: Use the LICENSE file. Signed-off-by: Leon Anavi --- ...{python3-jdatetime_3.6.4.bb => python3-jdatetime_3.8.1.bb} | 4 ++-- 1 file changed, 2 inserti

[oe] [meta-python][PATCH 2/3] python3-jsmin: Upgrade 3.0.0 -> 3.0.1

2022-01-17 Thread Leon Anavi
Upgrade to release 3.0.1: - Bump (patch) version Signed-off-by: Leon Anavi --- .../python/{python3-jsmin_3.0.0.bb => python3-jsmin_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-jsmin_3.0.0.bb => python3-jsmin_3.

[oe] [meta-python][PATCH 3/3] python3-charset-normalizer: Upgarde 2.0.7 -> 2.0.10

2022-01-13 Thread Leon Anavi
Upgrade to release 2.0.10: - Fallback match entries might lead to UnicodeDecodeError for large bytes sequence - Skipping the language-detection (CD) on ASCII Signed-off-by: Leon Anavi --- ...zer_2.0.7.bb => python3-charset-normalizer_2.0.10.bb} | 9 - 1 file changed, 8 inserti

[oe] [meta-python][PATCH 2/3] python3-wtforms: Upgrade 3.0.0 -> 3.0.1

2022-01-13 Thread Leon Anavi
Upgrade to release 3.0.1: - Fixed :class:`~fields.DateTimeField` and other similar fields can handle multiple formats - Stop support for python 3.6 Signed-off-by: Leon Anavi --- .../{python3-wtforms_3.0.0.bb => python3-wtforms_3.0.1.bb} | 3 +-- 1 file changed, 1 insertion(+)

[oe] [meta-python][PATCH 1/3] python3-regex: Upgrade 2021.10.8 -> 2021.11.10

2022-01-13 Thread Leon Anavi
Upgrade to release 2021.11.10: - Minor changes to some tests - Removed unused functions - Fuzzy regex matching doesn't seem to test insertions correctly License-Update: Use LICENSE.txt Signed-off-by: Leon Anavi --- ...python3-regex_2021.10.8.bb => python3-regex_2021.11.10.bb} | 4 ++-- 1 f

[oe] [meta-python][PATCH 5/5] python3-sentry-sdk: Upgrade 1.4.3 -> 1.5.2

2022-01-12 Thread Leon Anavi
Upgrade to release 1.5.2: - Record event_processor client reports - Add a Quart integration - Sanic v21.12 support - Support Celery abstract tasks Signed-off-by: Leon Anavi --- ...{python3-sentry-sdk_1.4.3.bb => python3-sentry-sdk_1.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 3/5] python3-requests: Upgrade 2.26.0 -> 2.27.1

2022-01-12 Thread Leon Anavi
Upgrade to release 2.27.1: - Fixed parsing issue that resulted in the auth component being dropped from proxy URLs. Signed-off-by: Leon Anavi --- .../{python3-requests_2.26.0.bb => python3-requests_2.27.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 4/5] python3-natsort: Upgrade 8.0.0 -> 8.0.2

2022-01-12 Thread Leon Anavi
Upgrade to release 8.0.2: - Bug where sorting paths fail if one of the paths is '.'. - Compose unicode characters when using locale to ensure sorting is correct across all locales. Signed-off-by: Leon Anavi --- .../{python3-natsort_8.0.0.bb => python3-natsort_8.0.2.bb} | 2 +- 1 f

[oe] [meta-python][PATCH 1/5] python3-asyncio-throttle: Add recipe

2022-01-12 Thread Leon Anavi
Add asyncio-throttle: a simple, easy-to-use throttler for asyncio. Signed-off-by: Leon Anavi --- .../python/python3-asyncio-throttle_1.0.2.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb

[oe] [meta-python][PATCH 2/5] python3-aiohue: Upgrade 3.0.1 -> 3.0.11

2022-01-12 Thread Leon Anavi
Upgrade to release 3.0.11: - Add workaround for FOH switches - Fix short and long flash for lights - Fix reconnect last event id Signed-off-by: Leon Anavi --- .../{python3-aiohue_3.0.1.bb => python3-aiohue_3.0.11.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename m

[oe] [meta-python][PATCH 5/5] python3-bitarray: Upgrade 2.3.4 -> 2.3.5

2022-01-10 Thread Leon Anavi
Upgrade to release 2.3.5: - Fixed bug for big-endian systems (such as IBM s390) - Pass `zip_safe=False` to `setup()` Signed-off-by: Leon Anavi --- .../{python3-bitarray_2.3.4.bb => python3-bitarray_2.3.5.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 3/5] python3-urllib3: Upgrade 1.26.7 -> 1.26.8

2022-01-10 Thread Leon Anavi
from urllib3.packages.ssl_match_hostname to urllib3.util.ssl_match_hostname to ensure Python 3.10+ compatibility after being repackaged by downstream distributors. - Fixed absolute imports, all imports are now relative. Signed-off-by: Leon Anavi --- .../{python3-urllib3_1.26.7.bb => pyth

[oe] [meta-python][PATCH 1/5] python3-google-api-core: Upgrade 2.2.0 -> 2.3.2

2022-01-10 Thread Leon Anavi
Upgrade to release 2.3.2: - add operations rest client to support long-running operations - handle bare 'grpc.Call' in 'from_grpc_error' Signed-off-by: Leon Anavi --- ...oogle-api-core_2.2.0.bb => python3-google-api-core_2.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][PATCH 4/5] python3-rdflib: Upgrade 6.0.2 -> 6.1.1

2022-01-10 Thread Leon Anavi
! - many bug fixes Signed-off-by: Leon Anavi --- .../python/{python3-rdflib_6.0.2.bb => python3-rdflib_6.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rdflib_6.0.2.bb => python3-rdflib_6.1.1.bb} (81%) diff --git a/meta-

[oe] [meta-python][PATCH 2/5] python3-astroid: Upgrade 2.9.2 -> 2.9.3

2022-01-10 Thread Leon Anavi
Upgrade to release 2.9.3: - Fixed regression where packages without a ``__init__.py`` file were not recognized or imported correctly. Signed-off-by: Leon Anavi --- .../{python3-astroid_2.9.2.bb => python3-astroid_2.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][PATCH 4/5] python3-typeguard: Upgrade 2.13.2 -> 2.13.3

2022-01-10 Thread Leon Anavi
Upgrade to release 2.13.3: - Fixed TypeError when using typeguard within exec() (where __module__ is None) - Fixed TypedDict causing TypeError: TypedDict does not support instance and class checks on Python 3.8 with standard library (not typing_extensions) typed dicts Signed-off-by: Leon

[oe] [meta-python][PATCH 5/5] python3-huey: Upgrade 2.4.2 -> 2.4.3

2022-01-10 Thread Leon Anavi
Upgrade to release 2.4.3: - Fix compatibility issue with new redis-py Signed-off-by: Leon Anavi --- .../python/{python3-huey_2.4.2.bb => python3-huey_2.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.4.2

[oe] [meta-python][PATCH 3/5] python3-pycocotools: Upgrade 2.0.2 -> 2.0.4

2022-01-10 Thread Leon Anavi
Upgrade to release 2.0.4: - Revamp Python build system to fix multiple build problems - Update config.yml Signed-off-by: Leon Anavi --- ...thon3-pycocotools_2.0.2.bb => python3-pycocotools_2.0.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 2/5] python3-paramiko: Upgrade 2.9.1 -> 2.9.2

2022-01-10 Thread Leon Anavi
no overlap between that list and what a Paramiko client supports, now raise an exception instead of defaulting to rsa-sha2-512 (since the use of server-sig-algs allows us to know what the server supports). Signed-off-by: Leon Anavi --- .../{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2

[oe] [meta-python][PATCH 1/5] python3-diskcache: Upgrade 5.3.0 -> 5.4.0

2022-01-10 Thread Leon Anavi
Upgrade to release 5.4.0: - Run isort - Remove unused imports - Update tests for Django 3.2 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...diskcache_5.3.0.bb => python3-diskcache_5.4.0.bb} | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 2/2] python3-pycocotools: Upgrade 2.0.2 -> 2.0.4

2022-01-10 Thread Leon Anavi
Upgrade to release 2.0.4: - Revamp Python build system to fix multiple build problems - Update config.yml Signed-off-by: Leon Anavi --- ...thon3-pycocotools_2.0.2.bb => python3-pycocotools_2.0.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 1/2] python3-paramiko: Upgrade 2.9.1 -> 2.9.2

2022-01-10 Thread Leon Anavi
no overlap between that list and what a Paramiko client supports, now raise an exception instead of defaulting to rsa-sha2-512 (since the use of server-sig-algs allows us to know what the server supports). Signed-off-by: Leon Anavi --- .../{python3-paramiko_2.9.1.bb => python3-paramiko_2.9.2

[oe] [meta-python][PATCHv2] python3-ujson: Upgrade 5.0.0 -> 5.1.0

2022-01-10 Thread Leon Anavi
Upgrade to release 5.1.0: - Strip debugging symbols from Linux binaries Add a patch in setup.py to disable striping debugging symbols for Linux to avoid already-stripped build errors. Signed-off-by: Leon Anavi --- ...up.py-Do-not-strip-debugging-symbols.patch | 29

Re: [oe] [meta-python][PATCH 2/5] python3-ujson: Upgrade 5.0.0 -> 5.1.0

2022-01-10 Thread Leon Anavi
Hi Khem, On 7.01.22 г. 20:55, Khem Raj wrote: On 1/7/22 9:47 AM, Leon Anavi wrote: Upgrade to release 5.1.0: - Strip debugging symbols from Linux binaries Add INSANE_SKIP for already-stripped to avoid build errors due to the stripped debugging symbols from Linux binaries in this release

[oe] [meta-python][PATCH 5/5] python3-cantools: Upgrade 37.0.0 -> 37.0.1

2022-01-07 Thread Leon Anavi
Upgrade to release 37.0.1: - Fix issue Wrong compare type in _check_signals_ranges_scaling() Signed-off-by: Leon Anavi --- ...on3-cantools_37.0.0.bb => python3-cantools_37.0.1.bb} | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 4/5] python3-robotframework: Upgrade 4.1.2 -> 4.1.3

2022-01-07 Thread Leon Anavi
Upgrade to release 4.1.3: - Fix to a regression related to parsing reStructuredText files that was introduced in Robot Framework 4.1.2 Signed-off-by: Leon Anavi --- ...-robotframework_4.1.2.bb => python3-robotframework_4.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.9.0 -> 2.9.2

2022-01-07 Thread Leon Anavi
Upgrade to release 2.9.2: - Fixed regression in ``astroid.scoped_nodes`` where ``_is_metaclass`` was not accessible anymore. Signed-off-by: Leon Anavi --- .../{python3-astroid_2.9.0.bb => python3-astroid_2.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 1/5] python3-psutil: Upgrade 5.8.0 -> 5.9.0

2022-01-07 Thread Leon Anavi
prints file name and line number of the debug messages coming from C extension modules. - rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc. Signed-off-by: Leon Anavi --- .../{python3-psutil_5.8.0.bb => python3-psutil_5.9.0.bb} | 4 +++- 1 file changed, 3 insertions(+)

[oe] [meta-python][PATCH 2/5] python3-ujson: Upgrade 5.0.0 -> 5.1.0

2022-01-07 Thread Leon Anavi
Upgrade to release 5.1.0: - Strip debugging symbols from Linux binaries Add INSANE_SKIP for already-stripped to avoid build errors due to the stripped debugging symbols from Linux binaries in this release. Signed-off-by: Leon Anavi --- .../{python3-ujson_5.0.0.bb => python3-ujson_5.1.0

[oe] [meta-python][PATCH] python3-diskcache: Upgrade 5.3.0 -> 5.4.0

2022-01-07 Thread Leon Anavi
Upgrade to release 5.4.0: - Run isort - Remove unused imports - Update tests for Django 3.2 Signed-off-by: Leon Anavi --- ...diskcache_5.3.0.bb => python3-diskcache_5.4.0.bb} | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 4/4] python3-imageio: Upgrade 2.13.3 -> 2.13.5

2022-01-06 Thread Leon Anavi
Upgrade to release 2.13.5: - Clean up PillowPlugin destructor - Close standard streams after webcam access Signed-off-by: Leon Anavi --- .../{python3-imageio_2.13.3.bb => python3-imageio_2.13.5.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 3/4] python3-pychromecast: Upgrade 10.1.1 -> 10.2.3

2022-01-06 Thread Leon Anavi
Upgrade to release 10.2.3: - Attempt reconnect on unknown exceptions - Handle NotConnected exception when reconnecting Signed-off-by: Leon Anavi --- ...n3-pychromecast_10.1.1.bb => python3-pychromecast_10.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 2/4] python3-isodate: Upgrade 0.6.0 -> 0.6.1

2022-01-06 Thread Leon Anavi
Upgrade to release 0.6.1: - support python 3.10 - last version to support py 2.7 Signed-off-by: Leon Anavi --- .../{python3-isodate_0.6.0.bb => python3-isodate_0.6.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 1/4] python3-paramiko: Upgrade 2.8.0 -> 2.9.1

2022-01-06 Thread Leon Anavi
. Signed-off-by: Leon Anavi --- .../{python3-paramiko_2.8.0.bb => python3-paramiko_2.9.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-paramiko_2.8.0.bb => python3-paramiko_2.9.1.bb} (82%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 3/3] python3-prompt-toolkit: Upgrade 3.0.22 -> 3.0.24

2021-12-17 Thread Leon Anavi
Upgrade to release 3.0.24 with the following fixes: - Prevent window content overflowing when using scrollbars. - Handle `PermissionError` when trying to attach /dev/null in vt100 input. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.22.bb => python3-prompt-toolkit_3.0.24.bb} | 2 +-

[oe] [meta-python][PATCH 1/3] python3-humanize: Upgrade 3.12.0 -> 3.13.1

2021-12-17 Thread Leon Anavi
Upgrade to release 3.13.1: - Add da_DK language - Fix and add Russian and Ukrainian words - Add missing strings for Polish translation - Add Traditional Chinese (zh-HK) - Temporarily comment out to avoid warning during import humanize Signed-off-by: Leon Anavi --- .../{python3-humanize_3.12.0

[oe] [meta-python][PATCH 2/3] python3-cachecontrol: Upgrade 0.12.9 -> 0.12.10

2021-12-17 Thread Leon Anavi
Upgrade to release 0.12.10: - Add .venv and web_cache to gitignore - Allow redis to set expires with an int arg Signed-off-by: Leon Anavi --- ...3-cachecontrol_0.12.9.bb => python3-cachecontrol_0.12.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 3/3] python3-jsonpointer: Upgrade 2.1 -> 2.2

2021-11-22 Thread Leon Anavi
Upgrade to release 2.2: - Add method and add classmethod tag - Add test for get_parts (new method) Signed-off-by: Leon Anavi --- .../{python3-jsonpointer_2.1.bb => python3-jsonpointer_2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 2/3] python3-marshmallow: Upgrade 3.14.0 -> 3.14.1

2021-11-22 Thread Leon Anavi
Upgrade to release 3.14.1: - Fix publishing type hints per PEP-561 Signed-off-by: Leon Anavi --- ...hon3-marshmallow_3.14.0.bb => python3-marshmallow_3.14.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-marshmallow_3.14.0

[oe] [meta-python][PATCH 1/3] python3-imageio: Upgrade 2.11.0 -> 2.11.1

2021-11-22 Thread Leon Anavi
Upgrade to release 2.11.1: - Fix BytesIO regression for legacy pillow Signed-off-by: Leon Anavi --- .../{python3-imageio_2.11.0.bb => python3-imageio_2.11.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.11.0

[oe] [meta-python][PATCH 2/5] python3-imageio: Upgrade 2.10.5 -> 2.11.0

2021-11-19 Thread Leon Anavi
Upgrade to release 2.11.0: - Choose plugin based on extension and plugin lazy-import Signed-off-by: Leon Anavi --- .../{python3-imageio_2.10.5.bb => python3-imageio_2.11.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 4/5] python3-simplejson: Upgrade 3.17.5 -> 3.17.6

2021-11-19 Thread Leon Anavi
Upgrade to release 3.17.6: - Declare support for Python 3.10 and add wheels Signed-off-by: Leon Anavi --- ...ython3-simplejson_3.17.5.bb => python3-simplejson_3.17.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-simplejson_3.1

[oe] [meta-python][PATCH 5/5] python3-aiohue: Upgrade 2.6.3 -> 3.0.1

2021-11-19 Thread Leon Anavi
Upgrade to release 3.0.1: - catch more generic aiohttp ClientError in eventstream - Refactor full v2 support - Bump flake8 from 3.9.2 to 4.0.1 Signed-off-by: Leon Anavi --- .../python/{python3-aiohue_2.6.3.bb => python3-aiohue_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

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

2021-11-19 Thread Leon Anavi
numerically * Right-aligns the left-most column in completion hint table Signed-off-by: Leon Anavi --- .../python/{python3-cmd2_2.3.0.bb => python3-cmd2_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cmd2_2.3.0.bb => p

[oe] [meta-python][PATCH 1/5] python3-prompt-toolkit: Upgrade 3.0.21 -> 3.0.22

2021-11-19 Thread Leon Anavi
Upgrade to release 3.0.22: - Fix stopping of telnet server (capture cancellation exception). Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.21.bb => python3-prompt-toolkit_3.0.22.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 3/3] python3-jedi: Upgrade 0.18.0 -> 0.18.1

2021-11-18 Thread Leon Anavi
Upgrade to release 0.18.1: - Implict namespaces are now a separate types in Name().type - Python 3.10 support - Mostly bugfixes Signed-off-by: Leon Anavi --- ...{python3-jedi_0.18.0.bb => python3-jedi_0.18.1.bb} | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) rename m

[oe] [meta-python][PATCH 2/3] python3-parso: Add runtime dependencies

2021-11-18 Thread Leon Anavi
Add runtime dependencies for parso. Signed-off-by: Leon Anavi --- meta-python/recipes-devtools/python/python3-parso_0.8.2.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb b/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 1/3] python3-deprecated: Upgrade 1.2.12 -> 1.2.13

2021-11-18 Thread Leon Anavi
scripts and set the version format to match the current version. - Change configuration for Tox: run unit tests on Wrapt Signed-off-by: Leon Anavi --- ...n3-deprecated_1.2.12.bb => python3-deprecated_1.2.13.bb} | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.10.3 -> 2.10.5

2021-11-17 Thread Leon Anavi
Upgrade to release 2.10.5: - Resolve regression on imageJ TIFF hyperstacks - Consistently handle file opening/closing Signed-off-by: Leon Anavi --- .../{python3-imageio_2.10.3.bb => python3-imageio_2.10.5.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 1/2] python3-eventlet: Upgrade 0.32.0 -> 0.33.0

2021-11-17 Thread Leon Anavi
setters Signed-off-by: Leon Anavi --- ...on3-eventlet_0.32.0.bb => python3-eventlet_0.33.0.bb} | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-eventlet_0.32.0.bb => python3-eventlet_0.33.0.bb} (53%) diff --git a/meta-python/r

[oe] [meta-python][PATCH] packagegroup-meta-python.bb: Add new packages

2021-11-16 Thread Leon Anavi
Add new packages: - python3-aiosignal - python3-frozenlist - python3-charset-normalizer - python3-cchardet Signed-off-by: Leon Anavi --- .../recipes-core/packagegroups/packagegroup-meta-python.bb| 4 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-core/packagegroups

[oe] [meta-python][PATCH 1/5] python3-cchardet: Add recipe

2021-11-15 Thread Leon Anavi
Universal character encoding detector, release 2.1.7: - support Python 3.9 - drop support for Python 3.5 Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-cchardet_2.1.7.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools

[oe] [meta-python][PATCH 4/5] python3-aiosignal: Add recipe

2021-11-15 Thread Leon Anavi
A list of registered asynchronous callbacks. Version 1.2.0: - Added support for Python 3.10 - Mark aiosignal as Python3-only package Signed-off-by: Leon Anavi --- .../python/python3-aiosignal_1.2.0.bb| 12 1 file changed, 12 insertions(+) create mode 100644 meta

[oe] [meta-python][PATCH 2/5] python3-charset-normalizer: Add recipe

2021-11-15 Thread Leon Anavi
rage PEP263 when PEP3120 is not supported - Refactoring for potential performance improvements in loops - Various detection improvement (MD+CD) - Fix a minor inconsistency between Python 3.5 and other versions regarding language detection Signed-off-by: Leon Anavi --- .../python/python3-cha

[oe] [meta-python][PATCH 3/5] python3-frozenlist: Add recipe

2021-11-15 Thread Leon Anavi
- Started shipping platform-specific wheels with the musl tag targeting typical Alpine Linux runtimes - Started shipping platform-specific arm64 wheels for Apple Silicon Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-frozenlist_1.2.0.bb | 8 1 file changed, 8

[oe] [meta-python][PATCH 5/5] python3-aiohttp: Upgrade 3.8.0 -> 3.8.1

2021-11-15 Thread Leon Anavi
-ipv6 option but his system enable the ipv6. - Do not install "examples" as a top-level package. - Restored ability to connect IPv6-only host. - Remove Signal from __all__, replace aiohttp.Signal with aiosignal.Signal in docs - Made chunked encoding HTTP header check stricter Signed-of

[oe] [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.3 -> 2.3.1

2021-11-15 Thread Leon Anavi
Upgrade to release 2.3.1: - FIX: Ensure attribute selectors match tags that have new lines characters in attributes. Signed-off-by: Leon Anavi --- .../{python3-soupsieve_2.3.bb => python3-soupsieve_2.3.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 1/5] python3-aenum: Upgrade 3.1.3 -> 3.1.5

2021-11-15 Thread Leon Anavi
Upgrade to release 3.1.5: - fix extend_enum() - tests: move enum setting from body to header Signed-off-by: Leon Anavi --- .../{python3-aenum_3.1.3.bb => python3-aenum_3.1.5.bb} | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 4/5] python3-colorlog: Upgrade 6.5.0 -> 6.6.0

2021-11-15 Thread Leon Anavi
Upgrade to release 6.6.0: - Add a force_color option to colorlog.formatter.ColoredFormatter - Support the FORCE_COLOR environment variable Signed-off-by: Leon Anavi --- .../{python3-colorlog_6.5.0.bb => python3-colorlog_6.6.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][PATCH 3/5] python3-bandit: Uprade 1.7.0 -> 1.7.1

2021-11-15 Thread Leon Anavi
Upgrade to release 1.7.1: - Fix broken reported URL link for B107 - fix reading initial values from .bandit - Always use a Loader in yaml.load - PEP-518 support: configure bandit via pyproject.toml Signed-off-by: Leon Anavi --- .../{python3-bandit_1.7.0.bb => python3-bandit_1.7.1.bb}

[oe] [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13

2021-11-15 Thread Leon Anavi
Upgrade to release 0.36.13: - Unavailable interfaces are now skipped during socket bind - Downgraded incoming corrupt packet logging to debug Signed-off-by: Leon Anavi --- ...{python3-zeroconf_0.36.12.bb => python3-zeroconf_0.36.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 3/6] python3-yarl: Upgrade 1.7.0 -> 1.7.2

2021-11-12 Thread Leon Anavi
Upgrade to release 1.7.2: - Changed call in with_port() to stop reencoding parts of the URL that were already encoded. - Fix 1.7.0 build error Signed-off-by: Leon Anavi --- .../python/{python3-yarl_1.7.0.bb => python3-yarl_1.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 6/6] python3-coverage: Upgrade 6.1.1 -> 6.1.2

2021-11-12 Thread Leon Anavi
. Although I'd rather not "fix" unsupported interfaces, it's actually nicer with a default value. Signed-off-by: Leon Anavi --- .../{python3-coverage_6.1.1.bb => python3-coverage_6.1.2.bb} | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) rename meta-python/recipes-de

[oe] [meta-python][PATCH 5/6] python3-astroid: Upgrade 2.8.4 -> 2.8.5

2021-11-12 Thread Leon Anavi
nested if expressions and filtering of statements - Fix incorrect filtering of assignment expressions statements Signed-off-by: Leon Anavi --- .../{python3-astroid_2.8.4.bb => python3-astroid_2.8.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 2/6] python3-zeroconf: Upgrade 0.36.9 -> 0.36.12

2021-11-12 Thread Leon Anavi
Upgrade to release 0.36.12: - Prevent service lookups from deadlocking if time abruptly moves backwards - scope_id is now stripped from IPv6 addresses if given - Optimized decoding labels from incoming packets Signed-off-by: Leon Anavi --- .../{python3-zeroconf_0.36.9.bb => pyth

[oe] [meta-python][PATCH 1/6] python3-pydicti: Upgrade 1.1.4 -> 1.1.6

2021-11-12 Thread Leon Anavi
Upgrade to release 1.1.6: - Update the badges on the landing page - Maintenance release for testing automatic releases using GitHub Actions Signed-off-by: Leon Anavi --- .../{python3-pydicti_1.1.4.bb => python3-pydicti_1.1.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deleti

[oe] [meta-python][PATCH 4/6] python3-elementpath: Upgrade 2.3.2 -> 2.4.0

2021-11-12 Thread Leon Anavi
Upgrade to release 2.4.0: - Fix type annotations and going strict on parsers and other public classes - Add XPathConstructor token class (subclass of XPathFunction) - Last release for Python 3.6 Signed-off-by: Leon Anavi --- ...ython3-elementpath_2.3.2.bb => python3-elementpath_2.4.0.bb}

[oe] [meta-python][PATCH] python3-yappi: Upgrade 1.3.2 -> 1.3.3

2021-11-12 Thread Leon Anavi
Upgrade to release 1.3.3: - Fix 3.10 support - Fix wrong sorting key when tavg is selected Signed-off-by: Leon Anavi --- .../python/python3-yappi/python310.patch | 51 --- ...-yappi_1.3.2.bb => python3-yappi_1.3.3.bb} | 3 +- 2 files changed, 1 insertion(+), 53 deleti

[oe] [meta-python][PATCH] python3-configparser: Upgrade 5.0.2 -> 5.1.0

2021-11-10 Thread Leon Anavi
Upgrade to release 5.1.0: - Synced with Python 3.10.0. - Packaging refresh. - Tests now run on Python 3.10. - Modernized code relying on Python 3.6. Signed-off-by: Leon Anavi --- ...hon3-configparser_5.0.2.bb => python3-configparser_5.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 4/5] python3-tzlocal: Upgrade 4.0.1 -> 4.1

2021-11-08 Thread Leon Anavi
are no longer seen as synonyms, as zoneinfo does not see them as synonyms. This might be controversial, but you just have to live with it. Pick one and stay with it. Signed-off-by: Leon Anavi --- .../{python3-tzlocal_4.0.1.bb => python3-tzlocal_4.1.bb}| 6 +- 1 file changed, 5 inserti

[oe] [meta-python][PATCH 3/5] python3-pytz-deprecation-shim: Add recipe

2021-11-08 Thread Leon Anavi
Add release 0.1.0.post0: - Fixes the project_urls metadata to point to the correct bug tracker and documentation. Signed-off-by: Leon Anavi --- .../python3-pytz-deprecation-shim_0.1.0.post0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.2.1 -> 2.3

2021-11-08 Thread Leon Anavi
is alerted that their program may not perform as expected. - Add support to output a pretty print format of a compiled SelectorList for debug purposes. - Some small corner cases discovered with static typing. Signed-off-by: Leon Anavi --- ...{python3-soupsieve_2.2.1.bb => python3-soupsieve_2.3.bb}

[oe] [meta-python][PATCH 2/5] python3-imageio: Upgrade 2.10.1 -> 2.10.3

2021-11-08 Thread Leon Anavi
Upgrade to release 2.10.3: - Fix file extension bug when filename contains '#' - Allow devices above in ffmpeg Signed-off-by: Leon Anavi --- .../{python3-imageio_2.10.1.bb => python3-imageio_2.10.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

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