From owner-svn-ports-head@freebsd.org Tue Oct 25 08:52:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 153DFC1FCE7; Tue, 25 Oct 2016 08:52:47 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB54DC2F; Tue, 25 Oct 2016 08:52:46 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9P8qktv083463; Tue, 25 Oct 2016 08:52:46 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9P8qjDU083461; Tue, 25 Oct 2016 08:52:45 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610250852.u9P8qjDU083461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 25 Oct 2016 08:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424607 - head/net/py-s3transfer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 08:52:47 -0000 Author: tz Date: Tue Oct 25 08:52:45 2016 New Revision: 424607 URL: https://svnweb.freebsd.org/changeset/ports/424607 Log: net/py-s3transfer: upgrade 0.1.5 to 0.1.8 Changelog: 0.1.8 - feature:download: Support downloading to FIFOs. 0.1.7 - bugfix:TransferManager: Fix memory leak when using same client to create multiple TransferManagers 0.1.6 - bugfix:download: Fix issue where S3 Object was not downloaded to disk when empty PR: 213353 Submitted by: Bradley T. Hughes (maintainer) Approved by: swills (mentor) Modified: head/net/py-s3transfer/Makefile head/net/py-s3transfer/distinfo Modified: head/net/py-s3transfer/Makefile ============================================================================== --- head/net/py-s3transfer/Makefile Tue Oct 25 08:44:29 2016 (r424606) +++ head/net/py-s3transfer/Makefile Tue Oct 25 08:52:45 2016 (r424607) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= s3transfer -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.8 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-s3transfer/distinfo ============================================================================== --- head/net/py-s3transfer/distinfo Tue Oct 25 08:44:29 2016 (r424606) +++ head/net/py-s3transfer/distinfo Tue Oct 25 08:52:45 2016 (r424607) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475786449 -SHA256 (s3transfer-0.1.5.tar.gz) = c500b27b5a8693507e4768730c4c423d4717477c8676139fc764ac4e8e88708e -SIZE (s3transfer-0.1.5.tar.gz) = 92081 +TIMESTAMP = 1476358676 +SHA256 (s3transfer-0.1.8.tar.gz) = 1e8eed63e0d1af4c966ef4b4ff3728b04ead251238ba92ff4b2ee23eee943bca +SIZE (s3transfer-0.1.8.tar.gz) = 93076