From 8304bb2cc3d66066773990f0cb66fbae76d510b2 Mon Sep 17 00:00:00 2001 From: gls Date: Mon, 29 Jun 2015 17:00:00 +0000 Subject: [PATCH] Update security/py-ecdsa to 0.13 -------------------------------- pkgsrc changes: - Adjust EGG_NAME Upstream changes: * Release 0.13 (07 Feb 2015) Fix the argument order for Curve constructor (put openssl_name= at the end, with a default value) to unbreak compatibility with external callers who used the 0.11 convention. * Release 0.12 (06 Feb 2015) Switch to Versioneer for version-string management (fixing the broken `ecdsa.__version__` attribute). Add Curve.openssl_name property. Mention secp256k1 in README, test against OpenSSL. Produce "wheel" distributions. Add py3.4 and pypy3 compatibility testing. Other minor fixes. --- security/py-ecdsa/Makefile | 8 ++++---- security/py-ecdsa/PLIST | 5 ++++- security/py-ecdsa/distinfo | 10 +++++----- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile index 6b0933072d1d..496eb0b8bd56 100644 --- a/security/py-ecdsa/Makefile +++ b/security/py-ecdsa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2014/06/12 00:28:26 gls Exp $ +# $NetBSD: Makefile,v 1.7 2015/06/29 17:00:00 gls Exp $ -DISTNAME= python-ecdsa-0.11 -PKGNAME= ${PYPKGPREFIX}-ecdsa-0.11 -EGG_NAME= ecdsa-0.0.0 +DISTNAME= python-ecdsa-0.13 +PKGNAME= ${PYPKGPREFIX}-ecdsa-0.13 +EGG_NAME= ecdsa-${PKGVERSION} CATEGORIES= security MASTER_SITES= https://github.com/warner/python-ecdsa/archive/ diff --git a/security/py-ecdsa/PLIST b/security/py-ecdsa/PLIST index 93c136b33480..325175597083 100644 --- a/security/py-ecdsa/PLIST +++ b/security/py-ecdsa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/11/05 17:37:48 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/06/29 17:00:00 gls Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -6,6 +6,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ecdsa/__init__.py ${PYSITELIB}/ecdsa/__init__.pyc ${PYSITELIB}/ecdsa/__init__.pyo +${PYSITELIB}/ecdsa/_version.py +${PYSITELIB}/ecdsa/_version.pyc +${PYSITELIB}/ecdsa/_version.pyo ${PYSITELIB}/ecdsa/curves.py ${PYSITELIB}/ecdsa/curves.pyc ${PYSITELIB}/ecdsa/curves.pyo diff --git a/security/py-ecdsa/distinfo b/security/py-ecdsa/distinfo index cdee367f0cc3..414250eaa39b 100644 --- a/security/py-ecdsa/distinfo +++ b/security/py-ecdsa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2014/06/12 00:28:26 gls Exp $ +$NetBSD: distinfo,v 1.5 2015/06/29 17:00:00 gls Exp $ -SHA1 (python-ecdsa-0.11.tar.gz) = 9180edb5611eab3f4feb058466b8154c45a0bafc -RMD160 (python-ecdsa-0.11.tar.gz) = f10894754d96b6e6e1529cf67587c78970cebf1e -Size (python-ecdsa-0.11.tar.gz) = 46016 bytes -SHA1 (patch-setup.py) = 484475e066b3c05b9ee8dcb81a456088fb485bf1 +SHA1 (python-ecdsa-0.13.tar.gz) = f23d77b03f3e62a9298579ccf897a305c618a6f2 +RMD160 (python-ecdsa-0.13.tar.gz) = 7d7e2bb73649dba507f6389b8f909d251346e1fc +Size (python-ecdsa-0.13.tar.gz) = 58966 bytes +#SHA1 (patch-setup.py) = 484475e066b3c05b9ee8dcb81a456088fb485bf1