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:           Fri Feb  9 14:24:20 UTC 2024

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

Log Message:
py-service_identity: updated to 24.1.0

24.1.0

Changed

- If a certificate doesn't contain any `subjectAltName`s, we now raise `service_identity.CertificateError` instead of `service_identity.VerificationError` to make the problem easier to debug.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-service_identity/Makefile
cvs rdiff -u -r1.9 -r1.10 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.15 pkgsrc/security/py-service_identity/Makefile:1.16
--- pkgsrc/security/py-service_identity/Makefile:1.15   Sat Oct 28 19:57:15 2023
+++ pkgsrc/security/py-service_identity/Makefile        Fri Feb  9 14:24:19 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/10/28 19:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/09 14:24:19 adam Exp $
 
-DISTNAME=      service_identity-23.1.0
+DISTNAME=      service_identity-24.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/service_identity/}
 
@@ -17,17 +16,11 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-hatch-fanc
 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
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # optional, but let's depend on it
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# needs 'make install'
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL

Index: pkgsrc/security/py-service_identity/distinfo
diff -u pkgsrc/security/py-service_identity/distinfo:1.9 pkgsrc/security/py-service_identity/distinfo:1.10
--- pkgsrc/security/py-service_identity/distinfo:1.9    Sat Jul  1 11:29:20 2023
+++ pkgsrc/security/py-service_identity/distinfo        Fri Feb  9 14:24:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/07/01 11:29:20 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/02/09 14:24:19 adam Exp $
 
-BLAKE2s (service_identity-23.1.0.tar.gz) = b484afc1fcc1f6c280d43231d3c3c3aa40dfb286b39f17cd70a11957ddd18939
-SHA512 (service_identity-23.1.0.tar.gz) = bc53f563050811a2b40dbfcf1e0a1b1b5677e2b48ed4e94e37d29735baea49ed7a7099d656444c0054fa2c23ae96026e67919cf24b01a3ae6b3549fd25dfe4d1
-Size (service_identity-23.1.0.tar.gz) = 39840 bytes
+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



Home | Main Index | Thread Index | Old Index