10
0
forked from pool/python-mpld3

Compare commits

2 Commits

Author SHA256 Message Date
e57ca328b9 Accepting request 1318334 from devel:languages:python:numeric
- update to 0.5.12:
  * use raw strings in re functions
  * prevent id() collisions if memory addresses are reused
  * Avoid double-applying alpha to path colors
  * delete extraneous files

- update to 0.5.10:

OBS-URL: https://build.opensuse.org/request/show/1318334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mpld3?expand=0&rev=7
2025-11-18 14:39:28 +00:00
5996d3a582 - update to 0.5.12:
* use raw strings in re functions
  * prevent id() collisions if memory addresses are reused
  * Avoid double-applying alpha to path colors
  * delete extraneous files
- update to 0.5.10:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-mpld3?expand=0&rev=14
2025-11-17 21:25:53 +00:00
4 changed files with 15 additions and 6 deletions

View File

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

3
mpld3-0.5.12.tar.gz Normal file
View File

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

View File

@@ -1,7 +1,16 @@
-------------------------------------------------------------------
Mon Nov 17 21:24:56 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.12:
* use raw strings in re functions
* prevent id() collisions if memory addresses are reused
* Avoid double-applying alpha to path colors
* delete extraneous files
-------------------------------------------------------------------
Mon Mar 25 17:36:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.19:
- update to 0.5.10:
* Avoid MPL API removals
* allow old and new dasharray
* new maintainer

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mpld3
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-mpld3
Version: 0.5.10
Version: 0.5.12
Release: 0
Summary: D3 Viewer for Matplotlib
License: BSD-3-Clause