From 9c5a710debcc2f51a9c6593e60e36f6f126a15e5cefc5e3efe7c1228bf14ba38 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Mar 2024 08:20:33 +0000 Subject: [PATCH 1/4] Accepting request 1159627 from home:alarrosa:branches:devel:languages:python:numeric - Do not BuildRequire PyQt6 in SLE15. We don't want to include the whole qt6 stack in SLE only for matplotlib tests. OBS-URL: https://build.opensuse.org/request/show/1159627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=91 --- python-matplotlib.changes | 6 ++++++ python-matplotlib.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index e6a483b..24625af 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 19 16:42:20 UTC 2024 - Antonio Larrosa + +- Do not BuildRequire PyQt6 in SLE15. We don't want to include + the whole qt6 stack in SLE only for matplotlib tests. + ------------------------------------------------------------------- Tue Mar 5 18:06:28 UTC 2024 - Ben Greiner diff --git a/python-matplotlib.spec b/python-matplotlib.spec index bd7507e..4efd34d 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-matplotlib # # Copyright (c) 2024 SUSE LLC # @@ -122,8 +122,8 @@ BuildRequires: %{python_module nbformat if %python-base >= 3.10} # SECTION qt backends: Only test PyQt5 in Minimal-X BuildRequires: %{python_module qt5} %if !%{with ringdisabled} -BuildRequires: %{python_module PyQt6} %if 0%{?suse_version} > 1500 +BuildRequires: %{python_module PyQt6} BuildRequires: python3-pyside2 BuildRequires: python3-pyside6 %endif @@ -179,7 +179,6 @@ Requires: python-gobject-cairo This package provides code common for the GTK3 and GTK4 backends for the %{name} plotting package - %package nbagg Summary: Jupyter nbagg backend for %{name} Requires: %{name} = %{version} From 1a5cd9516a9d60576f3ec863d68f0f7846f8dcbe0bf4945101fe5e3cbaae8fc3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Mar 2024 09:10:55 +0000 Subject: [PATCH 2/4] - Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=92 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 25 ++++++++++++------------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 24625af..221f75f 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 22 09:10:48 UTC 2024 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Tue Mar 19 16:42:20 UTC 2024 - Antonio Larrosa diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 4efd34d..1507eeb 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -27,7 +27,6 @@ ExclusiveArch: x86_64 aarch64 %bcond_with test %endif %bcond_with ringdisabled - %{?sle15_python_module_pythons} Name: python-matplotlib%{psuffix} Version: 3.8.2 @@ -69,6 +68,7 @@ BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: pkgconfig(tcl) # /SECTION # SECTION runtime +Requires: (python-numpy >= 1.21 with python-numpy < 2) Requires: python-Cycler >= 0.10 Requires: python-FontTools >= 4.22.0 Requires: python-Pillow >= 8 @@ -77,7 +77,6 @@ Requires: python-kiwisolver >= 1.3.1 Requires: python-packaging >= 20.0 Requires: python-pyparsing > 2.3.1 Requires: python-python-dateutil >= 2.7 -Requires: (python-numpy >= 1.21 with python-numpy < 2) %if 0%{?python_version_nodots} < 310 Requires: python-importlib-resources >= 3.2.0 %endif @@ -88,21 +87,21 @@ BuildRequires: %{python_module matplotlib = %{version}} BuildRequires: %{python_module matplotlib-cairo = %{version}} BuildRequires: %{python_module matplotlib-gtk3 = %{version}} BuildRequires: %{python_module matplotlib-gtk4 = %{version}} -%if 0%{?suse_version} > 1500 -BuildRequires: %{python_module matplotlib-nbagg = %{version} if %python-base >= 3.10} -%endif BuildRequires: %{python_module matplotlib-qt5 = %{version}} BuildRequires: %{python_module matplotlib-testdata = %{version}} BuildRequires: %{python_module matplotlib-tk = %{version}} BuildRequires: %{python_module matplotlib-web = %{version}} -%if 0%{?suse_version} > 1500 -BuildRequires: %{python_module matplotlib-wx = %{version}} -%endif BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest-xvfb} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} +%if 0%{?suse_version} > 1500 +BuildRequires: %{python_module matplotlib-nbagg = %{version} if %python-base >= 3.10} +%endif +%if 0%{?suse_version} > 1500 +BuildRequires: %{python_module matplotlib-wx = %{version}} +%endif # SECTION latex test dependencies BuildRequires: %{python_module matplotlib-latex = %{version}} BuildRequires: ghostscript @@ -114,14 +113,14 @@ BuildRequires: %{python_module cairo >= 1.14.0} BuildRequires: %{python_module cairocffi >= 0.8} # /SECTION cairo # SECTION nbagg backend tests -%if !%{with ringdisabled} && 0%{?suse_version} > 1500 +%if %{without ringdisabled} && 0%{?suse_version} > 1500 BuildRequires: %{python_module nbconvert if %python-base >= 3.10} BuildRequires: %{python_module nbformat if %python-base >= 3.10} %endif # /SECTION nbagg # SECTION qt backends: Only test PyQt5 in Minimal-X BuildRequires: %{python_module qt5} -%if !%{with ringdisabled} +%if %{without ringdisabled} %if 0%{?suse_version} > 1500 BuildRequires: %{python_module PyQt6} BuildRequires: python3-pyside2 @@ -296,12 +295,12 @@ cp %{SOURCE1} mplsetup.cfg sed -i '/"certifi>=.*"/ d' pyproject.toml %build -%if !%{with test} +%if %{without test} %pyproject_wheel %endif %install -%if !%{with test} +%if %{without test} %pyproject_install %{python_expand sed -i -e "s/install matplotlib from source/install the $python-matplotlib-testdata package/" \ %{buildroot}%{$python_sitearch}/matplotlib/tests/__init__.py @@ -359,7 +358,7 @@ $python -m pytest --pyargs matplotlib.tests \ } %endif -%if !%{with test} +%if %{without test} %files %{python_files} %doc README.md %license LICENSE/ From 5a5c88fea416dbad1eb2e81e8e3e4dac5f414d5c3b1be1ba1e4acfe0369d8431 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Mar 2024 10:03:16 +0000 Subject: [PATCH 3/4] Accepting request 1160597 from home:favogt:branches:openSUSE:Factory:Staging:M - Add explicit BuildRequires on Mesa-dri, needed to run tests OBS-URL: https://build.opensuse.org/request/show/1160597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=93 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 221f75f..2214168 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -3,6 +3,11 @@ Fri Mar 22 09:10:48 UTC 2024 - Matej Cepl - Clean up the SPEC file +------------------------------------------------------------------- +Fri Mar 22 07:47:40 UTC 2024 - Fabian Vogt + +- Add explicit BuildRequires on Mesa-dri, needed to run tests + ------------------------------------------------------------------- Tue Mar 19 16:42:20 UTC 2024 - Antonio Larrosa diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 1507eeb..a61a348 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,5 +1,5 @@ # -# spec file for package python-matplotlib +# spec file # # Copyright (c) 2024 SUSE LLC # @@ -104,6 +104,7 @@ BuildRequires: %{python_module matplotlib-wx = %{version}} %endif # SECTION latex test dependencies BuildRequires: %{python_module matplotlib-latex = %{version}} +BuildRequires: Mesa-dri BuildRequires: ghostscript BuildRequires: inkscape BuildRequires: poppler-tools From 04c9c600be6c97f9588d0e3ab71ac3bc6486ccc9d7b8c62281711809db7a3b75 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 23 Mar 2024 12:10:50 +0000 Subject: [PATCH 4/4] - update to 3.8.3: * Fix crash at exit for PGF backend - Skip some broken tests with new pyparsing. * fix use of customized toolbars in TkAgg and WXAgg backends - Bump dependency versions * Move architecture selection to bcond definition at top of * use pytest-xvfb and %pytest macro - update to version 1.5.3 * Four new perceptually uniform color maps, including the - adjust python-tz buildrequires to match runtime requires (python-pytz) to pull in the python-qt5 package to make it work, and that - Phil Elson rewrote of the documentation and userguide for both - Support for specifying properties of wedge and text in pie - Fixed the mouse coordinates giving the wrong theta value in - Matplotlib now looks for configuration files (both rcparams and - You can now easily switch between different styles using the + In the figure options dialog one can now choose to + Interactive performance of the Qt4 backend has been + The mapping of key-signals from Qt to values matplotlib + The Cairo backends are now able to use the cairocffi + The Gtk3Agg backend now works on Python 3.x, if the cairocffi - The context directive in the plot_directive Sphinx extension can now accept an optional reset setting, which will cause the * Added an option span_stays to SpanSelector which makes the selector rectangle stay on the axes after you release the - install LICENSE directory and fix license tag - add use-setuptools.diff: build against old setuptools as well - Configuration (rcParams) * Remember save directory - for API changes see OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=94 --- matplotlib-3.8.2.tar.gz | 3 -- matplotlib-3.8.3.tar.gz | 3 ++ python-matplotlib.changes | 90 +++++++++++++++++++++------------------ python-matplotlib.spec | 4 +- 4 files changed, 53 insertions(+), 47 deletions(-) delete mode 100644 matplotlib-3.8.2.tar.gz create mode 100644 matplotlib-3.8.3.tar.gz diff --git a/matplotlib-3.8.2.tar.gz b/matplotlib-3.8.2.tar.gz deleted file mode 100644 index 27c0470..0000000 --- a/matplotlib-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a978b871b881ee76017152f1f1a0cbf6bd5f7b8ff8c96df0df1bd57d8755a1 -size 35866957 diff --git a/matplotlib-3.8.3.tar.gz b/matplotlib-3.8.3.tar.gz new file mode 100644 index 0000000..ef582a0 --- /dev/null +++ b/matplotlib-3.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161 +size 35879872 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 2214168..b375c24 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 23 12:09:06 UTC 2024 - Dirk Müller + +- update to 3.8.3: + * Fix crash at exit for PGF backend + ------------------------------------------------------------------- Fri Mar 22 09:10:48 UTC 2024 - Matej Cepl @@ -565,7 +571,7 @@ Sun Dec 12 18:26:25 UTC 2021 - Ben Greiner ------------------------------------------------------------------- Wed Dec 8 04:42:16 UTC 2021 - Steve Kowalik -- Skip some broken tests with new pyparsing. +- Skip some broken tests with new pyparsing. ------------------------------------------------------------------- Sat Oct 23 15:49:11 UTC 2021 - Axel Braun @@ -575,7 +581,7 @@ Sat Oct 23 15:49:11 UTC 2021 - Axel Braun inkscape11.patch 0001-FIX-Pillow-asarray-bug.patch 0002-Dont-modify-arrays-when-masking-values-for-log.patch - + ------------------------------------------------------------------- Tue Jul 27 12:09:25 UTC 2021 - Markéta Machová @@ -776,7 +782,7 @@ Thu Jan 14 20:19:32 UTC 2021 - Benjamin Greiner * fix reading from URL in imread * fix several regressions with new date epoch handling * fix some bad constrained and tight layout interactions with colorbars - * fix use of customized toolbars in TkAgg and WXAgg backends + * fix use of customized toolbars in TkAgg and WXAgg backends - remove transparent_markers.pdf - fix rich rpm recommends - fix broken compilation of cache files @@ -798,19 +804,19 @@ Thu Oct 22 08:59:30 UTC 2020 - Ismail Dönmez Thu Jul 23 09:49:30 UTC 2020 - Benjamin Greiner - Require Pillow -- Bump dependency versions +- Bump dependency versions ------------------------------------------------------------------- Mon Jul 20 21:10:29 UTC 2020 - Benjamin Greiner - Work on unit testing - * Move architecture selection to bcond definition at top of + * Move architecture selection to bcond definition at top of specfile. This makes it clear in the OBS web UI that the test flavor is only built for x86_64 and aarch64 * do not build everything a second time during check (in-place) * instead use new subpackage testdata wich contains the baseline images created at regular build time - * use pytest-xvfb and %pytest macro + * use pytest-xvfb and %pytest macro (buildroot path actually not required) * tidy test skip definitions * add python-gobject-Gdk to pass the gtk3 backend testso @@ -1402,7 +1408,7 @@ Tue Jan 17 17:04:31 UTC 2017 - toddrme2178@gmail.com ------------------------------------------------------------------- Fri Dec 2 12:15:46 UTC 2016 - sbahling@suse.com -- update to version 1.5.3 +- update to version 1.5.3 * Changed default autorange behavior in boxplots (introduced with 1.5.2) - Change BuildRequires and Recommends from python-Pillow to @@ -1448,7 +1454,7 @@ Fri Oct 30 09:07:44 UTC 2015 - toddrme2178@gmail.com * Auto-redraw using the object-oriented API. * Most plotting functions now support labeled data API. * Color cycling has extended to all style properties. - * Four new perceptually uniform color maps, including the + * Four new perceptually uniform color maps, including the soon-to-be default 'viridis'. * More included style sheets. * Many small plotting improvements. @@ -1530,7 +1536,7 @@ Wed Sep 10 10:52:26 UTC 2014 - toddrme2178@gmail.com ------------------------------------------------------------------- Thu Aug 28 14:10:38 UTC 2014 - dmueller@suse.com -- adjust python-tz buildrequires to match runtime requires (python-pytz) +- adjust python-tz buildrequires to match runtime requires (python-pytz) ------------------------------------------------------------------- Wed Aug 27 10:08:07 UTC 2014 - toddrme2178@gmail.com @@ -1543,7 +1549,7 @@ Wed Aug 27 10:08:07 UTC 2014 - toddrme2178@gmail.com - Fixed issues with qt. The qt5 backend is actually a generic qt backend, which the qt4 backend depends on. So it needs to be available for the qt4 backend to work at all. However, we need - to pull in the python-qt5 package to make it work, and that + to pull in the python-qt5 package to make it work, and that package is only available for openSUSE > 13.1. So we need to split the generic qt stuff, including the qt5 stuff, into a package both the qt4 and qt5 backends can depend on, and then @@ -1556,7 +1562,7 @@ Tue Aug 26 12:26:40 UTC 2014 - toddrme2178@gmail.com - Update to 1.4.0 * New colormap for red-green color blind users * Documentation changes - - Phil Elson rewrote of the documentation and userguide for both + - Phil Elson rewrote of the documentation and userguide for both Legend and PathEffects. * New plotting features - Power-law normalization @@ -1570,14 +1576,14 @@ Tue Aug 26 12:26:40 UTC 2014 - toddrme2178@gmail.com - Get a list of all tick labels (major and minor) - Separate horizontal/vertical axes padding support in ImageGrid - Support for skewed transformations - - Support for specifying properties of wedge and text in pie + - Support for specifying properties of wedge and text in pie charts. - Fixed the direction of errorbar upper/lower limits - More consistent add-object API for Axes - Violin Plots - More `markevery` options to show only a subset of markers - Added size related functions to specialized `Collections` - - Fixed the mouse coordinates giving the wrong theta value in + - Fixed the mouse coordinates giving the wrong theta value in Polar graph - Simple quiver plot for mplot3d toolkit - polar-plot r-tick locations @@ -1588,27 +1594,27 @@ Tue Aug 26 12:26:40 UTC 2014 - toddrme2178@gmail.com - 'axes.titleweight' - 'axes.formatter.useoffset' added * XDG compliance - - Matplotlib now looks for configuration files (both rcparams and + - Matplotlib now looks for configuration files (both rcparams and style) in XDG compliant locations. * 'style' package added - - You can now easily switch between different styles using the + - You can now easily switch between different styles using the new 'style' package * Backends - Qt5 backend added - Qt4 backend + Rudolf Höfler changed the appearance of the subplottool. - + In the figure options dialog one can now choose to + + In the figure options dialog one can now choose to (re-)generate a simple automatic legend. - + Interactive performance of the Qt4 backend has been + + Interactive performance of the Qt4 backend has been dramatically improved under windows. - + The mapping of key-signals from Qt to values matplotlib + + The mapping of key-signals from Qt to values matplotlib understands was greatly improved (For both Qt4 and Qt5). - Cairo backends - + The Cairo backends are now able to use the cairocffi + + The Cairo backends are now able to use the cairocffi bindings, which are more actively maintained than the pycairo bindings. - Gtk3Agg backend - + The Gtk3Agg backend now works on Python 3.x, if the cairocffi + + The Gtk3Agg backend now works on Python 3.x, if the cairocffi bindings are installed. - PDF backend + Added context manager for saving to multi-page PDFs. @@ -1616,13 +1622,13 @@ Tue Aug 26 12:26:40 UTC 2014 - toddrme2178@gmail.com - Text URLs supported by SVG backend - Anchored sizebar font * Sphinx extensions - - The context directive in the plot_directive Sphinx extension - can now accept an optional reset setting, which will cause the + - The context directive in the plot_directive Sphinx extension + can now accept an optional reset setting, which will cause the context to be reset. * Widgets - Span Selector - * Added an option span_stays to SpanSelector which makes the - selector rectangle stay on the axes after you release the + * Added an option span_stays to SpanSelector which makes the + selector rectangle stay on the axes after you release the mouse. * GAE integration - Matplotlib will now run on google app engine. @@ -1637,12 +1643,12 @@ Wed Jul 16 14:42:54 UTC 2014 - toddrme2178@gmail.com ------------------------------------------------------------------- Thu Apr 10 16:48:36 UTC 2014 - dmueller@suse.com -- install LICENSE directory and fix license tag +- install LICENSE directory and fix license tag ------------------------------------------------------------------- Wed Apr 9 09:18:56 UTC 2014 - dmueller@suse.com -- add use-setuptools.diff: build against old setuptools as well +- add use-setuptools.diff: build against old setuptools as well ------------------------------------------------------------------- Fri Mar 28 15:48:46 UTC 2014 - speilicke@suse.com @@ -1711,12 +1717,12 @@ Wed Aug 21 05:25:57 UTC 2013 - highwaystar.ru@gmail.com * Better vertical text alignment and multi-line text * Left and right side axes titles * Improved manual contour plot label positioning -- Configuration (rcParams) +- Configuration (rcParams) * Quickly find rcParams * Changes to font rcParams - Backends * WebAgg backend - * Remember save directory + * Remember save directory - Documentation and examples: * Numpydoc docstrings * Example reorganization @@ -1726,8 +1732,8 @@ Wed Aug 21 05:25:57 UTC 2013 - highwaystar.ru@gmail.com * New setup script * XDG base directory support * Catch opening too many figures using pyplot -- for API changes see - http://matplotlib.org/api/api_changes.html#changes-in-1-3 +- for API changes see + http://matplotlib.org/api/api_changes.html#changes-in-1-3 - removed patches needed for python3 package ------------------------------------------------------------------- @@ -1747,7 +1753,7 @@ Mon Nov 12 04:24:19 UTC 2012 - highwaystar.ru@gmail.com * New hist functionality * Updated shipped dependencies * Face-centred colors in tripcolor plots - * Hatching patterns in filled contour plots, with legends + * Hatching patterns in filled contour plots, with legends - python3 package added ------------------------------------------------------------------- @@ -1784,17 +1790,17 @@ Wed Dec 14 08:56:13 UTC 2011 - highwaystar.ru@gmail.com - update to 1.1.0 * module for drawing sankey diagrams; * environment for creating animated graphics – module animation; - * automated positioning charts, labels, and axes on the canvas – a - team tight_layout () will distribute them so that they are not + * automated positioning charts, labels, and axes on the canvas – a + team tight_layout () will distribute them so that they are not people came to each other; - * Work on integration with PySide, although functional is still - in the beta-version and it is recommended to continue using + * Work on integration with PySide, although functional is still + in the beta-version and it is recommended to continue using PyQt4; * improved mapping and positioning of the legend; - * simplified work with three-dimensional graphs (module mplot3d), + * simplified work with three-dimensional graphs (module mplot3d), also significantly expanded and updated documentation on mplot3d; * uniform markers; - * completely removed the old module support Numerix, now all + * completely removed the old module support Numerix, now all users must use Numpy; * fixes some bugs. - removed patches that now upstream @@ -1812,7 +1818,7 @@ Tue Oct 11 12:27:54 UTC 2011 - jmatejek@suse.com ------------------------------------------------------------------- Mon Aug 15 02:00:37 CEST 2011 - ro@suse.de -- fix build for platform == linux3 +- fix build for platform == linux3 ------------------------------------------------------------------- Mon Jan 24 12:58:1 UTC 2011 - toddrme2178@gmail.com @@ -1820,14 +1826,14 @@ Mon Jan 24 12:58:1 UTC 2011 - toddrme2178@gmail.com - new version 1.0.1 This is a bugfix release: - + Fixed error with Hammer projection. - + Fixed the placement and angle of axis labels in 3D plots. + + Fixed error with Hammer projection. + + Fixed the placement and angle of axis labels in 3D plots. + New rc parameters examples.download and examples.directory allow bypassing the download mechanism in get_sample_data. + Change Axis.set_view_interval() so that when updating an existing interval, it respects the orientation of that interval, and can enlarge but not reduce the interval. - + Handle NaN's correctly in path analysis routines. + + Handle NaN's correctly in path analysis routines. + Fix bug in patch alpha handling, and in bar color kwarg + Return Qt4's default cursor when leaving the canvas @@ -1891,7 +1897,7 @@ Sat Aug 9 00:00:00 UTC 2008 - werner.ho@gmx.de Tue Aug 5 00:00:00 UTC 2008 - werner.ho@gmx.de - new version 0.91.4 - + ------------------------------------------------------------------- Wed Jul 16 00:00:00 CET 2008 - Andrea Florio diff --git a/python-matplotlib.spec b/python-matplotlib.spec index a61a348..6e03103 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-matplotlib # # Copyright (c) 2024 SUSE LLC # @@ -29,7 +29,7 @@ ExclusiveArch: x86_64 aarch64 %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-matplotlib%{psuffix} -Version: 3.8.2 +Version: 3.8.3 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib