Marcel Telka
2023-11-28 d2d14b415cb9cc4e7c7b8d565076642da132ec44
python/cryptography: update to 41.0.7

3 files modified
16 ■■■■ changed files
components/python/cryptography/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/cryptography/pkg5 2 ●●● patch | view | raw | blame | history
components/python/cryptography/test/results-all.master 8 ●●●● patch | view | raw | blame | history
components/python/cryptography/Makefile
@@ -20,12 +20,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        cryptography
HUMAN_VERSION =            41.0.5
HUMAN_VERSION =            41.0.7
COMPONENT_SUMMARY =        cryptography - cryptography is a package which provides cryptographic recipes and primitives to Python developers.
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/16/a7/38fdcdd634515f589c8c723608c0f0b38d66c6c2320b3095967486f3045a/cryptography-41.0.5.tar.gz
    https://files.pythonhosted.org/packages/ce/b3/13a12ea7edb068de0f62bac88a8ffd92cc2901881b391839851846b84a81/cryptography-41.0.7.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7
    sha256:13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
COMPONENT_LICENSE =        Apache-2.0 OR BSD-3-Clause
TEST_STYLE = pytest
components/python/cryptography/pkg5
@@ -7,7 +7,7 @@
        "library/security/openssl-31",
        "runtime/python-39",
        "system/library",
        "system/library/gcc-10-runtime"
        "system/library/gcc-13-runtime"
    ],
    "fmris": [
        "library/python/cryptography-39",
components/python/cryptography/test/results-all.master
@@ -1,11 +1,11 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
OpenSSL: OpenSSL 3.1.3 19 Sep 2023
OpenSSL: OpenSSL 3.1.4 24 Oct 2023
FIPS Enabled: False
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 3067 items
collecting ... collected 3068 items
tests/bench/test_aead.py::test_aesccm_decrypt PASSED
tests/bench/test_aead.py::test_aesccm_encrypt PASSED
@@ -1283,6 +1283,7 @@
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_invalid_pem_pkcs7 PASSED
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_der[pkcs7/amazon-roots.der] PASSED
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_der[pkcs7/amazon-roots.p7b] PASSED
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_empty_certificates PASSED
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_pem PASSED
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_load_pkcs7_unsupported_type PASSED
tests/hazmat/primitives/test_pkcs7.py::TestPKCS7Loading::test_not_bytes_der PASSED
@@ -3075,6 +3076,5 @@
tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_set_revocation_date_twice PASSED
tests/x509/test_x509_revokedcertbuilder.py::TestRevokedCertificateBuilder::test_set_serial_number_twice PASSED
=========================== short test summary info ============================
======== 3023 passed, 44 skipped ========
======== 3024 passed, 44 skipped ========