Accepting request 1311511 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1311511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=122
This commit is contained in:
2025-10-18 12:34:53 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec01b645840dd1996df21ee37f208cd8ba57644779fa20464010638013d3203c
size 34804264

3
matplotlib-3.10.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a06ba7e2a2ef9131c79c49e63dad355d2d878413a0376c1727c8b9335ff731c7
size 34804865

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 13 14:51:30 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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 <daniel.garcia@suse.com>

View File

@@ -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