summaryrefslogtreecommitdiff
path: root/finance/py-python-bitcoinlib
diff options
context:
space:
mode:
authorrodent <rodent>2014-10-05 20:21:30 +0000
committerrodent <rodent>2014-10-05 20:21:30 +0000
commita894cfb048a1762c038ad8818dc11f2d68008fb4 (patch)
tree4135d9aadbe888dc1c085c797e8c288783283171 /finance/py-python-bitcoinlib
parent455089a60a3bf6e9e3fa7d5e1db3ec75e6d61611 (diff)
downloadpkgsrc-a894cfb048a1762c038ad8818dc11f2d68008fb4.tar.gz
v0.2.1
Improve bitcoin address handling. P2SH and P2PKH addresses now get their own classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH can now convert scriptPubKeys containing non-canonical pushes as well as bare checksig to addresses. .deserialize() methods now fail if there is extra data left over. Various other small bugfixes. License is now LGPL v3 or later. v0.2.0 Major change: CTransaction, CBlock, etc. now come in immutable (default) and mutable forms. In most cases mutable and immutable can be used interchangeably; when that is not possible methods are provided to create new (im)mutable objects from (im)mutable ones efficiently. Other changes: New BIP70 payment protocol example. (Derren Desouza) Rework of message serialization. Note that this may not represent the final form of P2P support, which is still in flux. (Florian Schmaus) Various bugfixes Finally starting this release, git tags will be of the form 'python-bitcoinlib-(version)', replacing the less specific '(version)' form previously used.
Diffstat (limited to 'finance/py-python-bitcoinlib')
-rw-r--r--finance/py-python-bitcoinlib/Makefile4
-rw-r--r--finance/py-python-bitcoinlib/PLIST11
-rw-r--r--finance/py-python-bitcoinlib/distinfo8
3 files changed, 16 insertions, 7 deletions
diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile
index b3acd0791c7..ca542eb558c 100644
--- a/finance/py-python-bitcoinlib/Makefile
+++ b/finance/py-python-bitcoinlib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2014/05/18 21:22:13 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/05 20:21:30 rodent Exp $
#
-DISTNAME= python-bitcoinlib-0.1.1
+DISTNAME= python-bitcoinlib-0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance net python
MASTER_SITES= https://pypi.python.org/packages/source/p/python-bitcoinlib/
diff --git a/finance/py-python-bitcoinlib/PLIST b/finance/py-python-bitcoinlib/PLIST
index f7d3a602f8a..ea86707d07e 100644
--- a/finance/py-python-bitcoinlib/PLIST
+++ b/finance/py-python-bitcoinlib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/08 10:14:10 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/10/05 20:21:30 rodent Exp $
${PYSITELIB}/bitcoin/__init__.py
${PYSITELIB}/bitcoin/__init__.pyc
${PYSITELIB}/bitcoin/__init__.pyo
@@ -53,6 +53,15 @@ ${PYSITELIB}/bitcoin/tests/test_core.pyo
${PYSITELIB}/bitcoin/tests/test_key.py
${PYSITELIB}/bitcoin/tests/test_key.pyc
${PYSITELIB}/bitcoin/tests/test_key.pyo
+${PYSITELIB}/bitcoin/tests/test_messages.py
+${PYSITELIB}/bitcoin/tests/test_messages.pyc
+${PYSITELIB}/bitcoin/tests/test_messages.pyo
+${PYSITELIB}/bitcoin/tests/test_net.py
+${PYSITELIB}/bitcoin/tests/test_net.pyc
+${PYSITELIB}/bitcoin/tests/test_net.pyo
+${PYSITELIB}/bitcoin/tests/test_rpc.py
+${PYSITELIB}/bitcoin/tests/test_rpc.pyc
+${PYSITELIB}/bitcoin/tests/test_rpc.pyo
${PYSITELIB}/bitcoin/tests/test_script.py
${PYSITELIB}/bitcoin/tests/test_script.pyc
${PYSITELIB}/bitcoin/tests/test_script.pyo
diff --git a/finance/py-python-bitcoinlib/distinfo b/finance/py-python-bitcoinlib/distinfo
index 7d3e239fc8b..ef6e6cf91a5 100644
--- a/finance/py-python-bitcoinlib/distinfo
+++ b/finance/py-python-bitcoinlib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/05/13 02:39:11 rodent Exp $
+$NetBSD: distinfo,v 1.3 2014/10/05 20:21:30 rodent Exp $
-SHA1 (python-bitcoinlib-0.1.1.tar.gz) = d5a980288e3d6a5345173c703db40c899187ebc4
-RMD160 (python-bitcoinlib-0.1.1.tar.gz) = 9a428b172c323250510a72560e595c1c6822cc76
-Size (python-bitcoinlib-0.1.1.tar.gz) = 45296 bytes
+SHA1 (python-bitcoinlib-0.2.1.tar.gz) = 791eac69f8c96e9e0bb5759345ded470269b3a51
+RMD160 (python-bitcoinlib-0.2.1.tar.gz) = 04c96a9ac3b966fa9d90096033f2ed095e1b4bd5
+Size (python-bitcoinlib-0.2.1.tar.gz) = 50890 bytes