NumPy 1.16.6 fixes bugs reported against the 1.16.5 release, and also
backports several enhancements from master that seem appropriate for a
release series that is the last to support Python 2.7. Overview changes:
https://github.com/numpy/numpy/releases/tag/v1.16.6

Testing:
- Run tested on amd64 in combination with several consumers;
- Output 'make test':

1.16.6:
13 failed, 7300 passed, 92 skipped, 168 deselected, 12 xfailed, 1 xpassed, 8 
warnings in 256.89 seconds

1.16.5:
13 failed, 7258 passed, 90 skipped, 167 deselected, 12 xfailed, 1 xpassed, 8 
warnings in 331.49 seconds

Comments/OK?


diff --git Makefile Makefile
index 480522f06fe..94913b37bd0 100644
--- Makefile
+++ Makefile
@@ -2,11 +2,10 @@
 
 COMMENT=               fast array and numeric programming library for Python
 
-MODPY_EGG_VERSION=     1.16.5
+MODPY_EGG_VERSION=     1.16.6
 DISTNAME=              numpy-${MODPY_EGG_VERSION}
 PKGNAME=               py-${DISTNAME}
 EXTRACT_SUFX=          .zip
-REVISION=              0
 
 CATEGORIES=            math devel
 
diff --git distinfo distinfo
index f8c8f20fed7..ba59222d7ac 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (numpy-1.16.5.zip) = i7RS2U6WSzEiBbDeEjjdcgnaRSNDZTqyFLXWgXgOegw=
-SIZE (numpy-1.16.5.zip) = 5138208
+SHA256 (numpy-1.16.6.zip) = 5c8/3xNAGIXo7qgXBiTsliJeIXTrDGEcbybdM7SJ4/8=
+SIZE (numpy-1.16.6.zip) = 5143340

Reply via email to