Accepting request 1255001 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 3.10.1
* Respect array alpha with interpolation_stage='rgba'
* Remove md5 usage to prevent issues on FIPS enabled systems
* Fix pyplot.matshow figure handling
* Fix modifying Axes' position also alters the original Bbox object
used for initialization
* Fix title position for polar plots
* Add version gate to GTK4 calls when necessary
* Raise warning if both c and facecolors are used in scatter plot
- Drop merged matplotlib-pr29631-install-test-ipynb.patch
OBS-URL: https://build.opensuse.org/request/show/1255001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=110
This commit is contained in:
@@ -31,7 +31,7 @@ ExclusiveArch: x86_64 aarch64
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-matplotlib%{psuffix}
|
||||
Version: 3.10.0
|
||||
Version: 3.10.1
|
||||
Release: 0
|
||||
Summary: Plotting Library for Python
|
||||
License: SUSE-Matplotlib
|
||||
@@ -42,8 +42,6 @@ Source: https://files.pythonhosted.org/packages/source/m/matplotlib/matp
|
||||
Source98: https://github.com/qhull/qhull/archive/v8.0.2/qhull-8.0.2.tar.gz#/qhull-8.0.2.tgz
|
||||
Source99: https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
|
||||
Source100: python-matplotlib.rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM matplotlib-pr29631-install-test-ipynb.patch gh#matplotlib/matplotlib#29631
|
||||
Patch0: matplotlib-pr29631-install-test-ipynb.patch
|
||||
# PATCH-FEATURE-OPENSUSE matplotlib-meson-options-opensuse.patch code@bnavigator.de -- Custom build options for meson-python
|
||||
Patch1: matplotlib-meson-options-opensuse.patch
|
||||
Recommends: ghostscript
|
||||
@@ -82,9 +80,6 @@ Requires: python-numpy >= 1.23
|
||||
Requires: python-packaging >= 20.0
|
||||
Requires: python-pyparsing > 2.3.1
|
||||
Requires: python-python-dateutil >= 2.7
|
||||
%if 0%{?python_version_nodots} < 310
|
||||
Requires: python-importlib-resources >= 3.2.0
|
||||
%endif
|
||||
# /SECTION
|
||||
# SECTION test
|
||||
%if %{with test}
|
||||
@@ -469,7 +464,7 @@ $python -m pytest --pyargs matplotlib.tests \
|
||||
%{python_sitearch}/matplotlib/backends/_backend_gtk.py
|
||||
%pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/_backend_gtk.*.py*
|
||||
|
||||
%if 0%{?suse_version} > %SLE_VERSION && 0%{?python_version_nodots} >= 310
|
||||
%if 0%{?suse_version} > %SLE_VERSION
|
||||
%files %{python_files nbagg}
|
||||
%license LICENSE/
|
||||
%{python_sitearch}/matplotlib/backends/backend_nbagg.py*
|
||||
|
||||
Reference in New Issue
Block a user