diff --git a/1287.patch b/1287.patch new file mode 100644 index 0000000..7618498 --- /dev/null +++ b/1287.patch @@ -0,0 +1,34 @@ +From ba9cacf1473f35c231432337b3c596e82d760415 Mon Sep 17 00:00:00 2001 +From: Jason Rhinelander +Date: Sat, 17 Feb 2018 11:07:37 -0400 +Subject: [PATCH] Fix numpy dtypes test on big-endian architectures + +This fixes the test code on big-endian architectures: the array support +(PR #832) had hard-coded the little-endian '<' but we need to use '>' on +big-endian architectures. +--- + tests/test_numpy_dtypes.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/test_numpy_dtypes.py b/tests/test_numpy_dtypes.py +index ae5a7020d..566682a74 100644 +--- a/tests/test_numpy_dtypes.py ++++ b/tests/test_numpy_dtypes.py +@@ -103,7 +103,7 @@ def test_dtype(simple_dtype): + partial_nested_fmt(), + "[('a', 'S3'), ('b', 'S3')]", + ("{{'names':['a','b','c','d'], " + +- "'formats':[('S4', (3,)),(' - 2.2.2-2 +- Fix FTBS by patch from upstream. + * Wed Feb 14 2018 Susi Lehtola - 2.2.2-1 - Update to 2.2.2.