[oe] [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.8 -> 3.0.9

2021-01-05 Thread Leon Anavi
nings. Signed-off-by: Leon Anavi --- ...prompt-toolkit_3.0.8.bb => python3-prompt-toolkit_3.0.9.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.8.bb => python3-prompt-toolkit_3.0.9.bb} (80%) diff --git a/

[oe] [meta-python][PATCH 08/10] python3-txaio: Upgrade 20.4.1 -> 20.12.1

2021-01-05 Thread Leon Anavi
Upgrade to release 20.12.1: - CI/CD migrated to GitHub Actions - support Python 3.9 (CI / testing added) - minimum Python version is now 3.6 Signed-off-by: Leon Anavi --- .../{python3-txaio_20.4.1.bb => python3-txaio_20.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[oe] [meta-python][PATCH 02/10] python3-psutil: Upgrade 5.7.3 -> 5.8.0

2021-01-05 Thread Leon Anavi
longer free). CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes). AppVeyor is still being used for Windows CI. - [Linux] get rid of sensors_temperatures() duplicates. Signed-off-by: Leon Anavi --- .../{python3-psutil_5.7.3.bb => python3-psutil_5.8.0.bb} | 3 +--

[oe] [meta-python][PATCH 01/10] python3-jsonpatch: Upgrade 1.26 -> 1.28

2021-01-05 Thread Leon Anavi
Upgrade to release 1.28: - Declare json-patch operations as a class-based attribute Signed-off-by: Leon Anavi --- .../{python3-jsonpatch_1.26.bb => python3-jsonpatch_1.28.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 03/10] python3-argcomplete: Upgrade 1.12.1 -> 1.12.2

2021-01-05 Thread Leon Anavi
Upgrade to release 1.12.2: - Update importlib-metadata dependency pin - Add change log project URL - Replace Travis CI with GitHub Actions Signed-off-by: Leon Anavi --- ...on3-argcomplete_1.12.1.bb => python3-argcomplete_1.12.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deleti

[oe] [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.36 -> 0.3.37

2021-01-05 Thread Leon Anavi
Upgrade to release 0.3.37: - Added Python 3.8 and 3.9 support Signed-off-by: Leon Anavi --- ...{python3-croniter_0.3.36.bb => python3-croniter_0.3.37.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-croniter_0.3.36

[oe] [meta-python][PATCH 07/10] python3-pychromecast: Upgrade 7.6.0 -> 7.7.1

2021-01-05 Thread Leon Anavi
Upgrade to release 7.7.1: - Update local http API, re-add get_multizone_status - Don't throw if socket is already closed when cleaning up Signed-off-by: Leon Anavi --- ...hon3-pychromecast_7.6.0.bb => python3-pychromecast_7.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-python][PATCH 01/10] python3-sympy: Upgrade 1.6.2 -> 1.7.1

2021-01-06 Thread Leon Anavi
. - sympy.stats.sample now has an optional seed argument. - Random failures with sympy.stats.sample have now been fixed. Signed-off-by: Leon Anavi --- .../python/{python3-sympy_1.6.2.bb => python3-sympy_1.7.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 02/10] python3-twine: Upgrade 3.2.0 -> 3.3.0

2021-01-06 Thread Leon Anavi
Signed-off-by: Leon Anavi --- .../python/{python3-twine_3.2.0.bb => python3-twine_3.3.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-twine_3.2.0.bb => python3-twine_3.3.0.bb} (68%) diff --git a/meta-python/recipes-de

[oe] [meta-python][PATCH 03/10] python3-humanfriendly: Upgrade 8.2 -> 9.1

2021-01-06 Thread Leon Anavi
arguments - Added pluralize_raw() to select singular or plural form without prefixing the count to the text that is returned Signed-off-by: Leon Anavi --- ...thon3-humanfriendly_8.2.bb => python3-humanfriendly_9.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-p

[oe] [meta-python][PATCH 04/10] python3-sqlalchemy: Upgrade 1.3.20 -> 1.3.22

2021-01-06 Thread Leon Anavi
tion, as Oracle databases with this restriction explicitly disallow the user from reading the current isolation level. Signed-off-by: Leon Anavi --- ...thon3-sqlalchemy_1.3.20.bb => python3-sqlalchemy_1.3.22.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recip

[oe] [meta-python][PATCH 06/10] python3-pytest-metadata: Upgrade 1.10.0 -> 1.11.0

2021-01-06 Thread Leon Anavi
Upgrade to release 1.11.0: - Provide a session fixture to include metadata in Junit XMLs as property tags Signed-off-by: Leon Anavi --- ...st-metadata_1.10.0.bb => python3-pytest-metadata_1.11.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 05/10] python3-transitions: Upgrade 0.8.5 -> 0.8.6

2021-01-06 Thread Leon Anavi
model' - Feature: Machine.remove_model will now also remove model events from the event queue when queued=True - Feature: Machine.get_transitions and its HSM counterpart now accept Enum and State for source and dest License-Update: Update year Signed-off-by: Leon Anavi --- ...hon3-transit

[oe] [meta-python][PATCH 07/10] python3-smbus2: Upgrade 0.3.0 -> 0.4.0

2021-01-06 Thread Leon Anavi
Upgrade to release 0.4.0: - Support for SMBus PEC (Packet Error Checking). - Support for Python 3 type hinting and mypy static type analysis. Type stubs added to the project. Signed-off-by: Leon Anavi --- .../{python3-smbus2_0.3.0.bb => python3-smbus2_0.4.0.bb} | 3 +-- 1 file chan

[oe] [meta-python][PATCH 08/10] python3-cantools: Upgrade 35.5.0 -> 36.1.0

2021-01-06 Thread Leon Anavi
Upgrade to release 36.1.0: - Added sub command plot - plot test: parse output of cantools decode - added plot subcommand to readme - removed unneeded code Signed-off-by: Leon Anavi --- .../{python3-cantools_35.5.0.bb => python3-cantools_36.1.0.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe] [meta-python][PATCH 09/10] python3-sentry-sdk: Upgrade 0.19.1 -> 0.19.5

2021-01-06 Thread Leon Anavi
Upgrade to release 0.19.5: - Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers. - Increase internal transport queue size and make it configurable. Signed-off-by: Leon Anavi --- ...thon3-sentry-sdk_0.19.1.bb => python3-sen

[oe] [meta-python][PATCH 10/10] python3-babel: Upgrade 2.8.0 -> 2.9.0

2021-01-06 Thread Leon Anavi
code line. - Tests: fix tests when using Python 3.9 - Tests: Remove deprecated 'sudo: false' from Travis configuration - Tests: Support Py.test 6.x - Utilities: LazyProxy: Handle AttributeError in specified func - Utilities: Replace usage of parser.suite with ast.parse License-Update: Update

[oe] [meta-python][PATCH 3/5] python3-jsonrpcserver: Upgrade 4.1.3 -> 4.2.0

2021-01-08 Thread Leon Anavi
Upgrade to release 4.2.0: - Add ability to use custom serializer and deserializer - Add ability to use custom method name - Deny additional parameters in json-rpc request Signed-off-by: Leon Anavi --- ...3-jsonrpcserver_4.1.3.bb => python3-jsonrpcserver_4.2.0.bb} | 3 +-- 1 file changed

