diff options
author | gls <gls@pkgsrc.org> | 2015-06-29 17:00:00 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2015-06-29 17:00:00 +0000 |
commit | aee7bec42c5482e740b34d65dc6a0e03f8657d36 (patch) | |
tree | 77a84fd4b146847f82ac997fa73371570f1f13d0 /security/py-ecdsa/distinfo | |
parent | 760eee5adb099959ab6d792766cd1ba0ff7f640b (diff) | |
download | pkgsrc-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/distinfo')
-rw-r--r-- | security/py-ecdsa/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
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 |