[oe] [meta-python][PATCH 4/7] python3-gunicorn: Upgrade 20.0.4 -> 20.1.0

2021-03-29 Thread Leon Anavi
to work) Signed-off-by: Leon Anavi --- .../{python3-gunicorn_20.0.4.bb => python3-gunicorn_20.1.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-gunicorn_20.0.4.bb => python3-gunicorn_20.1.0.bb} (75%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 5/7] python3-djangorestframework: Upgrade 3.12.3 -> 3.12.4

2021-03-29 Thread Leon Anavi
Upgrade to release 3.12.4: - Revert use of deque instead of list for tracking throttling .history. Due to incompatibility with DjangoRedis cache backend. Signed-off-by: Leon Anavi --- ...ramework_3.12.3.bb => python3-djangorestframework_3.12.4.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe] [meta-python][PATCH 2/7] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15

2021-03-29 Thread Leon Anavi
Upgrade to release 0.5.15: - ndb: don't mess with SQL adapters unless really needed - ndb: support more virtual interface types - ndb: support in for views and record sets - ndb: fix nested fetches from DB - tests: start migration to pytest Signed-off-by: Leon Anavi --- .../{python3

[oe] [meta-python][PATCH 3/7] python3-coverage: Upgrade 5.4 -> 5.5

2021-03-29 Thread Leon Anavi
storage so you don't have to fiddle with them so often. It has a little more room for line numbers so that 4-digit numbers work well. - Improved the error message when combining line and branch data, so that users will be more likely to understand what's happening. Signed-off-by: Leon Anavi

[oe] [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2

2021-03-29 Thread Leon Anavi
Upgrade to release 2.5.2: - Detects `import numpy` as a valid `numpy` import. - Iterate over ``Keywords`` when using ``ClassDef.get_children`` Signed-off-by: Leon Anavi --- .../{python3-astroid_2.5.1.bb => python3-astroid_2.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 4/5] python3-xmlschema: Upgrade 1.5.1 -> 1.5.3

2021-03-26 Thread Leon Anavi
Upgrade to release 1.5.3: - Remove unnecessary bindings with schema proxy from ElementPathMixin to avoid conflicts when schema is used by an XPath 3 parser - Fix schema logger Signed-off-by: Leon Anavi --- .../{python3-xmlschema_1.5.1.bb => python3-xmlschema_1.5.3.bb} | 2 +- 1 f

[oe] [meta-python][PATCH 3/5] python3-sqlalchemy: Upgrade 1.4.2 -> 1.4.3

2021-03-26 Thread Leon Anavi
aired the pysqlcipher dialect to connect correctly which had regressed in 1.4, and added test + CI support to maintain the driver in working condition. The dialect now imports the sqlcipher3 module for Python 3 by default before falling back to pysqlcipher3 which is documented as now being

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

2021-03-26 Thread Leon Anavi
for issue 376: indentation changes could put literal/folded scalar to start before the ``#`` column of a following comment. Effectively making the comment part of the scalar in the output. Signed-off-by: Leon Anavi --- ...on3-ruamel-yaml_0.16.13.bb => python3-ruamel-yaml_0.17.0.bb} | 2 +-

[oe] [meta-python][PATCH 5/5] python3-croniter: Upgrade 1.0.9 -> 1.0.10

2021-03-26 Thread Leon Anavi
Upgrade to release 1.0.10: - Remove external library natsort. Sorting of cron expression components now handled with sorted() with a custom key function. Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.9.bb => python3-croniter_1.0.10.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe] [meta-python][PATCH 2/5] python3-bitarray: Upgrade 1.8.0 -> 1.8.1

2021-03-26 Thread Leon Anavi
Upgrade to release 1.8.1: - moved implementation of and `hex2ba()` and `ba2hex()` to C-level - add `bitarray.util.parity()` Signed-off-by: Leon Anavi --- .../{python3-bitarray_1.8.0.bb => python3-bitarray_1.8.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 11/11] python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3

2021-03-25 Thread Leon Anavi
tracking throttling .history. Signed-off-by: Leon Anavi --- ...mework_3.12.2.bb => python3-djangorestframework_3.12.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-djangorestframework_3.12.2.bb => python3-djangorestframew

[oe] [meta-python][PATCH 10/11] python3-django: Upgrade 3.1.1 -> 3.1.7

