svn commit: r509777 - branches/2019Q3/finance/py-python-bitcoinlib

Kai Knoblich kai at FreeBSD.org
Sun Aug 25 08:09:25 UTC 2019


Author: kai
Date: Sun Aug 25 08:09:24 2019
New Revision: 509777
URL: https://svnweb.freebsd.org/changeset/ports/509777

Log:
  MFH: r509719
  
  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.
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q3/finance/py-python-bitcoinlib/Makefile
  branches/2019Q3/finance/py-python-bitcoinlib/distinfo
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/finance/py-python-bitcoinlib/Makefile
==============================================================================
--- branches/2019Q3/finance/py-python-bitcoinlib/Makefile	Sun Aug 25 08:07:17 2019	(r509776)
+++ branches/2019Q3/finance/py-python-bitcoinlib/Makefile	Sun Aug 25 08:09:24 2019	(r509777)
@@ -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: branches/2019Q3/finance/py-python-bitcoinlib/distinfo
==============================================================================
--- branches/2019Q3/finance/py-python-bitcoinlib/distinfo	Sun Aug 25 08:07:17 2019	(r509776)
+++ branches/2019Q3/finance/py-python-bitcoinlib/distinfo	Sun Aug 25 08:09:24 2019	(r509777)
@@ -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


More information about the svn-ports-branches mailing list