python-matplotlib/matplotlib-meson-options-opensuse.patch
Matej Cepl 7d6f0f4a47 Accepting request 1178863 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 3.9.0
  ## Plotting and Annotation improvements
  * Axes.inset_axes is no longer experimental
  * Legend support for Boxplot
  * Percent sign in pie labels auto-escaped with usetex=True
  * hatch parameter for stackplot
  * Add option to plot only one half of violin plot
  * axhline and axhspan on polar axes
  * Subplot titles can now be automatically aligned
  * axisartist can now be used together with standard Formatters
  * Toggle minorticks on Axis
  * StrMethodFormatter now respects axes.unicode_minus
  ## Figure, Axes, and Legend Layout
  * Subfigures now have controllable zorders
  * Getters for xmargin, ymargin and zmargin
  ## Mathtext improvements
  * mathtext documentation improvements
  * mathtext spacing corrections
  ## Widget Improvements
  * Check and Radio Button widgets support clearing
  ## 3D plotting improvements
  * Setting 3D axis limits now set the limits exactly
  ## Other improvements
  * New BackendRegistry for plotting backends
  * Add widths, heights and angles setter to EllipseCollection
  * image.interpolation_stage rcParam
  * Arrow patch position is now modifiable
  * NonUniformImage now has mouseover support
- Add matplotlib-meson-options-opensuse.patch

OBS-URL: https://build.opensuse.org/request/show/1178863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=98
2024-06-05 23:18:42 +00:00

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"