2021-03-25 Thread Leon Anavi
Upgrade to release 3.1.7: - Fixed a regression in Django 3.1 that caused RuntimeError instead of connection errors when using only the 'postgres' database Signed-off-by: Leon Anavi --- .../{python3-django_3.1.1.bb => python3-django_3.1.7.bb} | 5 ++--- 1 file changed, 2 inserti

[oe] [meta-python][PATCH 09/11] python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1

2021-03-25 Thread Leon Anavi
Upgrade to release 2.5.1: - Fix compatibility with Python 2.7. Signed-off-by: Leon Anavi --- ...k-sqlalchemy_2.4.4.bb => python3-flask-sqlalchemy_2.5.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-sqlalchemy_2.4.4

[oe] [meta-python][PATCH 08/11] python3-pint: Upgrade 0.16.1 -> 0.17

2021-03-25 Thread Leon Anavi
function compatibility. - Fix scalar to ndarray tolist. - Fix tolist function with scalar ndarray. - Corrected typos and dacstrings - Implements a first benchmark suite in airspeed velocity (asv). - Power for pseudo-dimensionless units. Signed-off-by: Leon Anavi --- .../python/{python3-pint_0.16.1.bb

[oe] [meta-python][PATCH 07/11] python3-pyflakes: Upgrade 2.3.0 -> 2.3.1

2021-03-25 Thread Leon Anavi
Upgrade to release 2.3.1: - Allow passing tox positional arguments to unittest - Annotations no longer redefine names Signed-off-by: Leon Anavi --- .../{python3-pyflakes_2.3.0.bb => python3-pyflakes_2.3.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 06/11] python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3

2021-03-25 Thread Leon Anavi
Upgrade to release 0.1.3: - Add missing test requirements to setup.py Signed-off-by: Leon Anavi --- ...9-validator_0.1.2.bb => python3-rfc3339-validator_0.1.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-rfc3

[oe] [meta-python][PATCH 05/11] python3-alembic: Upgrade 1.5.7 -> 1.5.8

2021-03-25 Thread Leon Anavi
Upgrade to release 1.5.8: - Fixed regression caused by SQLAlchemy 1.4 where the "alembic current" command would fail due to changes in the URL object. Signed-off-by: Leon Anavi --- .../{python3-alembic_1.5.7.bb => python3-alembic_1.5.8.bb} | 2 +- 1 file changed, 1 in

[oe] [meta-python][PATCH 04/11] python3-elementpath: Upgrade 2.2.0 -> 2.2.1

2021-03-25 Thread Leon Anavi
Upgrade to release 2.2.1: - Add function signatures at token registration - Some fixes to XPath tokens and more XPath 3.0 implementations Signed-off-by: Leon Anavi --- ...ython3-elementpath_2.2.0.bb => python3-elementpath_2.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][PATCH 02/11] python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3

2021-03-25 Thread Leon Anavi
Upgrade to release 1.6.3: - Restore universal wheel. - Packaging refresh. License-Update: Update license file, license remains the same. Signed-off-by: Leon Anavi --- ...6.1.bb => python3-backports-functools-lru-cache_1.6.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deleti

[oe] [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29

2021-03-25 Thread Leon Anavi
Upgrade to release 1.1.29: - setup.py: specify a version range for pyparsing - Don't warn if prefs file doesn't exist Signed-off-by: Leon Anavi --- ...onfigshell-fb_1.1.28.bb => python3-configshell-fb_1.1.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 03/11] python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24

2021-03-25 Thread Leon Anavi
Upgrade to release 2021.3.24: - Switched project to a src layout. - Switched project to a declarative setuptools approach - Added support to check if a helper has been registered License-Update: Fix year in the license file Signed-off-by: Leon Anavi --- ...b => python3-pytest-help

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

2021-03-24 Thread Leon Anavi
Upgrade to release 3.0.18: - Added `in_thread` parameter to `Application.run`. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.17.bb => python3-prompt-toolkit_3.0.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pro

[oe] [meta-python][PATCH 2/5] python3-croniter: Upgrade 1.0.8 -> 1.0.9

2021-03-24 Thread Leon Anavi
Upgrade to release 1.0.9: - Remove futures dependency Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.8.bb => python3-croniter_1.0.9.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_1.0.8.bb => p

