summaryrefslogtreecommitdiff
path: root/security/py-ecdsa
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2015-06-29 17:00:00 +0000
committergls <gls@pkgsrc.org>2015-06-29 17:00:00 +0000
commitaee7bec42c5482e740b34d65dc6a0e03f8657d36 (patch)
tree77a84fd4b146847f82ac997fa73371570f1f13d0 /security/py-ecdsa
parent760eee5adb099959ab6d792766cd1ba0ff7f640b (diff)
downloadpkgsrc-aee7bec42c5482e740b34d65dc6a0e03f8657d36.tar.gz
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.
Diffstat (limited to 'security/py-ecdsa')
-rw-r--r--security/py-ecdsa/Makefile8
-rw-r--r--security/py-ecdsa/PLIST5
-rw-r--r--security/py-ecdsa/distinfo10
3 files changed, 13 insertions, 10 deletions
diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile
index 6b0933072d1..496eb0b8bd5 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 93c136b3348..32517559708 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 cdee367f0cc..414250eaa39 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