From owner-svn-ports-all@freebsd.org Fri Aug 9 11:25:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70951C625B; Fri, 9 Aug 2019 11:25:07 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464jZq2M1bz4Qts; Fri, 9 Aug 2019 11:25:07 +0000 (UTC) (envelope-from kai@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 326D6CFCB; Fri, 9 Aug 2019 11:25:07 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x79BP7XO017614; Fri, 9 Aug 2019 11:25:07 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x79BP6kt017613; Fri, 9 Aug 2019 11:25:06 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908091125.x79BP6kt017613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Fri, 9 Aug 2019 11:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r508437 - branches/2019Q3/math/py-pandas-datareader X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/math/py-pandas-datareader X-SVN-Commit-Revision: 508437 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.29 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: Fri, 09 Aug 2019 11:25:07 -0000 Author: kai Date: Fri Aug 9 11:25:06 2019 New Revision: 508437 URL: https://svnweb.freebsd.org/changeset/ports/508437 Log: MFH: r508411 math/py-pandas-datareader: Update to 0.7.4 * Pet portlint by making the USES block separate while I'm here. Changelog since 0.7.0: * Restore Python 2.7 compatibility since the 0.7.x branch * Fixed import of pandas.compat dependencies https://github.com/pydata/pandas-datareader/compare/v0.7.0...v0.7.4 PR: 239591 Submitted by: Shane (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2019Q3/math/py-pandas-datareader/Makefile branches/2019Q3/math/py-pandas-datareader/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/math/py-pandas-datareader/Makefile ============================================================================== --- branches/2019Q3/math/py-pandas-datareader/Makefile Fri Aug 9 11:10:31 2019 (r508436) +++ branches/2019Q3/math/py-pandas-datareader/Makefile Fri Aug 9 11:25:06 2019 (r508437) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas-datareader -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.4 CATEGORIES= math finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes do-test: # some testcases are known to fail: https://github.com/pydata/pandas-datareader/issues/500 Modified: branches/2019Q3/math/py-pandas-datareader/distinfo ============================================================================== --- branches/2019Q3/math/py-pandas-datareader/distinfo Fri Aug 9 11:10:31 2019 (r508436) +++ branches/2019Q3/math/py-pandas-datareader/distinfo Fri Aug 9 11:25:06 2019 (r508437) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545004215 -SHA256 (pandas-datareader-0.7.0.tar.gz) = 7dee3fe6fa483c8c2ee4f1af91a65b542c5446d75a6fc25c832cad1ffca8ef0b -SIZE (pandas-datareader-0.7.0.tar.gz) = 178612 +TIMESTAMP = 1564721854 +SHA256 (pandas-datareader-0.7.4.tar.gz) = 2942644ac14386b08661b50581790d2727d11fd67301f225da8b2f92a634fadf +SIZE (pandas-datareader-0.7.4.tar.gz) = 178914