From 037e6aee2ba1e8e24a77bb949dc0c4c06c63296a Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 29 Jun 2020 20:38:52 -0400 Subject: [PATCH] Update to 3.3.0rc1. --- .gitignore | 2 + 0001-Force-using-system-qhull.patch | 37 - 0001-Use-packaged-jquery-and-jquery-ui.patch | 121 ---- 0001-matplotlibrc-path-search-fix.patch | 70 +- ...sion-to-2.10.1-and-update-tolerances.patch | 59 +- ...-tolerance-slightly-for-32-bit-syste.patch | 28 + ...ase-tolerances-for-non-x86_64-arches.patch | 42 -- ...e-some-tolerances-for-32-bit-systems.patch | 665 ------------------ ...e-some-tolerances-for-non-x86-arches.patch | 267 ------- 0004-Update-aarch64-tolerances.patch | 223 ++++++ ...ease-tolerance-for-ppc64le-and-s390x.patch | 219 ++++++ ...our-s-test_internal_cpp_api-directly.patch | 63 ++ python-matplotlib.spec | 66 +- setup.cfg | 4 + sources | 4 +- 15 files changed, 612 insertions(+), 1258 deletions(-) delete mode 100644 0001-Force-using-system-qhull.patch delete mode 100644 0001-Use-packaged-jquery-and-jquery-ui.patch create mode 100644 0003-Increase-default-tolerance-slightly-for-32-bit-syste.patch delete mode 100644 0003-Increase-tolerances-for-non-x86_64-arches.patch delete mode 100644 0004-Increase-some-tolerances-for-32-bit-systems.patch delete mode 100644 0004-Increase-some-tolerances-for-non-x86-arches.patch create mode 100644 0004-Update-aarch64-tolerances.patch create mode 100644 0005-Increase-tolerance-for-ppc64le-and-s390x.patch create mode 100644 0006-Fix-running-contour-s-test_internal_cpp_api-directly.patch diff --git a/.gitignore b/.gitignore index 9732d93..4df50f3 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ matplotlib-1.0.0-without-gpc.tar.gz /matplotlib-3.2.1.tar.gz /matplotlib-3.2.2.tar.gz /matplotlib-3.2.2-with-freetype-2.10.1.tar.gz +/matplotlib-3.3.0rc1.tar.gz +/matplotlib-3.3.0rc1-with-freetype-2.10.1.tar.gz diff --git a/0001-Force-using-system-qhull.patch b/0001-Force-using-system-qhull.patch deleted file mode 100644 index 23c6c8d..0000000 --- a/0001-Force-using-system-qhull.patch +++ /dev/null @@ -1,37 +0,0 @@ -From ee5c28ea8cd17cbc04d5a9b79d5ce1326df93466 Mon Sep 17 00:00:00 2001 -From: Elliott Sales de Andrade -Date: Fri, 30 Mar 2018 03:15:51 -0400 -Subject: [PATCH] Force using system qhull. - -Signed-off-by: Elliott Sales de Andrade ---- - setupext.py | 12 +++++------- - 1 file changed, 5 insertions(+), 7 deletions(-) - -diff --git a/setupext.py b/setupext.py -index 3e8b382cc..66a278b0c 100644 ---- a/setupext.py -+++ b/setupext.py -@@ -838,14 +838,12 @@ class Png(SetupPackage): - class Qhull(SetupPackage): - name = "qhull" - -+ def check(self): -+ self.__class__.found_external = True -+ return ' Using system copy.' -+ - def add_flags(self, ext): -- # Qhull doesn't distribute pkg-config info, so we have no way of -- # knowing whether a system install is recent enough. Thus, always use -- # the vendored version. -- ext.include_dirs.insert(0, 'extern') -- ext.sources.extend(sorted(glob.glob('extern/libqhull/*.c'))) -- if sysconfig.get_config_var('LIBM') == '-lm': -- ext.libraries.extend('m') -+ ext.libraries.append('qhull') - - - class TTConv(SetupPackage): --- -2.21.0 - diff --git a/0001-Use-packaged-jquery-and-jquery-ui.patch b/0001-Use-packaged-jquery-and-jquery-ui.patch deleted file mode 100644 index 801f520..0000000 --- a/0001-Use-packaged-jquery-and-jquery-ui.patch +++ /dev/null @@ -1,121 +0,0 @@ -From a3fec73e39558f1a8d41663fe05783889e735af4 Mon Sep 17 00:00:00 2001 -From: Elliott Sales de Andrade -Date: Sat, 2 Mar 2019 18:18:29 -0500 -Subject: [PATCH] Use packaged jquery and jquery-ui. - -Signed-off-by: Elliott Sales de Andrade ---- - .../backends/web_backend/all_figures.html | 6 +-- - .../backends/web_backend/single_figure.html | 6 +-- - setup.py | 54 ------------------- - 3 files changed, 6 insertions(+), 60 deletions(-) - -diff --git a/lib/matplotlib/backends/web_backend/all_figures.html b/lib/matplotlib/backends/web_backend/all_figures.html -index 41f48dc6d..69097eb4f 100644 ---- a/lib/matplotlib/backends/web_backend/all_figures.html -+++ b/lib/matplotlib/backends/web_backend/all_figures.html -@@ -3,9 +3,9 @@ - - - -- -- -- -+ -+ -+ - - - -diff --git a/lib/matplotlib/backends/web_backend/single_figure.html b/lib/matplotlib/backends/web_backend/single_figure.html -index 4d5a366fb..c11c86618 100644 ---- a/lib/matplotlib/backends/web_backend/single_figure.html -+++ b/lib/matplotlib/backends/web_backend/single_figure.html -@@ -3,9 +3,9 @@ - - - -- -- -- -+ -+ -+ - - -