[oe] [meta-python][PATCH 5/5] python3-parso: Upgrade 0.8.0 -> 0.8.1

2021-01-08 Thread Leon Anavi
Upgrade to release 0.8.1: - Various small bugfixes Signed-off-by: Leon Anavi --- .../python/{python3-parso_0.8.0.bb => python3-parso_0.8.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-parso_0.8.0.bb => python3-parso_0.

[oe] [meta-python][PATCH 4/5] python3-pymisp: Upgrade 2.4.133 -> 2.4.135.3

2021-01-08 Thread Leon Anavi
Upgrade to release 2.4.135.3: - Bump version. - Improve typing. - Improve add_attribute with a list. Signed-off-by: Leon Anavi --- .../{python3-pymisp_2.4.133.bb => python3-pymisp_2.4.135.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 2/5] python3-coloredlogs: Upgrade 14.0 -> 15.0

2021-01-08 Thread Leon Anavi
Upgrade to release 15.0: - Don’t enable system logging on MacOS and Windows anymore. Signed-off-by: Leon Anavi --- ...python3-coloredlogs_14.0.bb => python3-coloredlogs_15.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 1/5] python3-aiohttp: Upgrade 3.7.2 -> 3.7.3

2021-01-08 Thread Leon Anavi
86 Windows wheels. Signed-off-by: Leon Anavi --- .../{python3-aiohttp_3.7.2.bb => python3-aiohttp_3.7.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-aiohttp_3.7.2.bb => python3-aiohttp_3.7.3.bb} (81%) diff --git a/met

[oe] [meta-python][PATCH 02/10] python3-croniter: Upgrade 0.3.37 -> 1.0.1

