Subject: CVS commit: pkgsrc/security/py-OpenSSL
From: Thomas Klausner
Date: 2024-07-21 11:02:03
Message id: 20240721090203.46DBDFC74@cvs.NetBSD.org

Log Message:
py-OpenSSL: update to 24.2.1.

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 <https://github.com/pyca/pyopenssl/pull/1308>`_.
- Changed ``OpenSSL.crypto.PKey.from_cryptography_key`` to accept public and \ 
private EC, ED25519, ED448 keys.
  `#1310 <https://github.com/pyca/pyopenssl/pull/1310>`_.

Files:
RevisionActionfile
1.71modifypkgsrc/security/py-OpenSSL/Makefile
1.18modifypkgsrc/security/py-OpenSSL/PLIST
1.35modifypkgsrc/security/py-OpenSSL/distinfo