pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  1 15:31:48 UTC 2017

Modified Files:
        pkgsrc/math/py-numpy: Makefile distinfo

Log Message:
Updated py-numpy to 1.11.3.

==========================
NumPy 1.11.3 Release Notes
==========================

Numpy 1.11.3 fixes a bug that leads to file corruption when very large files
opened in append mode are used in ``ndarray.tofile``. It supports Python
versions 2.6 - 2.7 and 3.2 - 3.5. Wheels for Linux, Windows, and OS X can be
found on PyPI.

Contributors to maintenance/1.11.3
==================================

A total of 2 people contributed to this release.  People with a "+" by their
names contributed a patch for the first time.

- Charles Harris
- Pavel Potocek +

Pull Requests Merged
====================

- `#8341 <https://github.com/numpy/numpy/pull/8341>`__: BUG: Fix ndarray.tofile large file corruption in append mode.
- `#8346 <https://github.com/numpy/numpy/pull/8346>`__: TST: Fix tests in PR #8341 for NumPy 1.11.x


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-numpy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.36 pkgsrc/math/py-numpy/Makefile:1.37
--- pkgsrc/math/py-numpy/Makefile:1.36  Mon Dec 12 14:36:22 2016
+++ pkgsrc/math/py-numpy/Makefile       Sun Jan  1 15:31:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2016/12/12 14:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/01/01 15:31:47 wiz Exp $
 
-DISTNAME=      numpy-1.11.2
+DISTNAME=      numpy-1.11.3
 GITHUB_PROJECT=        numpy
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.17 pkgsrc/math/py-numpy/distinfo:1.18
--- pkgsrc/math/py-numpy/distinfo:1.17  Mon Oct 31 16:26:57 2016
+++ pkgsrc/math/py-numpy/distinfo       Sun Jan  1 15:31:47 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2016/10/31 16:26:57 wiz Exp $
+$NetBSD: distinfo,v 1.18 2017/01/01 15:31:47 wiz Exp $
 
-SHA1 (numpy-1.11.2.tar.gz) = 17ea256c912cb3227c3e75c5916b4222d726181e
-RMD160 (numpy-1.11.2.tar.gz) = 06eacee90eac54a2c005cfcc08986a721a283044
-SHA512 (numpy-1.11.2.tar.gz) = f45e7496a1366ffdd58f2bf2b6fffffec141230b2d1391ac9380221074a7fd7538d9730ab19708a48e1538c3e4ae746e61fa451f52fcf315414817ea4bfbf2aa
-Size (numpy-1.11.2.tar.gz) = 4386482 bytes
+SHA1 (numpy-1.11.3.tar.gz) = 872f3dc31cfb168ba3a55c2876eebc0b7b75ccf0
+RMD160 (numpy-1.11.3.tar.gz) = 2758d91f0ce0f6419a65153a5ffd63340a36c0d3
+SHA512 (numpy-1.11.3.tar.gz) = 9383383b2b02ae71e248bc1ed41f0addfa9fc5f068da933e2717631228083fb504844c64d41a61e2722a63ab1e191a4c6764b664e75f00f720fdfd23d5ad40a9
+Size (numpy-1.11.3.tar.gz) = 4386913 bytes
 SHA1 (patch-aa) = c964fa13fb120b1b0f9d0bf5bc713507cd60b945
 SHA1 (patch-ab) = b421455fdbb666c8075d8bffbeb59533434d23e6
 SHA1 (patch-numpy_core_include_numpy___numpyconfig.h.in) = 03abdf987d56076516978658c1c2d8d9ebe3a9a1



Home | Main Index | Thread Index | Old Index