All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0
@ 2021-01-13 14:26 Leon Anavi
  2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.7.0:

- In rare circumstances an extra comma is added after import
  and before comment.
- isort encounters bug in Python 3.6.0.
- Provide ways for extension formatting and file paths to be
  specified when using streaming input from CLI.
- Ability to output and diff within a single API call to
  isort.file.
- Better more useful fatal error messages.
- Support for automatically fixing mixed indentation of import
  sections.
- Added a CLI option for skipping symlinks.
- Support for disabling float_to_top from the command line.
- Allow toggling section comments on and off for indented import
  sections.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../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 --git a/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb b/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
rename to meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
index 66a5332be..9f234ee46 100644
--- a/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
@@ -4,8 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "d2dfc32943b1d64311facec6a05c2f98"
-SRC_URI[sha256sum] = "dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"
+SRC_URI[sha256sum] = "c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:43   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2 Leon Anavi
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: 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 <leon.anavi@konsulko.com>
---
 .../python/{python3-lz4_3.1.0.bb => python3-lz4_3.1.1.bb}      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-lz4_3.1.0.bb => python3-lz4_3.1.1.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.0.bb b/meta-python/recipes-devtools/python/python3-lz4_3.1.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-lz4_3.1.0.bb
rename to meta-python/recipes-devtools/python/python3-lz4_3.1.1.bb
index 06bf63159..1cc378def 100644
--- a/meta-python/recipes-devtools/python/python3-lz4_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-lz4_3.1.1.bb
@@ -8,8 +8,7 @@ DEPENDS += " \
     ${PYTHON_PN}-pkgconfig-native \
 "
 
-SRC_URI[md5sum] = "1bf913acec3cb63893f522c222c8e3b1"
-SRC_URI[sha256sum] = "debe75513db3eb9e5cdcd82a329ff38374b6316ab65b848b571e0404746c1e05"
+SRC_URI[sha256sum] = "1ac354804cb2d5fb3d213857a6bf8590a301ef051cc16fbb4938bd2d6e524bda"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
  2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:44   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 Leon Anavi
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.2:

- Fix overflow in unpacking timestamp to datetime
- Format markdown
- Update readme

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-msgpack_1.0.0.bb => python3-msgpack_1.0.2.bb}     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-msgpack_1.0.0.bb => python3-msgpack_1.0.2.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb
rename to meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
index d744738a2..989a7ae3f 100644
--- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
 PYPI_PACKAGE = "msgpack"
 inherit pypi setuptools3 ptest
 
