pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trustme



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  4 09:47:35 UTC 2023

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

Log Message:
py-trustme: updated to 1.0.0

Trustme 1.0.0 (2023-04-24)

Features

Support for ECDSA keys in certificates and use them by default. The type of key used for certificates can be controlled by the key_type parameter on the multiple methods that generate certificates. 
ECDSA certificates as they can be generated significantly faster.
Support for Python 3.10 and 3.11

Deprecations and Removals

Remove support for Python 2. trustme now requires Python>=3.7 (CPython or PyPy).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-trustme/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-trustme/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-trustme/Makefile
diff -u pkgsrc/security/py-trustme/Makefile:1.14 pkgsrc/security/py-trustme/Makefile:1.15
--- pkgsrc/security/py-trustme/Makefile:1.14    Wed Oct 19 13:56:33 2022
+++ pkgsrc/security/py-trustme/Makefile Thu May  4 09:47:35 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2022/10/19 13:56:33 nia Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/04 09:47:35 adam Exp $
 
-DISTNAME=      trustme-0.9.0
+DISTNAME=      trustme-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trustme/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/python-trio
 COMMENT=       Number on quality TLS certs while you wait
 LICENSE=       apache-2.0 OR mit
 
-DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
 TEST_DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 

Index: pkgsrc/security/py-trustme/distinfo
diff -u pkgsrc/security/py-trustme/distinfo:1.11 pkgsrc/security/py-trustme/distinfo:1.12
--- pkgsrc/security/py-trustme/distinfo:1.11    Tue Oct 26 11:17:50 2021
+++ pkgsrc/security/py-trustme/distinfo Thu May  4 09:47:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:17:50 nia Exp $
+$NetBSD: distinfo,v 1.12 2023/05/04 09:47:35 adam Exp $
 
-BLAKE2s (trustme-0.9.0.tar.gz) = 7e76db389c0c684198ad72cc8705e53649368b68ec27bb9ef23c8b598a3e8074
-SHA512 (trustme-0.9.0.tar.gz) = f0d983a4c52374f178c0bf96f758fdb5f132e7f7c4bac187c84fbc8dc82dc36d6c801c340bf8871e872178f7b2ac66d6159b5462d073beec9a13a086f64b58b7
-Size (trustme-0.9.0.tar.gz) = 30081 bytes
+BLAKE2s (trustme-1.0.0.tar.gz) = 8f8eee0810151e51593db9ed1db8da8af7208c666623b17288b910a1deeab766
+SHA512 (trustme-1.0.0.tar.gz) = 4315290b5c7341ede5037ece01608ab0e8e07427c8053e058fb5db23f59b0be63b44fda83d83d0755f44c2a0d595b193ca77050c5f908038be071c18d759756a
+Size (trustme-1.0.0.tar.gz) = 29567 bytes



Home | Main Index | Thread Index | Old Index