- 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
This commit is contained in:
parent
5a5c88fea4
commit
04c9c600be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01a978b871b881ee76017152f1f1a0cbf6bd5f7b8ff8c96df0df1bd57d8755a1
|
||||
size 35866957
|
3
matplotlib-3.8.3.tar.gz
Normal file
3
matplotlib-3.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161
|
||||
size 35879872
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 23 12:09:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.8.3:
|
||||
* Fix crash at exit for PGF backend
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 09:10:48 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user