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.
This commit is contained in:
parent
694fb9993e
commit
8304bb2cc3
3 changed files with 13 additions and 10 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue