pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-trustme py-trustme: updated to 0.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ab4164d54d7
branches:  trunk
changeset: 454608:9ab4164d54d7
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 13 18:46:29 2021 +0000

description:
py-trustme: updated to 0.8.0

Trustme 0.8.0 (2021-06-08)
Features
It’s now possible to set an expiry date on server certificates, either with --expires-on in the CLI or with not_after in trustme.CA.issue_cert.
Support Python 3.10
Set correct KeyUsage and ExtendedKeyUsage extensions, per CA/B Forum baseline requirements

diffstat:

 security/py-trustme/Makefile |   4 ++--
 security/py-trustme/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9094430d81c9 -r 9ab4164d54d7 security/py-trustme/Makefile
--- a/security/py-trustme/Makefile      Sun Jun 13 18:43:24 2021 +0000
+++ b/security/py-trustme/Makefile      Sun Jun 13 18:46:29 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/05/12 16:13:48 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/06/13 18:46:29 adam Exp $
 
-DISTNAME=      trustme-0.7.0
+DISTNAME=      trustme-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trustme/}
diff -r 9094430d81c9 -r 9ab4164d54d7 security/py-trustme/distinfo
--- a/security/py-trustme/distinfo      Sun Jun 13 18:43:24 2021 +0000
+++ b/security/py-trustme/distinfo      Sun Jun 13 18:46:29 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/05/12 16:13:48 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/06/13 18:46:29 adam Exp $
 
-SHA1 (trustme-0.7.0.tar.gz) = df83683bf47af42f1158a4c41864d73187bbf17b
-RMD160 (trustme-0.7.0.tar.gz) = 5c5f81a35d87a70d43012483bd3948000e67c91f
-SHA512 (trustme-0.7.0.tar.gz) = 3b2aa69dc617c04af3a83ca424ef19b5eaf37495ba4bc5cc55004016a9ea63c8df3585bb7fe52709b1b18a2a55e51d6a1a2b21ebc12c57ac18133b20c958b1a8
-Size (trustme-0.7.0.tar.gz) = 27853 bytes
+SHA1 (trustme-0.8.0.tar.gz) = 849323bb8cefb39504de6dc81546d214acc7a4f1
+RMD160 (trustme-0.8.0.tar.gz) = 7688dd62b72e8c22d0f87914784e57de82a58fb0
+SHA512 (trustme-0.8.0.tar.gz) = 93b1007319f7d625410eddf92910607c8190533f9bb02a71ecc4c424e44ecea70749f6bceb917297241e179b0d50ce1ed330c208cf3de77d4d3a619f5436af9d
+Size (trustme-0.8.0.tar.gz) = 29046 bytes


Home | Main Index | Thread Index | Old Index