-SRC_URI[md5sum] = "c35ee8f991dad3969884e9585e56ebba"
-SRC_URI[sha256sum] = "9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0"
+SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984"
 
 RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-io \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
  2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
  2021-01-13 14:26 ` [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:44   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 Leon Anavi
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 20.0.1:

- Fixed compatibility with OpenSSL 1.1.0
- Added a new optional chain parameter to
  OpenSSL.crypto.X509StoreContext() where additional untrusted
  certificates can be specified to help chain building.
- Added OpenSSL.crypto.X509Store.load_locations to set trusted
  certificate file bundles and/or directories for verification.
- Added Context.set_keylog_callback to log key material.
- Added OpenSSL.SSL.Connection.get_verified_chain to retrieve
  the verified certificate chain of the peer.
- Make verification callback optional in Context.set_verify. If
  omitted, OpenSSL’s default verification is used.
- Fixed a bug that could truncate or cause a zero-length key
  error due to a null byte in private key passphrase in
  OpenSSL.crypto.load_privatekey and OpenSSL.crypto.dump_privatekey.
- Deprecated OpenSSL.crypto.loads_pkcs7 and
  OpenSSL.crypto.loads_pkcs12.
- The minimum cryptography version is now 3.2.
- Remove deprecated OpenSSL.tsafe module.
- Removed deprecated OpenSSL.SSL.Context.set_npn_advertise_callback,
  OpenSSL.SSL.Context.set_npn_select_callback, and
  OpenSSL.SSL.Connection.get_next_proto_negotiated.
- Drop support for Python 3.4
- Drop support for OpenSSL 1.0.1 and 1.0.2

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...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.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
index da783ea29..e121ef844 100644
--- a/meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 DEPENDS += "openssl ${PYTHON_PN}-cryptography"
 
-SRC_URI[md5sum] = "d9804fedbd1eb0c7d9243397b1fbf972"
-SRC_URI[sha256sum] = "9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507"
+SRC_URI[sha256sum] = "4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51"
 
 PYPI_PACKAGE = "pyOpenSSL"
 inherit pypi setuptools3
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:44   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13 Leon Anavi
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.16.1:

- VerifyingKey.precompute() supports lazy argument to delay
  precomputation to the first time the key is used to verify
  a signature.
- Documentation for the VerifyingKey.precompute() method.
- Make created signatures correct when the hash used is bigger
  than the curve order bit size and the curve order is not a
  multiple of 8 (this affects only users of custom curves or
  hashes with output larger than 512 bits when used with NIST
  P-521 curve).
- Speed up library load time by calculating the generator point
  multiplication tables the first time the points 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 <leon.anavi@konsulko.com>
---
 .../{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb
rename to meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb
index 36bb246fd..819d41e86 100644
--- a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
 DEPENDS += "python3-pip python3-pbr"
 
 PYPI_PACKAGE = "ecdsa"
-SRC_URI[md5sum] = "d593df1ab57da611dca76f7328c47b21"
-SRC_URI[sha256sum] = "494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892"
+SRC_URI[sha256sum] = "cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:44   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1 Leon Anavi
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: 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 <leon.anavi@konsulko.com>
---
 ...python3-regex_2020.10.28.bb => python3-regex_2020.11.13.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2020.10.28.bb => python3-regex_2020.11.13.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb b/meta-python/recipes-devtools/python/python3-regex_2020.11.13.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
rename to meta-python/recipes-devtools/python/python3-regex_2020.11.13.bb
index c3cddd8f1..b5f714397 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2020.11.13.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "8150da7f676e73751b4e3c7b1ba79a34"
-SRC_URI[sha256sum] = "dd3e6547ecf842a29cf25123fbf8d2461c53c8d37aa20d87ecee130c89b7079b"
+SRC_URI[sha256sum] = "83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:45   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 08/10] python3-cryptography-vectors: " Leon Anavi
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.3.1:

- Re-added a legacy symbol causing problems for older pyOpenSSL
  users.
- BACKWARDS INCOMPATIBLE: Support for Python 3.5 has been removed
  due to low usage and maintenance burden.
- BACKWARDS INCOMPATIBLE: The
  :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
  :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now
  require 64-bit to 1024-bit (8 byte to 128 byte) initialization
  vectors. This change is to conform with an upcoming OpenSSL
  release that will no longer support sizes outside this window.
- BACKWARDS INCOMPATIBLE: When deserializing asymmetric keys we
  now raise ValueError rather than UnsupportedAlgorithm when an
  unsupported cipher is used. This change is to conform with an
  upcoming OpenSSL release that will no longer distinguish between
  error types.
- BACKWARDS INCOMPATIBLE: We no longer allow loading of finite
  field Diffie-Hellman parameters of less than 512 bits in length.
  This change is to conform with an upcoming OpenSSL release that
  no longer supports smaller sizes. These keys were already wildly
  insecure and should not have been used in any application
  outside of testing.
- Updated 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 <leon.anavi@konsulko.com>
---
 ...on3-cryptography_3.2.bb => python3-cryptography_3.3.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cryptography_3.2.bb => python3-cryptography_3.3.1.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-cryptography_3.2.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_3.3.1.bb
index cec37b027..79a7ac1bf 100644
--- a/meta-python/recipes-devtools/python/python3-cryptography_3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.1.bb
@@ -2,12 +2,11 @@ SUMMARY = "Provides cryptographic recipes and primitives to python developers"
 HOMEPAGE = "https://cryptography.io/"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0 | BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba"
 
 LDSHARED += "-pthread"
 
-SRC_URI[md5sum] = "1e476287399bae923514e19429804155"
-SRC_URI[sha256sum] = "e4789b84f8dedf190148441f7c5bfe7244782d9cbb194a36e17b91e7d3e1cca9"
+SRC_URI[sha256sum] = "7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6"
 
 SRC_URI += " \
     file://run-ptest \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 08/10] python3-cryptography-vectors: Upgrade 3.2 -> 3.3.1
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (5 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:45   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2 Leon Anavi
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Following the upgrade of python3-cryptography, upgrade to release
3.3.1:

- BACKWARDS INCOMPATIBLE: The
  :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
  :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now
  require 64-bit to 1024-bit (8 byte to 128 byte) 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 <leon.anavi@konsulko.com>
---
 ...hy-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cryptography-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb
rename to meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
index 2e7ed8169..bcdbc6adb 100644
--- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0 | BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
 
-SRC_URI[md5sum] = "20976284d12ed99e31d38814be038ac1"
-SRC_URI[sha256sum] = "785f06ffd0bbc73bdd69d0b164d72a7a7827c7c3bbf79ae9a235d7126afd98e4"
+SRC_URI[sha256sum] = "03789c305dda8dccb4b8c9c019963a742469d88365abbc82e8e898ac478f5ca4"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (6 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 08/10] python3-cryptography-vectors: " Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:45   ` [oe] " Trevor Gamblin
  2021-01-13 14:26 ` [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0 Leon Anavi
  2021-01-14 18:43 ` [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: 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 <leon.anavi@konsulko.com>
---
 .../{python3-wheel_0.35.1.bb => python3-wheel_0.36.2.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wheel_0.35.1.bb => python3-wheel_0.36.2.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.35.1.bb b/meta-python/recipes-devtools/python/python3-wheel_0.36.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-wheel_0.35.1.bb
rename to meta-python/recipes-devtools/python/python3-wheel_0.36.2.bb
index b4e77ea84..9d9a441c0 100644
--- a/meta-python/recipes-devtools/python/python3-wheel_0.35.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wheel_0.36.2.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "7ec7c435cc73eefebd9f0af43c120044"
-SRC_URI[sha256sum] = "99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f"
+SRC_URI[sha256sum] = "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (7 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2 Leon Anavi
@ 2021-01-13 14:26 ` Leon Anavi
  2021-01-14 18:45   ` [oe] " Trevor Gamblin
  2021-01-14 18:43 ` [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-13 14:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 20.0.0:

- Update bundled libzmq to 4.3.3
- Socket.bind() and Socket.connect() can now be used as context
  managers
- Better error when libzmq is bundled and fails to be loaded
- Hold GIL while calling zmq_curve_ functions, which may fix
  apparent threadsafety issues

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{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/python/python3-pyzmq_19.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb
rename to meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
index 3c4e32b5e..a668eb11e 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
@@ -8,8 +8,7 @@ DEPENDS = "zeromq"
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
 
 SRC_URI += "file://club-rpath-out.patch"
-SRC_URI[md5sum] = "200abc1a75bdcfff7adf61304f46f55e"
-SRC_URI[sha256sum] = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438"
+SRC_URI[sha256sum] = "824ad5888331aadeac772bce27e1c2fbcab82fade92edbd234542c4e12f0dca9"
 
 inherit pypi pkgconfig setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0
  2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
                   ` (8 preceding siblings ...)
  2021-01-13 14:26 ` [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0 Leon Anavi
@ 2021-01-14 18:43 ` Trevor Gamblin
  9 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:43 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1998 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - In rare circumstances an extra comma is added after import
>    and before comment.
> - isort encounters bug in Python 3.6.0.
> - Provide ways for extension formatting and file paths to be
>    specified when using streaming input from CLI.
> - Ability to output and diff within a single API call to
>    isort.file.
> - Better more useful fatal error messages.
> - Support for automatically fixing mixed indentation of import
>    sections.
> - Added a CLI option for skipping symlinks.
> - Support for disabling float_to_top from the command line.
> - Allow toggling section comments on and off for indented import
>    sections.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../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 --git a/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb b/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
> rename to meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
> index 66a5332be..9f234ee46 100644
> --- a/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
> @@ -4,8 +4,7 @@ LICENSE = "MIT"
>   SECTION = "devel/python"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
>   
> -SRC_URI[md5sum] = "d2dfc32943b1d64311facec6a05c2f98"
> -SRC_URI[sha256sum] = "dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"
> +SRC_URI[sha256sum] = "c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2894 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1
  2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
@ 2021-01-14 18:43   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:43 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1377 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - 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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-lz4_3.1.0.bb => python3-lz4_3.1.1.bb}      | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-lz4_3.1.0.bb => python3-lz4_3.1.1.bb} (70%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.0.bb b/meta-python/recipes-devtools/python/python3-lz4_3.1.1.bb
> similarity index 70%
> rename from meta-python/recipes-devtools/python/python3-lz4_3.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-lz4_3.1.1.bb
> index 06bf63159..1cc378def 100644
> --- a/meta-python/recipes-devtools/python/python3-lz4_3.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-lz4_3.1.1.bb
> @@ -8,8 +8,7 @@ DEPENDS += " \
>       ${PYTHON_PN}-pkgconfig-native \
>   "
>   
> -SRC_URI[md5sum] = "1bf913acec3cb63893f522c222c8e3b1"
> -SRC_URI[sha256sum] = "debe75513db3eb9e5cdcd82a329ff38374b6316ab65b848b571e0404746c1e05"
> +SRC_URI[sha256sum] = "1ac354804cb2d5fb3d213857a6bf8590a301ef051cc16fbb4938bd2d6e524bda"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2160 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2
  2021-01-13 14:26 ` [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2 Leon Anavi
@ 2021-01-14 18:44   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - Fix overflow in unpacking timestamp to datetime
> - Format markdown
> - Update readme
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-msgpack_1.0.0.bb => python3-msgpack_1.0.2.bb}     | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-msgpack_1.0.0.bb => python3-msgpack_1.0.2.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
> index d744738a2..989a7ae3f 100644
> --- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
> @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
>   PYPI_PACKAGE = "msgpack"
>   inherit pypi setuptools3 ptest
>   
> -SRC_URI[md5sum] = "c35ee8f991dad3969884e9585e56ebba"
> -SRC_URI[sha256sum] = "9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0"
> +SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984"
>   
>   RDEPENDS_${PN}_class-target += "\
>       ${PYTHON_PN}-io \
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2374 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1
  2021-01-13 14:26 ` [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 Leon Anavi
@ 2021-01-14 18:44   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2716 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> Upgrade to release 20.0.1:
>
> - Fixed compatibility with OpenSSL 1.1.0
> - Added a new optional chain parameter to
>    OpenSSL.crypto.X509StoreContext() where additional untrusted
>    certificates can be specified to help chain building.
> - Added OpenSSL.crypto.X509Store.load_locations to set trusted
>    certificate file bundles and/or directories for verification.
> - Added Context.set_keylog_callback to log key material.
> - Added OpenSSL.SSL.Connection.get_verified_chain to retrieve
>    the verified certificate chain of the peer.
> - Make verification callback optional in Context.set_verify. If
>    omitted, OpenSSL’s default verification is used.
> - Fixed a bug that could truncate or cause a zero-length key
>    error due to a null byte in private key passphrase in
>    OpenSSL.crypto.load_privatekey and OpenSSL.crypto.dump_privatekey.
> - Deprecated OpenSSL.crypto.loads_pkcs7 and
>    OpenSSL.crypto.loads_pkcs12.
> - The minimum cryptography version is now 3.2.
> - Remove deprecated OpenSSL.tsafe module.
> - Removed deprecated OpenSSL.SSL.Context.set_npn_advertise_callback,
>    OpenSSL.SSL.Context.set_npn_select_callback, and
>    OpenSSL.SSL.Connection.get_next_proto_negotiated.
> - Drop support for Python 3.4
> - Drop support for OpenSSL 1.0.1 and 1.0.2
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...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.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
> index da783ea29..e121ef844 100644
> --- a/meta-python/recipes-devtools/python/python3-pyopenssl_19.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb
> @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>   
>   DEPENDS += "openssl ${PYTHON_PN}-cryptography"
>   
> -SRC_URI[md5sum] = "d9804fedbd1eb0c7d9243397b1fbf972"
> -SRC_URI[sha256sum] = "9a24494b2602aaf402be5c9e30a0b82d4a5c67528fe8fb475e3f3bc00dd69507"
> +SRC_URI[sha256sum] = "4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51"
>   
>   PYPI_PACKAGE = "pyOpenSSL"
>   inherit pypi setuptools3
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3563 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1
  2021-01-13 14:26 ` [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 Leon Anavi
@ 2021-01-14 18:44   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2151 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - VerifyingKey.precompute() supports lazy argument to delay
>    precomputation to the first time the key is used to verify
>    a signature.
> - Documentation for the VerifyingKey.precompute() method.
> - Make created signatures correct when the hash used is bigger
>    than the curve order bit size and the curve order is not a
>    multiple of 8 (this affects only users of custom curves or
>    hashes with output larger than 512 bits when used with NIST
>    P-521 curve).
> - Speed up library load time by calculating the generator point
>    multiplication tables the first time the points 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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb}       | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-ecdsa_0.16.0.bb => python3-ecdsa_0.16.1.bb} (69%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb
> similarity index 69%
> rename from meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb
> rename to meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb
> index 36bb246fd..819d41e86 100644
> --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.16.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.16.1.bb
> @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
>   DEPENDS += "python3-pip python3-pbr"
>   
>   PYPI_PACKAGE = "ecdsa"
> -SRC_URI[md5sum] = "d593df1ab57da611dca76f7328c47b21"
> -SRC_URI[sha256sum] = "494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892"
> +SRC_URI[sha256sum] = "cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3019 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13
  2021-01-13 14:26 ` [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13 Leon Anavi
@ 2021-01-14 18:44   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - 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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-regex_2020.10.28.bb => python3-regex_2020.11.13.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-regex_2020.10.28.bb => python3-regex_2020.11.13.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb b/meta-python/recipes-devtools/python/python3-regex_2020.11.13.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
> rename to meta-python/recipes-devtools/python/python3-regex_2020.11.13.bb
> index c3cddd8f1..b5f714397 100644
> --- a/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
> +++ b/meta-python/recipes-devtools/python/python3-regex_2020.11.13.bb
> @@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "8150da7f676e73751b4e3c7b1ba79a34"
> -SRC_URI[sha256sum] = "dd3e6547ecf842a29cf25123fbf8d2461c53c8d37aa20d87ecee130c89b7079b"
> +SRC_URI[sha256sum] = "83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562"
>   
>   BBCLASSEXTEND = "native nativesdk"
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2510 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1
  2021-01-13 14:26 ` [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1 Leon Anavi
@ 2021-01-14 18:45   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3146 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - Re-added a legacy symbol causing problems for older pyOpenSSL
>    users.
> - BACKWARDS INCOMPATIBLE: Support for Python 3.5 has been removed
>    due to low usage and maintenance burden.
> - BACKWARDS INCOMPATIBLE: The
>    :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
>    :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now
>    require 64-bit to 1024-bit (8 byte to 128 byte) initialization
>    vectors. This change is to conform with an upcoming OpenSSL
>    release that will no longer support sizes outside this window.
> - BACKWARDS INCOMPATIBLE: When deserializing asymmetric keys we
>    now raise ValueError rather than UnsupportedAlgorithm when an
>    unsupported cipher is used. This change is to conform with an
>    upcoming OpenSSL release that will no longer distinguish between
>    error types.
> - BACKWARDS INCOMPATIBLE: We no longer allow loading of finite
>    field Diffie-Hellman parameters of less than 512 bits in length.
>    This change is to conform with an upcoming OpenSSL release that
>    no longer supports smaller sizes. These keys were already wildly
>    insecure and should not have been used in any application
>    outside of testing.
> - Updated 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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...on3-cryptography_3.2.bb => python3-cryptography_3.3.1.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cryptography_3.2.bb => python3-cryptography_3.3.1.bb} (86%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.1.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-cryptography_3.2.bb
> rename to meta-python/recipes-devtools/python/python3-cryptography_3.3.1.bb
> index cec37b027..79a7ac1bf 100644
> --- a/meta-python/recipes-devtools/python/python3-cryptography_3.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.1.bb
> @@ -2,12 +2,11 @@ SUMMARY = "Provides cryptographic recipes and primitives to python developers"
>   HOMEPAGE = "https://cryptography.io/"
>   SECTION = "devel/python"
>   LICENSE = "Apache-2.0 | BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=bf405a8056a6647e7d077b0e7bc36aba"
>   
>   LDSHARED += "-pthread"
>   
> -SRC_URI[md5sum] = "1e476287399bae923514e19429804155"
> -SRC_URI[sha256sum] = "e4789b84f8dedf190148441f7c5bfe7244782d9cbb194a36e17b91e7d3e1cca9"
> +SRC_URI[sha256sum] = "7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6"
>   
>   SRC_URI += " \
>       file://run-ptest \
>
> 
>

[-- Attachment #2: Type: text/html, Size: 4239 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 08/10] python3-cryptography-vectors: Upgrade 3.2 -> 3.3.1
  2021-01-13 14:26 ` [meta-python][PATCH 08/10] python3-cryptography-vectors: " Leon Anavi
@ 2021-01-14 18:45   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1840 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - BACKWARDS INCOMPATIBLE: The
>    :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
>    :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now
>    require 64-bit to 1024-bit (8 byte to 128 byte) 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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hy-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cryptography-vectors_3.2.bb => python3-cryptography-vectors_3.3.1.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb
> rename to meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
> index 2e7ed8169..bcdbc6adb 100644
> --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_3.3.1.bb
> @@ -4,8 +4,7 @@ SECTION = "devel/python"
>   LICENSE = "Apache-2.0 | BSD"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
>   
> -SRC_URI[md5sum] = "20976284d12ed99e31d38814be038ac1"
> -SRC_URI[sha256sum] = "785f06ffd0bbc73bdd69d0b164d72a7a7827c7c3bbf79ae9a235d7126afd98e4"
> +SRC_URI[sha256sum] = "03789c305dda8dccb4b8c9c019963a742469d88365abbc82e8e898ac478f5ca4"
>   
>   PYPI_PACKAGE = "cryptography_vectors"
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2739 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2
  2021-01-13 14:26 ` [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2 Leon Anavi
@ 2021-01-14 18:45   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - 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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-wheel_0.35.1.bb => python3-wheel_0.36.2.bb}       | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-wheel_0.35.1.bb => python3-wheel_0.36.2.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.35.1.bb b/meta-python/recipes-devtools/python/python3-wheel_0.36.2.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-wheel_0.35.1.bb
> rename to meta-python/recipes-devtools/python/python3-wheel_0.36.2.bb
> index b4e77ea84..9d9a441c0 100644
> --- a/meta-python/recipes-devtools/python/python3-wheel_0.35.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-wheel_0.36.2.bb
> @@ -4,8 +4,7 @@ SECTION = "devel/python"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=8227180126797a0148f94f483f3e1489"
>   
> -SRC_URI[md5sum] = "7ec7c435cc73eefebd9f0af43c120044"
> -SRC_URI[sha256sum] = "99a22d87add3f634ff917310a3d87e499f19e663413a52eb9232c447aa646c9f"
> +SRC_URI[sha256sum] = "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2480 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [oe] [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0
  2021-01-13 14:26 ` [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0 Leon Anavi
@ 2021-01-14 18:45   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-14 18:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]


On 2021-01-13 9:26 a.m., Leon Anavi wrote:
> - Update bundled libzmq to 4.3.3
> - Socket.bind() and Socket.connect() can now be used as context
>    managers
> - Better error when libzmq is bundled and fails to be loaded
> - Hold GIL while calling zmq_curve_ functions, which may fix
>    apparent threadsafety issues
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{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/python/python3-pyzmq_19.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb
> rename to meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
> index 3c4e32b5e..a668eb11e 100644
> --- a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb
> @@ -8,8 +8,7 @@ DEPENDS = "zeromq"
>   FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
>   
>   SRC_URI += "file://club-rpath-out.patch"
> -SRC_URI[md5sum] = "200abc1a75bdcfff7adf61304f46f55e"
> -SRC_URI[sha256sum] = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438"
> +SRC_URI[sha256sum] = "824ad5888331aadeac772bce27e1c2fbcab82fade92edbd234542c4e12f0dca9"
>   
>   inherit pypi pkgconfig setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2494 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-01-14 18:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 14:26 [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Leon Anavi
2021-01-13 14:26 ` [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1 Leon Anavi
2021-01-14 18:43   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13 Leon Anavi
2021-01-14 18:44   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1 Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 08/10] python3-cryptography-vectors: " Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2 Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-13 14:26 ` [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0 Leon Anavi
2021-01-14 18:45   ` [oe] " Trevor Gamblin
2021-01-14 18:43 ` [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0 Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.