Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 11:36:50 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509719 - head/finance/py-python-bitcoinlib
Message-ID:  <201908241136.x7OBaovK090034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Aug 24 11:36:50 2019
New Revision: 509719
URL: https://svnweb.freebsd.org/changeset/ports/509719

Log:
  finance/py-python-bitcoinlib: Update to 0.10.2
  
  Changelog:
  
  * New RPC "generatetoaddress(self, numblocks, addr)"
  * Fixed Python 2.7 incompatibility
  * Various OpenSSL fixes, including a memory leak
  
  Note:
  
  This will be the last release of finance/python-bitcoinlib with Python 2.7
  compatibility.
  
  MFH:		2019Q3

Modified:
  head/finance/py-python-bitcoinlib/Makefile
  head/finance/py-python-bitcoinlib/distinfo

Modified: head/finance/py-python-bitcoinlib/Makefile
==============================================================================
--- head/finance/py-python-bitcoinlib/Makefile	Sat Aug 24 11:25:11 2019	(r509718)
+++ head/finance/py-python-bitcoinlib/Makefile	Sat Aug 24 11:36:50 2019	(r509719)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-bitcoinlib
-PORTVERSION=	0.10.1
+PORTVERSION=	0.10.2
 CATEGORIES=	finance python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/finance/py-python-bitcoinlib/distinfo
==============================================================================
--- head/finance/py-python-bitcoinlib/distinfo	Sat Aug 24 11:25:11 2019	(r509718)
+++ head/finance/py-python-bitcoinlib/distinfo	Sat Aug 24 11:36:50 2019	(r509719)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549630106
-SHA256 (python-bitcoinlib-0.10.1.tar.gz) = 0fe7de6c083e12479eb12d3764ece83e5c73b1c48e806009ee1a1aa02da098cf
-SIZE (python-bitcoinlib-0.10.1.tar.gz) = 135322
+TIMESTAMP = 1566385991
+SHA256 (python-bitcoinlib-0.10.2.tar.gz) = bdb270ded594b8dead58fd6830ad14f880c25ec1fd2ca1be24e9e85decefce04
+SIZE (python-bitcoinlib-0.10.2.tar.gz) = 144193



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908241136.x7OBaovK090034>