pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-josepy py-josepy: updated to 1.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4b8d0a66609
branches:  trunk
changeset: 446834:c4b8d0a66609
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 13 21:24:06 2021 +0000

description:
py-josepy: updated to 1.7.0

1.7.0:
Dropped support for Python 2.7.
Added support for EC keys.

diffstat:

 security/py-josepy/Makefile |   4 ++--
 security/py-josepy/PLIST    |   5 ++++-
 security/py-josepy/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 79d043d338e8 -r c4b8d0a66609 security/py-josepy/Makefile
--- a/security/py-josepy/Makefile       Sat Feb 13 19:23:42 2021 +0000
+++ b/security/py-josepy/Makefile       Sat Feb 13 21:24:06 2021 +0000
@@ -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 -r 79d043d338e8 -r c4b8d0a66609 security/py-josepy/PLIST
--- a/security/py-josepy/PLIST  Sat Feb 13 19:23:42 2021 +0000
+++ b/security/py-josepy/PLIST  Sat Feb 13 21:24:06 2021 +0000
@@ -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.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 -r 79d043d338e8 -r c4b8d0a66609 security/py-josepy/distinfo
--- a/security/py-josepy/distinfo       Sat Feb 13 19:23:42 2021 +0000
+++ b/security/py-josepy/distinfo       Sat Feb 13 21:24:06 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index