[oe] [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.2 -> 1.6.0

2021-03-24 Thread Leon Anavi
. Signed-off-by: Leon Anavi --- ...object-proxy_1.5.2.bb => python3-lazy-object-proxy_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lazy-object-proxy_1.5.2.bb => python3-lazy-object-proxy_1.6.0.bb} (77%) diff --git a/meta-

[oe] [meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.1.0 -> 2.2.0

2021-03-24 Thread Leon Anavi
/ for the rationale. Signed-off-by: Leon Anavi --- .../python/{python3-pyperf_2.1.0.bb => python3-pyperf_2.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyperf_2.1.0.bb => python3-pyperf_2.2.0.bb} (89%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 1/5] python3-colorlog: Upgrade 4.7.2 -> 4.8.0

2021-03-24 Thread Leon Anavi
Upgrade to release 4.8.0: - Reformat code with black Signed-off-by: Leon Anavi --- .../{python3-colorlog_4.7.2.bb => python3-colorlog_4.8.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-colorlog_4.7.2.bb => p

[oe] [meta-python][PATCHv2] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-24 Thread Leon Anavi
and 1.1.1 - Setup.py for windows fixed License-Update: Update years Signed-off-by: Leon Anavi --- .../python/python3-scrypt_0.8.17.bb | 23 ++ .../python/python3-scrypt_0.8.6.bb| 24 --- 2 files changed, 23 insertions(+), 24 deletions(-) create

[oe] [meta-python][PATCH 10/10] python3-sqlalchemy: Upgrade 1.3.23 -> 1.4.2

2021-03-23 Thread Leon Anavi
y a reflection query that used a reserved word in some postgresql compatible databases. Signed-off-by: Leon Anavi --- ...python3-sqlalchemy_1.3.23.bb => python3-sqlalchemy_1.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3

[oe] [meta-python][PATCH 08/10] python3-twine: Upgrade 3.4.0 -> 3.4.1

2021-03-23 Thread Leon Anavi
Upgrade to release 3.4.1: - Fix a regression that was causing some namespace packages with dots in them fail to upload to PyPI Signed-off-by: Leon Anavi --- .../python/{python3-twine_3.4.0.bb => python3-twine_3.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m

[oe] [meta-python][PATCH 09/10] python3-isort: Upgrade 5.7.0 -> 5.8.0

2021-03-23 Thread Leon Anavi
to the top to avoid overriding explicitly defined imports. - Doc: Skip doesn't support plain directory names, but skip_glob does. Signed-off-by: Leon Anavi --- .../python/{python3-isort_5.7.0.bb => python3-isort_5.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-p

[oe] [meta-python][PATCH 07/10] python3-regex: Upgrade 2020.11.13 -> 2021.3.17

2021-03-23 Thread Leon Anavi
Upgrade to release 2021.3.17: - Fuzzy matching with wrong distance (unnecessary substitutions) - Missing wheel for macosx and the new M1 chip (arm64 arch) Signed-off-by: Leon Anavi --- .../{python3-regex_2020.11.13.bb => python3-regex_2021.3.17.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe] [meta-python][PATCH 06/10] python3-humanize: Upgrade 3.2.0 -> 3.3.0

2021-03-23 Thread Leon Anavi
Upgrade to release 3.3.0: - Add humanize.number.clamp Signed-off-by: Leon Anavi --- .../{python3-humanize_3.2.0.bb => python3-humanize_3.3.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_3.2.0.bb => p

[oe] [meta-python][PATCH 05/10] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-23 Thread Leon Anavi
Signed-off-by: Leon Anavi --- ...-remove-the-hard-coded-include-paths.patch | 36 ++- ...rypt_0.8.6.bb => python3-scrypt_0.8.17.bb} | 9 +++-- 2 files changed, 14 insertions(+), 31 deletions(-) rename meta-python/recipes-devtools/python/{python3-scrypt_0.8.6.bb => p

[oe] [meta-python][PATCH 04/10] python3-grpcio-tools: Upgrade 1.35.0 -> 1.36.1

2021-03-23 Thread Leon Anavi
ent RPC feature to asyncio server - [Aio] Fix the emtpy response handling in streaming RPC - [Backport] Implement grpc.Future interface in SingleThreadedRendezvous - [Backport] Make Python 2 an optional dependency for Bazel build Signed-off-by: Leon Anavi --- ...n3-grpcio-tools_1.35.0.bb =&

[oe] [meta-python][PATCH 01/10] python3-bitarray: Upgrade 1.7.1 -> 1.8.0

2021-03-23 Thread Leon Anavi
- Add tests Signed-off-by: Leon Anavi --- .../{python3-bitarray_1.7.1.bb => python3-bitarray_1.8.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_1.7.1.bb => python3-bitarray_1.8.0.bb} (77%) diff --git a/meta-

[oe] [meta-python][PATCH 02/10] python3-pyscaffold: Upgrade 4.0 -> 4.0.1

2021-03-23 Thread Leon Anavi
Upgrade to release 4.0.1: - Fix tox -e build issue when running on Conda - Ensure snake_case for keys in setup.cfg - Update dependencies on configupdater and pyscaffoldext-django - Remove broken checks for old setuptools Signed-off-by: Leon Anavi --- .../{python3-pyscaffold_4.0.bb => pyth

[oe] [meta-python][PATCH 03/10] python3-flask-migrate: Upgrade 2.6.0 -> 2.7.0

2021-03-23 Thread Leon Anavi
Upgrade to release 2.7.0: - Reuse engine from Flask-SQLAlchemy - Update logging configuration to include Flask-Migrate's logger Signed-off-by: Leon Anavi --- ...n3-flask-migrate_2.6.0.bb => python3-flask-migrate_2.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m

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

2021-03-19 Thread Leon Anavi
Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. Signed-off-by: Leon Anavi --- .../{python3-urllib3_1.26.3.bb => python3-urllib3_1.26.4.bb}| 2 +- 1 f

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

2021-03-19 Thread Leon Anavi
of reserved keywords - Drop Python 3.4 support - Update security documentation and examples to use PROTOCOL_TLS Signed-off-by: Leon Anavi --- ...dra-driver_3.24.0.bb => python3-cassandra-driver_3.25.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

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

2021-03-19 Thread Leon Anavi
Upgrade to release 2.2.1: - Fix an issue with namespaces when one of the keys is self. Signed-off-by: Leon Anavi --- .../{python3-soupsieve_2.2.bb => python3-soupsieve_2.2.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

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

2021-03-16 Thread Leon Anavi
- Fixed bad event object used by asyncio client reconnect logic - Adding missing example of async client implementation to documentation - Add scrolling to documentation sidebar - Typo fix in documentation Signed-off-by: Leon Anavi --- .../{python3-socketio_5.0.4.bb => python3-socketio_5.1.0

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

2021-03-16 Thread Leon Anavi
Upgrade to release 5.0.2: - Packaging refresh Signed-off-by: Leon Anavi --- ...on3-configparser_5.0.1.bb => python3-configparser_5.0.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-configparser_5.0.1.bb => p

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

2021-03-16 Thread Leon Anavi
Upgrade to release 3.4.0: - Prefer importlib.metadata for entry point handling - Rely on importlib_metadata 3.6 for nicer entry point processing - Eliminated dependency on Setuptools/pkg_resources and replaced with packaging and importlib_metadata Signed-off-by: Leon Anavi --- .../python

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

2021-03-16 Thread Leon Anavi
Upgrade to release 21.3.4: - Add timeout= option for connect() method - Expose "base_volume" (alsa volume level) attribute for sinks/sources - There is now https://pypi.org/project/pulsectl-asyncio/ module Signed-off-by: Leon Anavi --- .../{python3-pulsectl_21.2.0.bb

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

2021-03-16 Thread Leon Anavi
. Signed-off-by: Leon Anavi --- ...python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-defusedxml_0.6.0.bb => python3-defusedxml_0.7.1.bb} (68%) diff --git a/meta-python/r

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

2021-03-16 Thread Leon Anavi
-Update: Use license file from PyPI tarball. Signed-off-by: Leon Anavi --- ...tedeploy_2.0.1.bb => python3-pastedeploy_2.1.1.bb} | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) rename meta-python/recipes-devtools/python/{python3-pastedeploy_2.0.1.bb => python3-pastedeploy

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

2021-03-15 Thread Leon Anavi
Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi --- .../{python3-autobahn_21.2.2.bb => python3-autobahn_21.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-autobahn_21.2.2

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

2021-03-15 Thread Leon Anavi
Upgrade to release 2.7.0: - Fix physical checks (such as W191) at end of file - Add --indent-size option (defaulting to 4) - W605: fix escaped crlf false positive on windows Signed-off-by: Leon Anavi --- ...thon3-pycodestyle_2.6.0.bb => python3-pycodestyle_2.7.0.bb} | 3 +-- 1 file changed

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

2021-03-15 Thread Leon Anavi
special-cased typing for TypeVar - Errors for undefined exports in __all__ are shown in a deterministic order - Fix false positives in certain typing constructs (TypeVar, NamedTuple, TypedDict, cast) Signed-off-by: Leon Anavi --- .../{python3-pyflakes_2.2.0.bb => python3-pyflakes_2.3.0

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

2021-03-15 Thread Leon Anavi
Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. Signed-off-by:

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

2021-03-15 Thread Leon Anavi
Upgrade to release 1.7.1: - raise TypeError when incorrect index is used during assignment, e.g. `a[1.5] = 1` - raise TypeError (not IndexError) when assigning slice to incorrect type, e.g. `a[1:4] = 1.2` - improve some docstrings and tests Signed-off-by: Leon Anavi --- .../{python3

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

2021-03-15 Thread Leon Anavi
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 --- ...{python3-luma-core_2.2.0.bb => python3-luma-core_2.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename m

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

2021-03-15 Thread Leon Anavi
Upgrade to release 1.4: - Allow nearly all characters in a keyword Signed-off-by: Leon Anavi --- ...hon3-configargparse_1.3.bb => python3-configargparse_1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configargparse_1.3

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

2021-03-15 Thread Leon Anavi
Upgrade to release 1.32: - take_index causing 'move' of incorrect values due to bad True==1 comparison Signed-off-by: Leon Anavi --- .../{python3-jsonpatch_1.31.bb => python3-jsonpatch_1.32.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devto

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

2021-03-15 Thread Leon Anavi
Upgrade to release 2.1: - Support Python 3.8 and 3.9 Signed-off-by: Leon Anavi --- .../{python3-jsonpointer_2.0.bb => python3-jsonpointer_2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-jsonpointer_2.0.bb => p

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

2021-03-15 Thread Leon Anavi
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 --- .../{python3-pymisp_2.4.138.bb => python3-pymisp_2.4.140.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

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

2021-03-12 Thread Leon Anavi
Upgrade to release 1.0.8: - Update _expand to lowercase each component of the expression - Fix _expand to reject int literals with underscores - Remove a debug statement to make flake8 happy Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.6.bb => python3-croniter_1.0.8.bb}| 2 +-

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

2021-03-12 Thread Leon Anavi
Upgrade to release 3.0.17: - Accept `style` parameter in `print_container` utility. - On Windows, handle Control-Delete. - Avoid leaking file descriptors in SSH server. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} | 2 +- 1 file changed

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

2021-03-12 Thread Leon Anavi
extensions Signed-off-by: Leon Anavi --- .../{python3-pyscaffold_3.3.1.bb => python3-pyscaffold_4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyscaffold_3.3.1.bb => python3-pyscaffold_4.0.bb} (85%) diff --git a/meta-python/r

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

2021-03-12 Thread Leon Anavi
Upgrade to release 0.3.1: - Adds an optional no-confirm flag particularly for use in non-interactive setups. Signed-off-by: Leon Anavi --- .../python/{python3-pako_0.3.0.bb => python3-pako_0.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

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

2021-03-12 Thread Leon Anavi
disconnected. - Drop Python 2.7 and 3.5 support - The server now issues warning output when it there are enough open connections (controlled by "connection_limit"), that it is no longer accepting new connections. This situation was previously difficult to diagnose. Signed-off-by:

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

2021-03-08 Thread Leon Anavi
Upgrade to release 2.3.1: - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when a consumer exits abruptly. - Use the Huey.create_consumer() API within the Django management command, to allow Django users to customize the creation of the Consumer instance. Signed-off-by: Leon

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

2021-03-08 Thread Leon Anavi
is now dumped as `null` instead of `!!null ''` License-Update: Update year Signed-off-by: Leon Anavi --- ...ruamel-yaml_0.16.12.bb => python3-ruamel-yaml_0.16.13.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.16

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

2021-03-08 Thread Leon Anavi
Upgrade to release 21.3.0: - The output of incremental is now compatible with Black - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes - Incremental now properly supports PEP 440-compliant post releases Signed-off-by: Leon Anavi --- ...on3-incremental_17.5.0.bb

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

2021-03-08 Thread Leon Anavi
Upgrade to release 9.1.1: - BREAKING CHANGE: Update discovery to support a list of known hosts - Add HostBrowser.update_hosts - Handle audio groups removed from known host - Bump pylint from 2.7.1 to 2.7.2 - Remove useless pylint and flake8 directives Signed-off-by: Leon Anavi --- ...hon3

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

2021-03-08 Thread Leon Anavi
get_html_string with thead and tbody tags Signed-off-by: Leon Anavi --- ...ython3-prettytable_2.0.0.bb => python3-prettytable_2.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-prettytable_2.0.0.bb => python3-prettytable_2.1.0.b

[oe] [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1

2021-03-04 Thread Leon Anavi
Upgrade to release 2.5.1: - The ``context.path`` is reverted to a set because otherwise it leads to false positives for non `numpy` functions. - Don't transform dataclass ClassVars - Improve typing.TypedDict inference - Fix the `Duplicates found in MROs` false positive. Signed-off-by: Leon

[oe] [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0

2021-03-04 Thread Leon Anavi
Upgrade to the first stable release 1.0.0: - Main change is that it returns always an OrderedDict, even for Python >= 3.7 for consistency Signed-off-by: Leon Anavi --- ...python3-yamlloader_0.5.5.bb => python3-yamlloader_1.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 del

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

2021-03-04 Thread Leon Anavi
() 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 --- .../python/{python3-pandas_1.2.2.bb => python3-pandas_1.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0

2021-03-04 Thread Leon Anavi
Upgrade to release 7.21.0: - New "context" command in ipdb - Fix some issues on new osx-arm64 - Compatibility with Xeus-Python for debugger protocol - Misc docs fixes for compatibility and uniformity with Numpydoc Signed-off-by: Leon Anavi --- .../{python3-ipython_7.20.0.bb

[oe] [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5

2021-03-04 Thread Leon Anavi
Upgrade to release 2.1.5: - Getting items from an Interval using a slice does no longer return a list but an Interval instance. - Intervals are properly pretty-printed by pandas. Signed-off-by: Leon Anavi --- .../{python3-portion_2.1.4.bb => python3-portion_2.1.5.bb} | 2 +- 1 f

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

2021-03-02 Thread Leon Anavi
From: Khem Raj Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb

[oe] [meta-python][PATCH 2/2] python3-elementpath: Upgrade 2.1.4 -> 2.2.0

2021-03-02 Thread Leon Anavi
Upgrade to release 2.2.0: - Optimize TDOP parser's tokenizer - Resolve ambiguities with operators and statements that are also names - Merge with XPath 3.0/3.1 develop (to be completed) Signed-off-by: Leon Anavi --- ...ython3-elementpath_2.1.4.bb => python3-elementpath_2.2.0.bb} | 2 +-

[oe] [meta-python][PATCH] python3-twisted: Upgrade 20.3.0 -> 21.2.0

2021-03-02 Thread Leon Anavi
mplemented for uncomparable types. - When installing Twisted it now requires a minimum Python 3.5.4 version to match the version used with automated testing. This is the minimum Python version that we know that Twisted works with. License-Update: Add contributors and update year. Signed-of

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

2021-02-26 Thread Leon Anavi
Add semantic_version - a library implementing the 'SemVer' scheme. Version 2.8.5 brings: - Properly handle wildcards in SimpleSpec (e.g. ==1.2.*) Signed-off-by: Leon Anavi --- .../python/python3-semantic-version_2.8.5.bb | 12 1 file changed, 12 insertions(+) create mode

[oe] [meta-python][PATCH 3/3] python3-aiohttp: Upgrade 3.7.3 -> 3.7.4

2021-02-26 Thread Leon Anavi
-by: Leon Anavi --- .../{python3-aiohttp_3.7.3.bb => python3-aiohttp_3.7.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohttp_3.7.3.bb => python3-aiohttp_3.7.4.bb} (88%) diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH 2/3] python3-autobahn: Upgrade 21.2.1 -> 21.2.2

2021-02-26 Thread Leon Anavi
- fix: update Docker image building and build Docker multi-arch images - new: add more WAMP-cryptosign signature test vectors and unit tests - fix: include XBR code rendering templates in package manifest Signed-off-by: Leon Anavi --- .../{python3-autobahn_21.2.1.bb => python3-autobahn_21.

[oe] [meta-python][PATCH 1/3] python3-tqdm: Upgrade 4.57.0 -> 4.58.0

2021-02-26 Thread Leon Anavi
Upgrade to release 4.58.0: - add start delay in seconds - add tests - misc code tidy - misc documentation updates Signed-off-by: Leon Anavi --- .../python/{python3-tqdm_4.57.0.bb => python3-tqdm_4.58.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 22.0.2 -> 22.0.3

2021-02-25 Thread Leon Anavi
Upgrade to release 22.0.3: - Fix fork-safety bug in garbage collection thread (regression in 20.0) when using subprocesses. Signed-off-by: Leon Anavi --- .../python/{python3-pyzmq_22.0.2.bb => python3-pyzmq_22.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 4/5] python3-rsa: Upgrade 4.7.1 -> 4.7.2

2021-02-25 Thread Leon Anavi
Upgrade to release 4.7.2: - Fix picking/unpickling issue introduced in 4.7 Signed-off-by: Leon Anavi --- .../python/{python3-rsa_4.7.1.bb => python3-rsa_4.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rsa_4.7.1

[oe] [meta-python][PATCH 3/5] python3-cvxopt: Upgrade 1.2.5 -> 1.2.6

2021-02-25 Thread Leon Anavi
year Signed-off-by: Leon Anavi --- .../{python3-cvxopt_1.2.5.bb => python3-cvxopt_1.2.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cvxopt_1.2.5.bb => python3-cvxopt_1.2.6.bb} (78%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 2/5] python3-pulsectl: Upgrade 20.5.1 -> 21.2.0

2021-02-25 Thread Leon Anavi
Upgrade to release 21.2.0: - Link pulsectl-asyncio as an alternative for async code Signed-off-by: Leon Anavi --- .../{python3-pulsectl_20.5.1.bb => python3-pulsectl_21.2.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 1/5] python3-markdown: Upgrade 3.3.3 -> 3.3.4

2021-02-25 Thread Leon Anavi
and ankorlinks are not restricted by toc_depth Signed-off-by: Leon Anavi --- .../{python3-markdown_3.3.3.bb => python3-markdown_3.3.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-markdown_3.3.3.bb => python3-markdown_3.3.4.b

[oe] [meta-python2][PATCH] python-pygobject: Add version 2.28.7

2021-02-24 Thread Leon Anavi
Add version 2.28.7 without GI for backward compatibility with legacy systems, for example LibreELEC Settings add-on for Kodi. Signed-off-by: Leon Anavi --- ...ct-0001-add-PYTHON_INCLUDES-override.patch | 32 .../python/python-pygobject_2.28.7.bb | 38

[oe] [meta-python][PATCH 3/5] python3-cffi: Upgrade 1.14.4 -> 1.14.5

2021-02-24 Thread Leon Anavi
Upgrade to release 1.14.5: - Source fix for old gcc version - This and future releases should include wheels on more platforms Signed-off-by: Leon Anavi --- .../python/{python3-cffi_1.14.4.bb => python3-cffi_1.14.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 5/5] python3-pytest-runner: Upgrade 5.2 -> 5.3.0

2021-02-24 Thread Leon Anavi
Upgrade to release 5.3.0: - Require Python 3.6 or later - Refreshed package metadata License-Update: License remains MIT Signed-off-by: Leon Anavi --- ...3-pytest-runner_5.2.bb => python3-pytest-runner_5.3.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-pyt

[oe] [meta-python][PATCH 4/5] python3-pymisp: Upgrade 2.4.137.3 -> 2.4.138

2021-02-24 Thread Leon Anavi
Upgrade to release 2.4.138: - Bump version - Bump deps Signed-off-by: Leon Anavi --- ...{python3-pymisp_2.4.137.3.bb => python3-pymisp_2.4.138.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.137.3.bb => p

[oe] [meta-python][PATCH 2/5] python3-pandas: Upgrade 1.2.1 -> 1.2.2

2021-02-24 Thread Leon Anavi
0.0, prior versions may still fail - Fixed bug in pandas.read_excel() sometimes producing a DataFrame with trailing rows of np.nan when the engine openpyxl is used Signed-off-by: Leon Anavi --- .../python/{python3-pandas_1.2.1.bb => python3-pandas_1.2.2.bb} | 2 +- 1 file changed, 1 insertion

[oe] [meta-python][PATCH 1/5] python3-rsa: Upgrade 4.7 -> 4.7.1

2021-02-24 Thread Leon Anavi
Upgrade to release 4.7.1: - Fix threading issue introduced in 4.7 Signed-off-by: Leon Anavi --- .../python/{python3-rsa_4.7.bb => python3-rsa_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rsa_4.7.bb => p

[oe] [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1

2021-02-23 Thread Leon Anavi
Upgrade to release 21.2.1: - fix: update minimum dependencies (here, and in other crossbar packages) in an attempt to tame the new pip dep resolver madness Signed-off-by: Leon Anavi --- .../{python3-txaio_20.12.1.bb => python3-txaio_21.2.1.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe] [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2

2021-02-23 Thread Leon Anavi
Upgrade to release 2.0.2: - [mac] Add missing exception objects - Thanks to contributors Signed-off-by: Leon Anavi --- .../{python3-watchdog_2.0.0.bb => python3-watchdog_2.0.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

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

2021-02-23 Thread Leon Anavi
generated alembic.ini files is ".". Signed-off-by: Leon Anavi --- .../{python3-alembic_1.5.4.bb => python3-alembic_1.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.5.4.bb => python3-alembic_1.5.5.bb} (

[oe] [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1

2021-02-23 Thread Leon Anavi
Upgrade to release 21.2.1: - new: callback user component function "check_config" on container/router components - fix: support Docker images for ARM (32 bit and 64 bit) - fix: bake Docker multi-arch images - fix: PyPy3 CI - new: enable autobahn client unit tests Signed-off-by:

[oe] [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14

2021-02-23 Thread Leon Anavi
-off-by: Leon Anavi --- .../{python3-iso8601_0.1.13.bb => python3-iso8601_0.1.14.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-iso8601_0.1.13.bb => python3-iso8601_0.1.14.bb} (69%) diff --git a/meta-python/recipes-devtools/

[oe] [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1

2021-02-23 Thread Leon Anavi
Upgrade to release 2.11.1: - Fixed compatibility with Python 3.10 Signed-off-by: Leon Anavi --- ...{python3-typeguard_2.11.0.bb => python3-typeguard_2.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typeguard_2.11.0

[oe] [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0

2021-02-23 Thread Leon Anavi
Upgrade to release 0.19.0: - auth: parse headers using pyparsing instead of regexp - auth: WSSE token needs to be string not bytes License-Update: Use file LICENSE instead of PKG-INFO Signed-off-by: Leon Anavi --- ...python3-httplib2_0.18.1.bb => python3-httplib2_0.19.0.bb} | 5 ++--- 1 f

[oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16

2021-02-23 Thread Leon Anavi
DeduplicateCompleter and ConditionalCompleter. - Added deduplicate argument to merge_completers. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pro

[oe] [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812

2021-02-23 Thread Leon Anavi
Upgrade to release 0.812: - Improved source file finding - Excluding paths Signed-off-by: Leon Anavi --- .../python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-mypy_0.800

[oe] [meta-python][PATCH 1/5] python3-transitions: Upgrade 0.8.6 -> 0.8.7

2021-02-22 Thread Leon Anavi
files appropriately - HierarchicalMachine now checks whether state_cls, event_cls and transition_cls have been subclassed from nested base classes (e.g. NestedState) to prevent hard to debug inheritance errors Signed-off-by: Leon Anavi --- ...ython3-transitions_0.8.6.bb => pyth

[oe] [meta-python][PATCH 5/5] python3-mpmath: Upgrade 1.1.0 -> 1.2.1

2021-02-22 Thread Leon Anavi
izes the LICENSE as BSD Signed-off-by: Leon Anavi --- .../{python3-mpmath_1.1.0.bb => python3-mpmath_1.2.1.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-mpmath_1.1.0.bb => python3-mpmath_1.2.1.bb} (63%) diff --git a/m

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