From owner-svn-ports-all@freebsd.org Thu Oct 6 20:31:22 2016 Return-Path: Delivered-To: svn-ports-all@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 86573BECCDD; Thu, 6 Oct 2016 20:31:22 +0000 (UTC) (envelope-from olivierd@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 45DB462F; Thu, 6 Oct 2016 20:31:22 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KVLLn059331; Thu, 6 Oct 2016 20:31:21 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96KVLX9059328; Thu, 6 Oct 2016 20:31:21 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201610062031.u96KVLX9059328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 6 Oct 2016 20:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423445 - head/math/py-numpy X-SVN-Group: ports-head 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.23 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: Thu, 06 Oct 2016 20:31:22 -0000 Author: olivierd Date: Thu Oct 6 20:31:21 2016 New Revision: 423445 URL: https://svnweb.freebsd.org/changeset/ports/423445 Log: Update to 1.11.2 Changes: https://github.com/numpy/numpy/blob/v1.11.2/doc/release/1.11.2-notes.rst Modified: head/math/py-numpy/Makefile head/math/py-numpy/distinfo head/math/py-numpy/pkg-plist Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Thu Oct 6 20:20:54 2016 (r423444) +++ head/math/py-numpy/Makefile Thu Oct 6 20:31:21 2016 (r423445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP:source \ Modified: head/math/py-numpy/distinfo ============================================================================== --- head/math/py-numpy/distinfo Thu Oct 6 20:20:54 2016 (r423444) +++ head/math/py-numpy/distinfo Thu Oct 6 20:31:21 2016 (r423445) @@ -1,7 +1,7 @@ -TIMESTAMP = 1467053000 -SHA256 (numpy-1.11.1.tar.gz) = dc4082c43979cc856a2bf352a8297ea109ccb3244d783ae067eb2ee5b0d577cd -SIZE (numpy-1.11.1.tar.gz) = 4171162 -SHA256 (reference.pdf) = 4bb6c7b199dfdf1ea9678b5d27191e41ae60620c1094848a34d49261cefea9db -SIZE (reference.pdf) = 4488536 -SHA256 (userguide.pdf) = 7375c95f0e88bc2fda1d376d8de2ab657d5afce4de08757624743498090c4037 -SIZE (userguide.pdf) = 524993 +TIMESTAMP = 1475774524 +SHA256 (numpy-1.11.2.tar.gz) = 04db2fbd64e2e7c68e740b14402b25af51418fc43a59d9e54172b38b906b0f69 +SIZE (numpy-1.11.2.tar.gz) = 4178447 +SHA256 (reference.pdf) = 2f6f6eb0423a27a60cc4c5a79154b1d1491704e8d2ad347059bf02ee4f22f8c8 +SIZE (reference.pdf) = 4529593 +SHA256 (userguide.pdf) = e546a80d2e260448015aaa977acc68f4915f8850c3ad6172fd0cfbeb68ab0e4b +SIZE (userguide.pdf) = 544720 Modified: head/math/py-numpy/pkg-plist ============================================================================== --- head/math/py-numpy/pkg-plist Thu Oct 6 20:20:54 2016 (r423444) +++ head/math/py-numpy/pkg-plist Thu Oct 6 20:31:21 2016 (r423445) @@ -5,6 +5,9 @@ bin/f2py %%PYTHON_SITELIBDIR%%/numpy/__init__.py %%PYTHON_SITELIBDIR%%/numpy/__init__.pyc %%PYTHON_SITELIBDIR%%/numpy/__init__.pyo +%%PYTHON_SITELIBDIR%%/numpy/_globals.py +%%PYTHON_SITELIBDIR%%/numpy/_globals.pyc +%%PYTHON_SITELIBDIR%%/numpy/_globals.pyo %%PYTHON_SITELIBDIR%%/numpy/_import_tools.py %%PYTHON_SITELIBDIR%%/numpy/_import_tools.pyc %%PYTHON_SITELIBDIR%%/numpy/_import_tools.pyo @@ -741,6 +744,7 @@ bin/f2py %%PYTHON_SITELIBDIR%%/numpy/tests/test_ctypeslib.py %%PYTHON_SITELIBDIR%%/numpy/tests/test_matlib.py %%PYTHON_SITELIBDIR%%/numpy/tests/test_numpy_version.py +%%PYTHON_SITELIBDIR%%/numpy/tests/test_reloading.py %%PYTHON_SITELIBDIR%%/numpy/tests/test_scripts.py %%PYTHON_SITELIBDIR%%/numpy/version.py %%PYTHON_SITELIBDIR%%/numpy/version.pyc