Accepting request 1242793 from home:mcalabkova:branches:devel:languages:python:numeric

- update to 3.10.0
  * Preliminary support for free-threaded CPython 3.13
  * New more-accessible color cycle
  * Dark-mode diverging colormaps
  * Exception handling control
  * InsetIndicator artist
  * FillBetweenPolyCollection
  * Fill between 3D lines
  * Data in 3D plots can now be dynamically clipped to the axes 
    view limits
  * Rotating 3d plots with the mouse
  * Increased Figure limits with Agg renderer
  * Subfigures no longer provisional
  * Subfigures are now added in row-major order
  * Improve compatibility with pytest 8.2.0

OBS-URL: https://build.opensuse.org/request/show/1242793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=106
This commit is contained in:
2025-02-05 15:58:28 +00:00
committed by Git OBS Bridge
parent a63143ec4b
commit 6e2cc37ecb
4 changed files with 24 additions and 5 deletions

3
matplotlib-3.10.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b886d02a581b96704c9d1ffe55709e49b4d2d52709ccebc4be42db856e511278
size 36686418

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 3 11:21:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 3.10.0
* Preliminary support for free-threaded CPython 3.13
* New more-accessible color cycle
* Dark-mode diverging colormaps
* Exception handling control
* InsetIndicator artist
* FillBetweenPolyCollection
* Fill between 3D lines
* Data in 3D plots can now be dynamically clipped to the axes
view limits
* Rotating 3d plots with the mouse
* Increased Figure limits with Agg renderer
* Subfigures no longer provisional
* Subfigures are now added in row-major order
* Improve compatibility with pytest 8.2.0
-------------------------------------------------------------------
Thu Oct 24 19:04:27 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-matplotlib
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@ ExclusiveArch: x86_64 aarch64
%bcond_with ringdisabled
%{?sle15_python_module_pythons}
Name: python-matplotlib%{psuffix}
Version: 3.9.2
Version: 3.10.0
Release: 0
Summary: Plotting Library for Python
License: SUSE-Matplotlib