Dirk Mueller
5a8223dac7
* Be more resilient to I/O failures when writing font cache * Fix nondeterministic behavior with subplot spacing and constrained layout * Fix sticky edge tolerance relative to data range * Improve formatting of image values in cases of singular norms * Re-add matplotlib.cm.get_cmap; note this function will still be removed at a later date * Allow duplicate backend entry points * Fix Axes autoscaling of thin bars at large locations * Fix Axes autoscaling with axhspan / axvspan * Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection * Fix Axes3D mouse interactivity with non-default roll angle * Fix box aspect ratios in Axes3D with alternate vertical axis * Fix case handling of backends specified as module://... * Fix crash with TkAgg on Windows with tk.window_focus: True * Fix interactive update of SubFigures * Fix interactivity when using the IPython console * Fix pickling of AxesWidgets and SubFigures * Fix scaling on GTK3Cairo / GTK4Cairo backends * Fix text wrapping within SubFigures OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=104
14 lines
419 B
Diff
14 lines
419 B
Diff
Index: matplotlib-3.9.0/pyproject.toml
|
|
===================================================================
|
|
--- matplotlib-3.9.0.orig/pyproject.toml
|
|
+++ matplotlib-3.9.0/pyproject.toml
|
|
@@ -90,7 +90,7 @@ requires = [
|
|
]
|
|
|
|
[tool.meson-python.args]
|
|
-install = ['--tags=data,python-runtime,runtime']
|
|
+install = ['--tags=data,python-runtime,runtime,tests']
|
|
|
|
[tool.setuptools_scm]
|
|
version_scheme = "release-branch-semver"
|