pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-ecdsa Update security/py-ecdsa to 0.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c51bf7c01363
branches:  trunk
changeset: 625969:c51bf7c01363
user:      gls <gls%pkgsrc.org@localhost>
date:      Tue Oct 29 08:12:09 2013 +0000

description:
Update security/py-ecdsa to 0.10.

Upstream changes:
-----------------
* Release 0.10 (23 Oct 2013)

Make the secp256k1 available in __init__.py too (thanks to Scott Bannert).

While here, adjust HOMEPAGE.

diffstat:

 security/py-ecdsa/Makefile |  10 +++++-----
 security/py-ecdsa/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r f7e320518973 -r c51bf7c01363 security/py-ecdsa/Makefile
--- a/security/py-ecdsa/Makefile        Tue Oct 29 02:39:19 2013 +0000
+++ b/security/py-ecdsa/Makefile        Tue Oct 29 08:12:09 2013 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2013/10/20 12:47:11 gls Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/29 08:12:09 gls Exp $
 
-DISTNAME=      python-ecdsa-0.9
-PKGNAME=       ${PYPKGPREFIX}-ecdsa-0.9
+DISTNAME=      python-ecdsa-0.10
+PKGNAME=       ${PYPKGPREFIX}-ecdsa-0.10
 CATEGORIES=    security
 MASTER_SITES=  https://github.com/warner/python-ecdsa/archive/
 FETCH_USING=   curl
 
 MAINTAINER=    gls%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/warner/python-ecdsa/archive/
+HOMEPAGE=      https://github.com/warner/python-ecdsa/
 COMMENT=       Easy-to-use implementation of ECDSA cryptography
 LICENSE=       mit
 
-WRKSRC=                ${WRKDIR}/python-ecdsa-python-ecdsa-0.9
+WRKSRC=                ${WRKDIR}/python-ecdsa-${DISTNAME}
 USE_LANGUAGES= # none
 
 REPLACE_INTERPRETER+=  python
diff -r f7e320518973 -r c51bf7c01363 security/py-ecdsa/distinfo
--- a/security/py-ecdsa/distinfo        Tue Oct 29 02:39:19 2013 +0000
+++ b/security/py-ecdsa/distinfo        Tue Oct 29 08:12:09 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/10/20 12:47:11 gls Exp $
+$NetBSD: distinfo,v 1.2 2013/10/29 08:12:09 gls Exp $
 
-SHA1 (python-ecdsa-0.9.tar.gz) = 60ee437c586e64ec506be4fd2ec5fe57731bc57d
-RMD160 (python-ecdsa-0.9.tar.gz) = dcdce4e442559552755f4f1586f4c7de689d6224
-Size (python-ecdsa-0.9.tar.gz) = 45540 bytes
+SHA1 (python-ecdsa-0.10.tar.gz) = 0b8581e319968da231ea5a61d0e0c2986a846bec
+RMD160 (python-ecdsa-0.10.tar.gz) = 4cf6cdacfc534362680bbaffbe06d812bada2d0e
+Size (python-ecdsa-0.10.tar.gz) = 45575 bytes



Home | Main Index | Thread Index | Old Index