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.
This commit is contained in:
adam 2024-02-09 14:24:19 +00:00
parent 486366170f
commit 6c7e4352b2
2 changed files with 6 additions and 13 deletions

View File

@ -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-fancy-pypi-readme-[0-9]*:../../devel/py-hatc
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

View File

@ -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