pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-service_identity



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 25 12:39:47 UTC 2024

Modified Files:
        pkgsrc/security/py-service_identity: Makefile distinfo

Log Message:
py-service_identity: updated to 24.2.0

24.2.0

Added

- Python 3.13 is now officially supported.

Changed

- pyOpenSSL's identity extraction has been reimplemented using *cryptography*'s primitives instead of deprecated pyOpenSSL APIs.
 As a result, the oldest supported pyOpenSSL version is now 17.1.0.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-service_identity/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-service_identity/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-service_identity/Makefile
diff -u pkgsrc/security/py-service_identity/Makefile:1.16 pkgsrc/security/py-service_identity/Makefile:1.17
--- pkgsrc/security/py-service_identity/Makefile:1.16   Fri Feb  9 14:24:19 2024
+++ pkgsrc/security/py-service_identity/Makefile        Mon Nov 25 12:39:47 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/02/09 14:24:19 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/11/25 12:39:47 adam Exp $
 
-DISTNAME=      service_identity-24.1.0
+DISTNAME=      service_identity-24.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/service_identity/}
@@ -10,19 +10,16 @@ HOMEPAGE=   https://pypi.python.org/pypi/s
 COMMENT=       Service identity verification for pyOpenSSL
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.1.0:../../devel/py-attrs
 # optional, but let's depend on it
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
-PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL
 .include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-service_identity/distinfo
diff -u pkgsrc/security/py-service_identity/distinfo:1.10 pkgsrc/security/py-service_identity/distinfo:1.11
--- pkgsrc/security/py-service_identity/distinfo:1.10   Fri Feb  9 14:24:19 2024
+++ pkgsrc/security/py-service_identity/distinfo        Mon Nov 25 12:39:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/02/09 14:24:19 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/11/25 12:39:47 adam Exp $
 
-BLAKE2s (service_identity-24.1.0.tar.gz) = cd76006f7da40f861bacb392e9c2a8aaa0fb2276bfcc52ee8f294d75069cb1ce
-SHA512 (service_identity-24.1.0.tar.gz) = 86cf2754bf8564d828d8cae4dec25dae04537ae59f5e2ee8450594f473cbd27f4c96313f743bad6842f9344a53a76a9d22064d8143e9d2d41a83376627d309fd
-Size (service_identity-24.1.0.tar.gz) = 40183 bytes
+BLAKE2s (service_identity-24.2.0.tar.gz) = d2fe30949f4c6e11bfc8afb10fd90be0f73c6ab89e0d9c7fa2175f85a8f47f5f
+SHA512 (service_identity-24.2.0.tar.gz) = 8dc475b965e5e33f2c9b5587b7b91351c8b424e2ebb89ab8cf7fe159798d26912b16bcff9bc6151606e319c32a7e53a3852fafd7c7bccdbf1d6ac93c2f9dda03
+Size (service_identity-24.2.0.tar.gz) = 39245 bytes



Home | Main Index | Thread Index | Old Index