From 5fc86bf64391918d90b8f5f2b2996ef0bb6ec99a Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 14 Dec 2017 02:21:10 -0500 Subject: [PATCH] Update to latest version. --- pybind11-2.0.1-byteorder.patch | 28 ---------------------------- pybind11-2.0.1-tests.patch | 12 ------------ pybind11.spec | 16 ++++++---------- 3 files changed, 6 insertions(+), 50 deletions(-) delete mode 100644 pybind11-2.0.1-byteorder.patch delete mode 100644 pybind11-2.0.1-tests.patch diff --git a/pybind11-2.0.1-byteorder.patch b/pybind11-2.0.1-byteorder.patch deleted file mode 100644 index 297525e..0000000 --- a/pybind11-2.0.1-byteorder.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -up pybind11-2.0.1/tests/test_kwargs_and_defaults.py.699 pybind11-2.0.1/tests/test_kwargs_and_defaults.py -diff -up pybind11-2.0.1/tests/test_numpy_array.py.699 pybind11-2.0.1/tests/test_numpy_array.py ---- pybind11-2.0.1/tests/test_numpy_array.py.699 2017-02-26 13:32:20.014729539 -0800 -+++ pybind11-2.0.1/tests/test_numpy_array.py 2017-02-26 13:34:13.621804603 -0800 -@@ -6,7 +6,7 @@ with pytest.suppress(ImportError): - - @pytest.fixture(scope='function') - def arr(): -- return np.array([[1, 2, 3], [4, 5, 6]], ' - 2.2.1-1 +- Update to latest version + * Thu Aug 03 2017 Fedora Release Engineering - 2.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild