diff options
author | adam <adam@pkgsrc.org> | 2021-02-13 21:24:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-13 21:24:06 +0000 |
commit | 76bed40b6991177051579df0eadf47bf6c034c1c (patch) | |
tree | dd477ac978d20081ccd5c6b505f9abab890065b9 | |
parent | 1199a482c810ec689ad6467725cea56e84d3a6e6 (diff) | |
download | pkgsrc-76bed40b6991177051579df0eadf47bf6c034c1c.tar.gz |
py-josepy: updated to 1.7.0
1.7.0:
Dropped support for Python 2.7.
Added support for EC keys.
-rw-r--r-- | security/py-josepy/Makefile | 4 | ||||
-rw-r--r-- | security/py-josepy/PLIST | 5 | ||||
-rw-r--r-- | security/py-josepy/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/py-josepy/Makefile b/security/py-josepy/Makefile index 583124c7092..317d961fc95 100644 --- a/security/py-josepy/Makefile +++ b/security/py-josepy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/02/09 06:56:13 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/02/13 21:24:06 adam Exp $ -DISTNAME= josepy-1.6.0 +DISTNAME= josepy-1.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=j/josepy/} diff --git a/security/py-josepy/PLIST b/security/py-josepy/PLIST index 456e65547d8..4a97fa118b1 100644 --- a/security/py-josepy/PLIST +++ b/security/py-josepy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/08/22 11:45:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/02/13 21:24:06 adam Exp $ bin/jws-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -75,6 +75,9 @@ ${PYSITELIB}/josepy/testdata/csr-san.pem ${PYSITELIB}/josepy/testdata/csr.der ${PYSITELIB}/josepy/testdata/csr.pem ${PYSITELIB}/josepy/testdata/dsa512_key.pem +${PYSITELIB}/josepy/testdata/ec_p256_key.pem +${PYSITELIB}/josepy/testdata/ec_p384_key.pem +${PYSITELIB}/josepy/testdata/ec_p521_key.pem ${PYSITELIB}/josepy/testdata/rsa1024_key.pem ${PYSITELIB}/josepy/testdata/rsa2048_cert.pem ${PYSITELIB}/josepy/testdata/rsa2048_key.pem diff --git a/security/py-josepy/distinfo b/security/py-josepy/distinfo index c6e07df5613..f94817e8228 100644 --- a/security/py-josepy/distinfo +++ b/security/py-josepy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2021/02/09 06:56:13 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/02/13 21:24:06 adam Exp $ -SHA1 (josepy-1.6.0.tar.gz) = f1eddb320c4e51a4ccae3061329bb60c32edf0d8 -RMD160 (josepy-1.6.0.tar.gz) = 8d50e0e82dc2e699f3d9d3bc977f51a04cbd861b -SHA512 (josepy-1.6.0.tar.gz) = d08eb731b1027cd0b57639ac0c3d987d99d78daa54a9fe22d86eca90c9c5ab73bd8193d3fee4f98a4c55392015d1c5ee32fbc6589f511a6951033377cc2e1168 -Size (josepy-1.6.0.tar.gz) = 54066 bytes +SHA1 (josepy-1.7.0.tar.gz) = 98d51c830bb8f594e91f0f56260251074cbb9b8f +RMD160 (josepy-1.7.0.tar.gz) = 91e473d7ddc6986090d515bf841501e217d8faf8 +SHA512 (josepy-1.7.0.tar.gz) = cd3c509acfea58eb92d7e0a8d28d6138569cb42ac85b75b284a48517afa634f6c739f3d62198ee0a17bb60a159af4012cc9ffa77378db680c418d52660d39ab4 +Size (josepy-1.7.0.tar.gz) = 57186 bytes |