From owner-svn-ports-head@freebsd.org Fri Nov 4 11:33:28 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 C6F12C2F23D; Fri, 4 Nov 2016 11:33:28 +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 9875C115; Fri, 4 Nov 2016 11:33:28 +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 uA4BXRxP002439; Fri, 4 Nov 2016 11:33:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4BXRJP002437; Fri, 4 Nov 2016 11:33:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611041133.uA4BXRJP002437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 4 Nov 2016 11:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425314 - 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: Fri, 04 Nov 2016 11:33:28 -0000 Author: tz Date: Fri Nov 4 11:33:27 2016 New Revision: 425314 URL: https://svnweb.freebsd.org/changeset/ports/425314 Log: net/py-s3transfer: Update from 0.1.8 to 0.1.9 Changelog: - Add override flag to transfer coordinator - Don't override exceptions and only set them after done - Set exception on future PR: 213353 Submitted by: Bradley T. Hughes (maintainer) Approved by: pi (mentor) Modified: head/net/py-s3transfer/Makefile head/net/py-s3transfer/distinfo Modified: head/net/py-s3transfer/Makefile ============================================================================== --- head/net/py-s3transfer/Makefile Fri Nov 4 10:48:54 2016 (r425313) +++ head/net/py-s3transfer/Makefile Fri Nov 4 11:33:27 2016 (r425314) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= s3transfer -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-s3transfer/distinfo ============================================================================== --- head/net/py-s3transfer/distinfo Fri Nov 4 10:48:54 2016 (r425313) +++ head/net/py-s3transfer/distinfo Fri Nov 4 11:33:27 2016 (r425314) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476358676 -SHA256 (s3transfer-0.1.8.tar.gz) = 1e8eed63e0d1af4c966ef4b4ff3728b04ead251238ba92ff4b2ee23eee943bca -SIZE (s3transfer-0.1.8.tar.gz) = 93076 +TIMESTAMP = 1478250728 +SHA256 (s3transfer-0.1.9.tar.gz) = 17ad7d672115f93a72ed7917209cb0bb02fc87f96f11886408ed8a6b1bb4c754 +SIZE (s3transfer-0.1.9.tar.gz) = 93414