2021-01-11 Thread Leon Anavi
Upgrade to release 1.0.1: - no changes, just to make sense with new semver2 (making croniter on a stable state) Signed-off-by: Leon Anavi --- .../{python3-croniter_0.3.37.bb => python3-croniter_1.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/reci

[oe] [meta-python][PATCH 01/10] python3-pillow: Upgrade 7.2.0 -> 8.1.0

2021-01-11 Thread Leon Anavi
- Fix dereferencing potential null pointer - Replaced PyErr_NoMemory with ImagingError_MemoryError - Remove duplicate code - Moved warning to end of execution - Removed unused fromstring and tostring C methods - init() if one of the formats is unrecognised License-Update: Updated copyright y

[oe] [meta-python][PATCH 04/10] python3-hyperlink: Upgrade 20.0.1 -> 21.0.0

2021-01-11 Thread Leon Anavi
Upgrade to release 21.0.0: - Update plus sign (+) handling to work with/like HTML form encoding (POST) by default, fixes #129, and associated roundtripping - Package IDNA tables - Long overdue dependency bumps Signed-off-by: Leon Anavi --- ...python3-hyperlink_20.0.1.bb => pyth

[oe] [meta-python][PATCH 03/10] python3-pychromecast: Upgrade 7.7.1 -> 7.7.2

2021-01-11 Thread Leon Anavi
Upgrade to release 7.7.2: - Use urllib.request instead of requests - docs: fix simple typo, neeeded -> needed Signed-off-by: Leon Anavi --- ...hon3-pychromecast_7.7.1.bb => python3-pychromecast_7.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-de

[oe] [meta-python][PATCH 05/10] python3-dnspython: Upgrade 2.0.0 -> 2.1.0

2021-01-11 Thread Leon Anavi
() and dns.asyncquery.inbound_xfr(). It uses the transaction mechanism, and fully supports IXFR and AXFR. Signed-off-by: Leon Anavi --- .../{python3-dnspython_2.0.0.bb => python3-dnspython_2.1.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 06/10] python3-prompt-toolkit: Upgrade 3.0.9 -> 3.0.10

2021-01-11 Thread Leon Anavi
was done. Signed-off-by: Leon Anavi --- ...prompt-toolkit_3.0.9.bb => python3-prompt-toolkit_3.0.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.9.bb => python3-prompt-toolkit_3.0.10.bb} (86%) diff --git

[oe] [meta-python][PATCH 07/10] python3-ptyprocess: Upgrade 0.6.0 -> 0.7.0

2021-01-11 Thread Leon Anavi
Upgrade to release 0.7.0: - Add pass_fds parameters - Switch to Github actions for CI Signed-off-by: Leon Anavi --- ...python3-ptyprocess_0.6.0.bb => python3-ptyprocess_0.7.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 08/10] python3-certifi: Upgrade 2020.11.8 -> 2020.12.5

2021-01-11 Thread Leon Anavi
Upgrade to release 2020.12.5: - Add 2 basic unit tests - Add Github workflow for pytest run - Various cleanups Signed-off-by: Leon Anavi --- ...thon3-certifi_2020.11.8.bb => python3-certifi_2020.12.5.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/reci

[oe] [meta-python][PATCH 10/10] python3-mock: Upgrade 4.0.2 -> 4.0.3

2021-01-11 Thread Leon Anavi
() silences now the exception. Signed-off-by: Leon Anavi --- .../python/{python3-mock_4.0.2.bb => python3-mock_4.0.3.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-mock_4.0.2.bb => python3-mock_4.0.3.bb} (77%) diff --git

[oe] [meta-python][PATCH 09/10] python3-jedi: Upgrade 0.17.2 -> 0.18.0

2021-01-11 Thread Leon Anavi
instead of function in Name().type - Started using annotations - Better support for the walrus operator - Project attributes are now read accessible - Removed all deprecations Signed-off-by: Leon Anavi --- .../python/{python3-jedi_0.17.2.bb => python3-jedi_0.18.0.bb} | 3 +-- 1 file changed

[oe] [meta-python][PATCH 1/2] python3-pyscaffold: Upgrade 3.2.3 -> 3.3

