From owner-svn-ports-all@freebsd.org Tue Feb 20 20:27:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91844F28616; Tue, 20 Feb 2018 20:27:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDF666C93A; Tue, 20 Feb 2018 20:27:08 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A4D468F1; Tue, 20 Feb 2018 20:27:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KKR81Z051648; Tue, 20 Feb 2018 20:27:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KKR7Ao051646; Tue, 20 Feb 2018 20:27:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802202027.w1KKR7Ao051646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 20 Feb 2018 20:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462440 - head/net/py-python-twitter X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-python-twitter X-SVN-Commit-Revision: 462440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 20:27:11 -0000 Author: sunpoet Date: Tue Feb 20 20:27:07 2018 New Revision: 462440 URL: https://svnweb.freebsd.org/changeset/ports/462440 Log: Update to 3.4 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/bear/python-twitter/releases https://github.com/bear/python-twitter/blob/master/CHANGES https://github.com/bear/python-twitter/commits/master Modified: head/net/py-python-twitter/Makefile head/net/py-python-twitter/distinfo Modified: head/net/py-python-twitter/Makefile ============================================================================== --- head/net/py-python-twitter/Makefile Tue Feb 20 20:27:02 2018 (r462439) +++ head/net/py-python-twitter/Makefile Tue Feb 20 20:27:07 2018 (r462440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-twitter -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/net/py-python-twitter/distinfo ============================================================================== --- head/net/py-python-twitter/distinfo Tue Feb 20 20:27:02 2018 (r462439) +++ head/net/py-python-twitter/distinfo Tue Feb 20 20:27:07 2018 (r462440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495368983 -SHA256 (python-twitter-3.3.tar.gz) = a9f2bd038a05ba384fa03e39949d1445349771ce7897aeb3c6d8774beba08185 -SIZE (python-twitter-3.3.tar.gz) = 84696 +TIMESTAMP = 1519140515 +SHA256 (python-twitter-3.4.tar.gz) = 0f76dabb141606126a188b7147316d7184bea81a694f8df69a25b8a2071f5976 +SIZE (python-twitter-3.4.tar.gz) = 82402