forked from pool/python-matplotlib
Accepting request 1169287 from devel:languages:python:numeric
Forwarded request #1169124 from bnavigator - 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/1169287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=108
This commit is contained in:
commit
7c2e45e8ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161
|
||||
size 35879872
|
3
matplotlib-3.8.4.tar.gz
Normal file
3
matplotlib-3.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea
|
||||
size 35934425
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 20:52:01 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user