2021-01-12 Thread Leon Anavi
rib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi --- .../{python3-pyscaffold_3.2.3.bb => python3-pyscaffold_3.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-pytho

[oe] [meta-python][PATCH 2/2] python3-cffi: Upgrade 1.14.3 -> 1.14.4

2021-01-12 Thread Leon Anavi
Upgrade to release 1.14.4: - Release done for pip reasons. Signed-off-by: Leon Anavi --- .../python/{python3-cffi_1.14.3.bb => python3-cffi_1.14.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cffi_1.14.3.bb => p

[oe] [meta-python][PATCH 1/2] python3-rsa: Upgrade 4.6 -> 4.7

2021-01-12 Thread Leon Anavi
Upgrade to release 4.7: - Fix: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code - Add padding length check as described by PKCS#1 v1.5 - Reuse of blinding factors to speed up blinding operations - Declare & test support for Python 3.9 Signed-off-by: Leon A

[oe] [meta-python][PATCH 2/2] python3-pyjwt: Upgrade 1.7.1 -> 2.0.0

2021-01-12 Thread Leon Anavi
Upgrade to release 2.0.0: - Drop support for Python 2 and Python 3.0-3.5 - Drop support for PyCrypto and ECDSA - Improve typings - Introduce better experience for JWKs - Support for JWKs containing ECDSA keys - Add support for Ed25519 / EdDSA Signed-off-by: Leon Anavi --- .../python/{python3

[oe] [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2

2021-01-13 Thread Leon Anavi
Upgrade to release 1.0.2: - Fix overflow in unpacking timestamp to datetime - Format markdown - Update readme Signed-off-by: Leon Anavi --- .../{python3-msgpack_1.0.0.bb => python3-msgpack_1.0.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/reci

[oe] [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1

2021-01-13 Thread Leon Anavi
are used, not when they are initialised. - Include Python 3.9 in CI testing. - Test coverage for the VerifyingKey.precompute() method. - Small speed-ups for the test suite. Signed-off-by: Leon Anavi --- .../{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} | 3 +-- 1 file changed

[oe] [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13

2021-01-13 Thread Leon Anavi
Upgrade to release 2020.11.13: - clock() calls for timeout cause slowdown in Docker - Unexpected behaviour in fuzzy matching with limited character set with IGNORECASE flag - Added password arguments to twine upload in .travis.yml Signed-off-by: Leon Anavi --- ...python3-regex_2020.10.28.bb

[oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0

2021-01-13 Thread Leon Anavi
for indented import sections. Signed-off-by: Leon Anavi --- .../python/{python3-isort_5.6.4.bb => python3-isort_5.7.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-isort_5.6.4.bb => python3-isort_5.7.0.bb} (73%) diff -

[oe] [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1

2021-01-13 Thread Leon Anavi
Upgrade to release 3.1.1: - Correct how pkgconfig is handled in setup.py to account for multiple build flags - Improve how CHAR_BIT is handled Signed-off-by: Leon Anavi --- .../python/{python3-lz4_3.1.0.bb => python3-lz4_3.1.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deleti

[oe] [meta-python][PATCH 08/10] python3-cryptography-vectors: Upgrade 3.2 -> 3.3.1

2021-01-13 Thread Leon Anavi
) initialization vectors. This change is to conform with an upcoming OpenSSL release that will no longer support sizes outside this window. Signed-off-by: Leon Anavi --- ...hy-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename m

[oe] [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2

2021-01-13 Thread Leon Anavi
Upgrade to release 0.36.2: - Updated vendored packaging library to v20.8 - Fixed wheel sdist missing LICENSE.txt - Don't use default macos/arm64 deployment target in calculating the platform tag for fat binaries Signed-off-by: Leon Anavi --- .../{python3-wheel_0.35.1.bb =>

[oe] [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0

2021-01-13 Thread Leon Anavi
-off-by: Leon Anavi --- .../{python3-pyzmq_19.0.2.bb => python3-pyzmq_20.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyzmq_19.0.2.bb => python3-pyzmq_20.0.0.bb} (86%) diff --git a/meta-python/recipes-devtools/

[oe] [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1

2021-01-13 Thread Leon Anavi
support for OpenSSL 1.0.1 and 1.0.2 Signed-off-by: Leon Anavi --- ...python3-pyopenssl_19.1.0.bb => python3-pyopenssl_20.0.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyopenssl_19.1.0.bb => python3-pyopenssl_20.0.1.b

[oe] [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1

2021-01-13 Thread Leon Anavi
Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1i. - Python 2 support is deprecated in cryptography. This is the last release that will support Python 2. License-Update: Update note about the code derived from CPython Signed-off-by: Leon Anavi --- ...on3-cryptography_3.2.bb

[oe] [meta-python][PATCH 1/2] python3-greenlet: Upgrade 0.4.17 -> 1.0.0

2021-01-18 Thread Leon Anavi
rom Travis CI to Github Actions. License-Update: move to the src/ layout and this affects the note in LICENSE about Stackless Python Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-greenlet_0.4.17.bb | 9 - .../recipes-devtools/python/python3-greenlet_1.0.0

[oe] [meta-python][PATCH 2/2] python3-parse: Upgrade 1.18.0 -> 1.19.0

2021-01-18 Thread Leon Anavi
Upgrade to release 1.19.0: - Fix using digit field numbering and types Signed-off-by: Leon Anavi --- .../{python3-parse_1.18.0.bb => python3-parse_1.19.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-parse_1.18.0

[oe] [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2

2021-01-19 Thread Leon Anavi
Upgrade to release 4.7.2: - Fix linter errors - Fix typo Signed-off-by: Leon Anavi --- .../{python3-colorlog_4.6.2.bb => python3-colorlog_4.7.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-colorlog_4.6.2.bb => p

[oe] [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1

2021-01-19 Thread Leon Anavi
Upgrade to release 3.7.7.1: - Fixed a memory leak in readdb() - Fixed the Body.copy() method to correctly copy object-specific fields across to the new object, like Saturn ring tilt and Earth satellite catalog number Signed-off-by: Leon Anavi --- .../{python3-pyephem_3.7.7.0.bb => pyth

[oe] [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6

2021-01-19 Thread Leon Anavi
Upgrade to release 3.2.6: - Fixed use of uninitialized variable in _namemapper Signed-off-by: Leon Anavi --- .../{python3-cheetah_3.2.5.bb => python3-cheetah_3.2.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cheetah_3.

[oe] [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1

2021-01-19 Thread Leon Anavi
in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi --- .../{python3-pyscaffold_3.3.bb => python3-pyscaffold_3.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) renam

[oe] [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2

2021-01-19 Thread Leon Anavi
Upgrade to release 4.6.2: - A vulnerability (CVE-2020-27783) was discovered in the HTML Cleaner by Yaniv Nizry, which allowed JavaScript to pass through. The cleaner now removes more sneaky "style" content. Signed-off-by: Leon Anavi --- .../python/{python3-lxml_4.6.1.bb

[oe] [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0

2021-01-19 Thread Leon Anavi
-off-by: Leon Anavi --- .../{python3-pyperf_2.0.0.bb => python3-pyperf_2.1.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyperf_2.0.0.bb => python3-pyperf_2.1.0.bb} (84%) diff --git a/meta-python/recipes-devtools/

[oe] [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6

2021-01-19 Thread Leon Anavi
Signed-off-by: Leon Anavi --- .../{python3-openpyxl_3.0.5.bb => python3-openpyxl_3.0.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-openpyxl_3.0.5.bb => python3-openpyxl_3.0.6.bb} (81%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2

2021-01-19 Thread Leon Anavi
Upgrade to release 1.0.2: - Fix user, password, host, database are still positional arguments. All arguments of connect() are now keyword-only. Signed-off-by: Leon Anavi --- .../{python3-pymysql_0.10.1.bb => python3-pymysql_1.0.2.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deleti

[oe] [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2

2021-01-19 Thread Leon Anavi
Upgrade to release 0.2.2: - Add connected instance variable to the MessageBus - Better handling of message bus errors on disconnect - Ensure futures are not done when settings results and exceptions Signed-off-by: Leon Anavi --- .../{python3-dbus-next_0.1.4.bb => python3-dbus-next_0.2.2

[oe] [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2

2021-01-19 Thread Leon Anavi
Upgrade to release 1.3.2: - Add support for Python 3.10 Signed-off-by: Leon Anavi --- .../python/{python3-yappi_1.3.0.bb => python3-yappi_1.3.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-yappi_1.3.0.bb => p

[oe] [meta-python][PATCH 1/5] python3-pyyaml: Upgrade 5.3.1 -> 5.4

2021-01-20 Thread Leon Anavi
License-Update: Update year Signed-off-by: Leon Anavi --- .../python/{python3-pyyaml_5.3.1.bb => python3-pyyaml_5.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyyaml_5.3.1.bb => python3-pyyaml_5.4.bb} (62%) diff -

[oe] [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8

2021-01-20 Thread Leon Anavi
Upgrade to release 1.12.8: - add httplib2 authorization to thread_safety Signed-off-by: Leon Anavi --- ...nt_1.12.5.bb => python3-google-api-python-client_1.12.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-google-api-pyt

[oe] [meta-python][PATCH 3/5] python3-evdev: Upgrade 1.3.0 -> 1.4.0

2021-01-20 Thread Leon Anavi
r function. Signed-off-by: Leon Anavi --- .../python/{python3-evdev_1.3.0.bb => python3-evdev_1.4.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-evdev_1.3.0.bb => python3-evdev_1.4.0.bb} (80%) diff --git a/meta-python/recipes

[oe] [meta-python][PATCH 4/5] python3-pyusb: Upgrade 1.1.0 -> 1.1.1

2021-01-20 Thread Leon Anavi
year Signed-off-by: Leon Anavi --- .../{python3-pyusb_1.1.0.bb => python3-pyusb_1.1.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyusb_1.1.0.bb => python3-pyusb_1.1.1.bb} (53%) diff --git a/meta-python/r

[oe] [meta-python][PATCH 5/5] python3-pyserial: Upgrade 3.4 -> 3.5

2021-01-20 Thread Leon Anavi
ename of miniterm.py and the new command line tool entry, task do_install_append has been updated accordingly. License-Update: Update year Signed-off-by: Leon Anavi --- .../{python3-pyserial_3.4.bb => python3-pyserial_3.5.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[oe] [meta-python][PATCH 1/2] python3-pandas: Upgrade 1.2.0 -> 1.2.1

2021-01-20 Thread Leon Anavi
ing TypeError with check_like=True when Index or columns have mixed dtype Signed-off-by: Leon Anavi --- .../python/{python3-pandas_1.2.0.bb => python3-pandas_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pand

[oe] [meta-python][PATCH 2/2] python3-alembic: Upgrade 1.4.3 -> 1.5.1

2021-01-20 Thread Leon Anavi
Upgrade to release 1.5.1: - Fixed installation issue where the "templates" directory was not being installed, preventing commands like "list_templates" and "init" from working. Signed-off-by: Leon Anavi --- .../{python3-alembic_1.4.3.bb => python3-alem

Re: [oe] OpenEmbedded Virtual Stand at FOSDEM 2021

2021-01-21 Thread Leon Anavi
urs during FOSDEM 2021. Best regards, Leon -- Leon Anavi Software Engineer konsulko.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88939): https://lists.openembedded.org/g/openembedded-devel/message/88939 Mute This To

[oe] [meta-python][PATCH 3/5] python3-bitarray: Upgrade 1.6.1 -> 1.6.3

2021-01-21 Thread Leon Anavi
Upgrade to release 1.6.3: - add missing .h files to sdist tarball - use `Py_SET_TYPE()` and `Py_SET_SIZE()` for Python 3.10 - add official Python 3.10 support - fix slice assignement to same object, e.g. a[2::] = a or a[::-1] = a - add bitarray.h Signed-off-by: Leon Anavi --- .../{python3

[oe] [meta-python][PATCH 2/5] python3-lz4: Upgrade 3.1.1 -> 3.1.3

2021-01-21 Thread Leon Anavi
-off-by: Leon Anavi --- .../python/{python3-lz4_3.1.1.bb => python3-lz4_3.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lz4_3.1.1.bb => python3-lz4_3.1.3.bb} (79%) diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH 1/5] python3-coverage: Upgrade 5.3 -> 5.3.1

2021-01-21 Thread Leon Anavi
. - The HTML report now saves the sort order in a more widely supported way. - The HTML report pages now have a Sleepy Snake favicon. - Wheels are now provided for manylinux2010, and for PyPy3. - Continuous integration has moved from Travis and AppVeyor to GitHub Actions. Signed-off-by: Leon Anavi

[oe] [meta-python][PATCH 5/5] python3-croniter: Upgrade 1.0.1 -> 1.0.2

2021-01-21 Thread Leon Anavi
Upgrade to release 1.0.2: - Fix match when datetime has microseconds Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.1.bb => python3-croniter_1.0.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_1.0.1

[oe] [meta-python][PATCH 4/5] python3-pykwalify: Upgrade 1.7.0 -> 1.8.0

2021-01-21 Thread Leon Anavi
tags should now be possible to use again. - Fixed an issue with regex values that was not converted to str() before regex mapping was attempted. - This should validate things like integers and objects that support str() conversion better. Signed-off-by: Leon Anavi --- .../0001-rule.py-fix

[oe] [meta-python][PATCH 1/5] python3-ujson: Upgrade 4.0.1 -> 4.0.2

2021-01-22 Thread Leon Anavi
Upgrade to release 4.0.2: - Travis CI: Test on 3.9 final, remove 3.8 - Toward matching Python standard library output for float - Fix errors on reading long decimal floats - Make empty dict/list indented serialization match stdlib json - Fix dealing with None types Signed-off-by: Leon Anavi

[oe] [meta-python][PATCH 2/5] python3-smbus2: Upgrade 0.4.0 -> 0.4.1

2021-01-22 Thread Leon Anavi
Upgrade to release 0.4.1: - SonarCloud quality checks. - Tests added to the dist package. Signed-off-by: Leon Anavi --- .../python/{python3-smbus2_0.4.0.bb => python3-smbus2_0.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 3/5] python3-pyzmq: Upgrade 20.0.0 -> 21.0.1

2021-01-22 Thread Leon Anavi
all Pythons and removing requirement of VC++ redistributable package on latest Windows and Python < 3.8. Signed-off-by: Leon Anavi --- .../python/python-pyzmq/club-rpath-out.patch | 24 --- ...yzmq_20.0.0.bb => python3-pyzmq_21.0.1.bb} | 2 +- 2 files changed, 22 inserti

[oe] [meta-python][PATCH 4/5] python3-alembic: Upgrade 1.5.1 -> 1.5.2

2021-01-22 Thread Leon Anavi
regression where Alembic would fail to create a transaction properly if the sqlalchemy.engine.Connection were a so-called "branched" connection, that is, one where the .connect() method had been called to create a "sub" connection. Signed-off-by: Leon Anavi --- .../{pytho

[oe] [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.10 -> 3.0.11

2021-01-22 Thread Leon Anavi
. - A refactoring of patch_stdout that includes several fixes. - A refactoring of the `ThreadedHistory`, which includes several fixes, in particular a race condition that happened when editing input while a big history was still being loaded in the background. Signed-off-by: Leon Anavi --- ...

[oe] [meta-python][PATCH 2/2] python3-pyyaml: Upgrade 5.4 -> 5.4.1

2021-01-25 Thread Leon Anavi
Upgrade to release 5.4.1: - Fix stub compat with older pyyaml versions that may unwittingly load it Signed-off-by: Leon Anavi --- .../python/{python3-pyyaml_5.4.bb => python3-pyyaml_5.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 1/2] python3-pyjwt: Upgrade 2.0.0 -> 2.0.1

2021-01-25 Thread Leon Anavi
Upgrade to release 2.0.1: - Rename CHANGELOG.md to CHANGELOG.rst and include in docs - Fix from_jwk() for all algorithms Signed-off-by: Leon Anavi --- .../python/{python3-pyjwt_2.0.0.bb => python3-pyjwt_2.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-pyt

[oe] [meta-python][PATCH 1/5] python3-natsort: Upgrade 7.1.0 -> 7.1.1

2021-01-25 Thread Leon Anavi
Upgrade to release 7.1.1: - Use GitHub Actions instead of Travis-CI - No longer pin testing dependencies - Correct a minor typo Signed-off-by: Leon Anavi --- .../{python3-natsort_7.1.0.bb => python3-natsort_7.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m

[oe] [meta-python][PATCH 3/5] python3-socketio: Upgrade 4.6.0 -> 5.0.4

2021-01-25 Thread Leon Anavi
the six package - Added version compatibility chart to README Signed-off-by: Leon Anavi --- .../{python3-socketio_4.6.0.bb => python3-socketio_5.0.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-socketio_4.6.0.bb => p

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

2021-01-25 Thread Leon Anavi
Upgrade to release 1.5.2: - Added Python 3.9 wheels. - Removed Python 2.7 Windows wheels (not supported on newest image with Python 3.9). Signed-off-by: Leon Anavi --- ...bject-proxy_1.5.1.bb => python3-lazy-object-proxy_1.5.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deleti

[oe] [meta-python][PATCH 5/5] python3-custom-inherit: Upgrade 2.3.0 -> 2.3.1

2021-01-25 Thread Leon Anavi
Uprade to release 2.3.1: - Methods section is now recognized in NumPy-style docstrings License-Update: Use file LICENSE.md Signed-off-by: Leon Anavi --- .../python/python3-custom-inherit_2.3.0.bb | 12 .../python/python3-custom-inherit_2.3.1.bb | 10

[oe] [meta-python][PATCH 2/5] python3-pymisp: Upgrade 2.4.135.3 -> 2.4.137.1

2021-01-25 Thread Leon Anavi
extras_require issue in setup.py from the archive for this release in PyPI. Signed-off-by: Leon Anavi --- ...hon3-pymisp_2.4.135.3.bb => python3-pymisp_2.4.137.1.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.13

[oe] [meta-python][PATCH 1/5] python3-cachetools: Upgrade 4.2.0 -> 4.2.1

2021-01-26 Thread Leon Anavi
Upgrade to release 4.2.1: - Handle __missing__() not storing cache items. - Clean up __missing__() example. Signed-off-by: Leon Anavi --- ...python3-cachetools_4.2.0.bb => python3-cachetools_4.2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devto

[oe] [meta-python][PATCH 3/5] python3-diskcache: Upgrade 5.1.0 -> 5.2.1

2021-01-26 Thread Leon Anavi
Upgrade to release 5.2.1: - Install libmemcached-dev for release GitHub action Signed-off-by: Leon Anavi --- ...python3-diskcache_5.1.0.bb => python3-diskcache_5.2.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{pyth

[oe] [meta-python][PATCH 4/5] python3-aenum: Upgrade 2.2.6 -> 3.0.0

2021-01-26 Thread Leon Anavi
e the __set_name__ and __init_subclass__ protocols (more robustly than in aenum 2.2.5) - enum_property() has been renamed to property() (old name still available, but deprecated) - bin() replacement shows negative integers in twos-complement Signed-off-by: Leon Anavi --- .../python/{python3-aenum_2.2

[oe] [meta-python][PATCH 5/5] python3-xmlschema: Upgrade 1.4.1 -> 1.4.2

2021-01-26 Thread Leon Anavi
Upgrade to release 1.4.2: - Add decoding of binary datatypes (xs:hexBinary and xs:base64Binary) - Fix encoding from string values for some builtin datatypes (decimal, binary, duration and datetime) Signed-off-by: Leon Anavi --- ...python3-xmlschema_1.4.1.bb => python3-xmlschema_1.4.2

[oe] [meta-python][PATCH 2/5] python3-coverage: Upgrade 5.3.1 -> 5.4

2021-01-26 Thread Leon Anavi
cimal module. - Update to support Python 3.10 alphas in progress, including PEP 626: Precise line numbers for debugging and other tools. Signed-off-by: Leon Anavi --- .../{python3-coverage_5.3.1.bb => python3-coverage_5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1

2021-01-27 Thread Leon Anavi
Upgrade to release 1.10.0.post1: - IntervalDict has a .combine method to merge its keys and values with another IntervalDict. Signed-off-by: Leon Anavi --- ...3-intervals_1.10.0.bb => python3-intervals_1.10.0.post1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename m

[oe] [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0

2021-01-27 Thread Leon Anavi
OpenSUSE based distributions) - APK (as used by Alpine Linux and postmarketOS) Signed-off-by: Leon Anavi --- .../python/{python3-pako_0.2.3.bb => python3-pako_0.3.0.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pako_0.2.3

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

2021-01-27 Thread Leon Anavi
Portion is a Python library providing data structure and operations for intervals. It replaces python-intervals. Release 2.1.4 brings: - Much faster get, copy and | operations for IntervalDict. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-portion_2.1.4.bb | 12

[oe] [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2

2021-01-27 Thread Leon Anavi
Upgrade to release 21.0.2: - Fix wheels on macOS older than 10.15 (sets MACOSX_DEPLOYMENT_TARGET to 10.9, matching wheel ABI tag). Signed-off-by: Leon Anavi --- .../python/{python3-pyzmq_21.0.1.bb => python3-pyzmq_21.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename m

[oe] [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2

2021-01-27 Thread Leon Anavi
Upgrade to release 1.4.2: - Fix linker error in debug build - Fix cross compile by adjusting includes - ast27: prefix exported symbols - Add 3.9 to supported versions Signed-off-by: Leon Anavi --- .../{python3-typed-ast_1.4.1.bb => python3-typed-ast_1.4.2.bb} | 2 +- 1 file changed

[oe] [meta-python][PATCH 1/5] python3-gevent: Upgrade 20.9.0 -> 21.1.2

2021-01-28 Thread Leon Anavi
- Update the embedded libev from 4.31 to 4.33. - Update the embedded libuv from 1.38.0 to 1.40.0. Signed-off-by: Leon Anavi --- .../{python3-gevent_20.9.0.bb => python3-gevent_21.1.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/pyt

[oe] [meta-python][PATCH 2/5] python3-prompt-toolkit: Upgrade 3.0.11 -> 3.0.14

2021-01-28 Thread Leon Anavi
Upgrade to release 3.0.14: - Disable bell when `PROMPT_TOOLKIT_BELL=false` environment variable has been set. - Improve cancellation of history loading. Signed-off-by: Leon Anavi --- ...rompt-toolkit_3.0.11.bb => python3-prompt-toolkit_3.0.14.bb} | 2 +- 1 file changed, 1 insertion(+)

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

2021-01-28 Thread Leon Anavi
Upgrade to release 1.26.3: - Fixed bytes and string comparison issue with headers - Changed ProxySchemeUnknown error message to be more actionable if the user supplies a proxy URL without a scheme Signed-off-by: Leon Anavi --- .../{python3-urllib3_1.26.2.bb => python3-urllib3_1.26.3

[oe] [meta-python][PATCH 4/5] python3-pybind11: Upgrade 2.5.0 -> 2.6.2

2021-01-28 Thread Leon Anavi
due to a broken define. - Support ICC and NVIDIA HPC SDK in C++17 mode. - Support Intel OneAPI compiler (ICC 20.2) and add to CI. License-Update: Update a link. Signed-off-by: Leon Anavi --- ...ck-pointer-size-when-cross-compiling.patch | 15 +++--- .../0001-Do-not-strip-bin

[oe] [meta-python][PATCH 5/5] python3-xlrd: Upgrade 1.2.0 -> 2.0.1

2021-01-28 Thread Leon Anavi
E. Signed-off-by: Leon Anavi --- ...hon3-xlrd_1.2.0.bb => python3-xlrd_2.0.1.bb} | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) rename meta-python/recipes-devtools/python/{python3-xlrd_1.2.0.bb => python3-xlrd_2.0.1.bb} (63%) diff --git a/meta-python/recipes-devtool

[oe] [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2

2021-01-29 Thread Leon Anavi
ase, but the delvewheel approach doesn't seem to work. - Windows + PyPy is now the only remaining case where a wheel has libzmq built as an Extension. All other builds ship libzmq built using its own tooling, which should result in better, more stable builds. Signed-off-by: Le

[oe] [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0

2021-01-29 Thread Leon Anavi
Upgrade to release 36.2.0: - Make matplotlib optional - Only run release job for tagged commits Signed-off-by: Leon Anavi --- .../{python3-cantools_36.1.0.bb => python3-cantools_36.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/pyt

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