From 709bf9af694618d68edf512ed77ebd5a31acf736b2412f68e2c08dc7a9c53b16 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 15 Oct 2025 15:45:12 +0000 Subject: [PATCH] Accepting request 1311164 from home:mcalabkova:branches:devel:languages:python:numeric - Update to 3.10.7 * The most important update in this release is that the minimum version of pyparsing has been updated to version 3.0. OBS-URL: https://build.opensuse.org/request/show/1311164 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=129 --- matplotlib-3.10.6.tar.gz | 3 --- matplotlib-3.10.7.tar.gz | 3 +++ python-matplotlib.changes | 7 +++++++ python-matplotlib.spec | 13 +++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 matplotlib-3.10.6.tar.gz create mode 100644 matplotlib-3.10.7.tar.gz diff --git a/matplotlib-3.10.6.tar.gz b/matplotlib-3.10.6.tar.gz deleted file mode 100644 index 32124f9..0000000 --- a/matplotlib-3.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec01b645840dd1996df21ee37f208cd8ba57644779fa20464010638013d3203c -size 34804264 diff --git a/matplotlib-3.10.7.tar.gz b/matplotlib-3.10.7.tar.gz new file mode 100644 index 0000000..dd136f7 --- /dev/null +++ b/matplotlib-3.10.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06ba7e2a2ef9131c79c49e63dad355d2d878413a0376c1727c8b9335ff731c7 +size 34804865 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index d183b7e..13e07fe 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 13 14:51:30 UTC 2025 - Markéta Machová + +- Update to 3.10.7 + * The most important update in this release is that the minimum version + of pyparsing has been updated to version 3.0. + ------------------------------------------------------------------- Thu Sep 25 12:01:16 UTC 2025 - Daniel Garcia diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 538848e..3a7c8ba 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -46,7 +46,7 @@ ExclusiveArch: x86_64 aarch64 %{?sle15_python_module_pythons} Name: python-matplotlib%{psuffix} -Version: 3.10.6 +Version: 3.10.7 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib @@ -88,12 +88,12 @@ BuildRequires: pkgconfig(tcl) # SECTION runtime Requires: python-Cycler >= 0.10 Requires: python-FontTools >= 4.22.0 -Requires: python-Pillow >= 8 +Requires: python-Pillow >= 9 Requires: python-contourpy >= 1.0.1 Requires: python-kiwisolver >= 1.3.1 -Requires: python-numpy >= 1.23 +Requires: python-numpy >= 1.25 Requires: python-packaging >= 20.0 -Requires: python-pyparsing > 2.3.1 +Requires: python-pyparsing >= 3 Requires: python-python-dateutil >= 2.7 # /SECTION # SECTION test @@ -104,6 +104,7 @@ BuildRequires: %{python_module matplotlib-gtk4 = %{version}} BuildRequires: %{python_module matplotlib-testdata = %{version}} BuildRequires: %{python_module matplotlib-tk = %{version}} BuildRequires: %{python_module matplotlib-web = %{version}} +BuildRequires: %{python_module pandas} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest-xvfb} @@ -124,8 +125,8 @@ BuildRequires: %{python_module cairocffi >= 0.8} # SECTION nbagg backend tests: not in Minimal-X or SLE <= 16 %if %{without ringdisabled} && 0%{?suse_version} > %SLE_VERSION BuildRequires: %{python_module matplotlib-nbagg = %{version}} -BuildRequires: %{python_module nbconvert if %python-base >= 3.10} -BuildRequires: %{python_module nbformat if %python-base >= 3.10} +BuildRequires: %{python_module nbconvert} +BuildRequires: %{python_module nbformat} %endif # /SECTION nbagg # SECTION qt backend tests