diff --git a/matplotlib-3.9.0.tar.gz b/matplotlib-3.9.0.tar.gz deleted file mode 100644 index 306f584..0000000 --- a/matplotlib-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6d29ea6c19e34b30fb7d88b7081f869a03014f66fe06d62cc77d5a6ea88ed7a -size 36069890 diff --git a/matplotlib-3.9.2.tar.gz b/matplotlib-3.9.2.tar.gz new file mode 100644 index 0000000..b03fc35 --- /dev/null +++ b/matplotlib-3.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92 +size 36088381 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index dffffe7..a27adf9 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Oct 24 19:04:27 UTC 2024 - Dirk Müller + +- update to 3.9.2: + * 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 + ------------------------------------------------------------------- Wed Oct 23 08:30:59 UTC 2024 - Daniel Garcia diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 1bf376e..4bc088f 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -31,7 +31,7 @@ ExclusiveArch: x86_64 aarch64 %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-matplotlib%{psuffix} -Version: 3.9.0 +Version: 3.9.2 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib