Path to this page:
Subject: CVS commit: pkgsrc/security/py-OpenSSL
From: Adam Ciarcinski
Date: 2025-01-13 09:41:20
Message id: 20250113084121.0D954FC1D@cvs.NetBSD.org
Log Message:
py-OpenSSL: updated to 25.0.0
25.0.0 (2025-01-12)
Changes:
- Corrected type annotations on ``Context.set_alpn_select_callback``, \
``Context.set_session_cache_mode``, ``Context.set_options``, \
``Context.set_mode``, ``X509.subject_name_hash``, and \
``X509Store.load_locations``.
- Deprecated APIs are now marked using ``warnings.deprecated``. ``mypy`` will \
emit deprecation notices for them when used with ``--enable-error-code \
deprecated``.
Files: