From aa1cbd19644669401a622f6ce8ffbb2003234805492ebacc9e91c3cf6d83672c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 Apr 2024 22:20:46 +0000 Subject: [PATCH] Accepting request 1169124 from home:bnavigator:numpy - Update to 3.8.4 * Enable building against numpy 2.0; released wheels are built against numpy 2 * Add a draw during show for macos backend * Fix color sequence data for Set2 and Set3 * gtk: Ensure pending draws are done before GTK draw * Update "Created with" url in hand.svg * Avoid modifying user input to Axes.bar * fix quiver3d incorrect arrow colors OBS-URL: https://build.opensuse.org/request/show/1169124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=96 --- matplotlib-3.8.3.tar.gz | 3 --- matplotlib-3.8.4.tar.gz | 3 +++ python-matplotlib.changes | 13 +++++++++++++ python-matplotlib.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 matplotlib-3.8.3.tar.gz create mode 100644 matplotlib-3.8.4.tar.gz diff --git a/matplotlib-3.8.3.tar.gz b/matplotlib-3.8.3.tar.gz deleted file mode 100644 index ef582a0..0000000 --- a/matplotlib-3.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161 -size 35879872 diff --git a/matplotlib-3.8.4.tar.gz b/matplotlib-3.8.4.tar.gz new file mode 100644 index 0000000..c66390a --- /dev/null +++ b/matplotlib-3.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea +size 35934425 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index b375c24..87c0190 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 18 20:52:01 UTC 2024 - Ben Greiner + +- Update to 3.8.4 + * Enable building against numpy 2.0; released wheels are built + against numpy 2 + * Add a draw during show for macos backend + * Fix color sequence data for Set2 and Set3 + * gtk: Ensure pending draws are done before GTK draw + * Update "Created with" url in hand.svg + * Avoid modifying user input to Axes.bar + * fix quiver3d incorrect arrow colors + ------------------------------------------------------------------- Sat Mar 23 12:09:06 UTC 2024 - Dirk Müller diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 6e03103..3f1c7df 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -29,7 +29,7 @@ ExclusiveArch: x86_64 aarch64 %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-matplotlib%{psuffix} -Version: 3.8.3 +Version: 3.8.4 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib @@ -49,7 +49,7 @@ Provides: python-matplotlib-gtk = %{version} Obsoletes: python-matplotlib-gtk < %{version} # SECTION build BuildRequires: %{python_module devel >= 3.9} -BuildRequires: %{python_module numpy-devel >= 1.19} +BuildRequires: %{python_module numpy-devel >= 1.25 with %python-numpy-devel < 2.3} BuildRequires: %{python_module pip} BuildRequires: %{python_module pybind11-devel >= 2.6} BuildRequires: %{python_module setuptools >= 64} @@ -68,7 +68,7 @@ BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: pkgconfig(tcl) # /SECTION # SECTION runtime -Requires: (python-numpy >= 1.21 with python-numpy < 2) +Requires: python-numpy >= 1.21 Requires: python-Cycler >= 0.10 Requires: python-FontTools >= 4.22.0 Requires: python-Pillow >= 8