Skip to content

Commit

Permalink
python3-pyopenssl: upgrade 24.1.0 -> 24.2.1
Browse files Browse the repository at this point in the history
* Drop the PYPI_ARCHIVE_NAME, as upstream sdist is now normalized.

https://www.pyopenssl.org/en/latest/changelog.html

24.2.1 (2024-07-20)
  * Changes:
    - Fixed changelog to remove sphinx specific restructured text strings.

24.2.0 (2024-07-20)
  * Deprecations:
    - Deprecated OpenSSL.crypto.X509Req,
      OpenSSL.crypto.load_certificate_request,
      OpenSSL.crypto.dump_certificate_request.
      Instead, cryptography.x509.CertificateSigningRequest,
      cryptography.x509.CertificateSigningRequestBuilder,
      cryptography.x509.load_der_x509_csr, or
      cryptography.x509.load_pem_x509_csr should be used.

  * Changes:
    - Added type hints for the SSL module. #1308.
    - Changed OpenSSL.crypto.PKey.from_cryptography_key to accept public and
      private EC, ED25519, ED448 keys. #1310.

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Aug 13, 2024
1 parent 97404ee commit 90415ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

DEPENDS += "openssl python3-cryptography"

SRC_URI[sha256sum] = "cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f"
SRC_URI[sha256sum] = "4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95"

PYPI_PACKAGE = "pyOpenSSL"
PYPI_ARCHIVE_NAME = "${PYPI_PACKAGE}"

inherit pypi setuptools3

Expand Down

0 comments on commit 90415ae

Please sign in to comment.