Package: matplotlib / 3.10.1+dfsg1-4

Metadata

Package Version Patches format
matplotlib 3.10.1+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20_matplotlibrc_path_search_fix.patch | (download)

lib/matplotlib/__init__.py | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fixes the path to search for matplotlibrc file

70_bts720549_try_StayPuft_for_xkcd.patch | (download)

lib/matplotlib/pyplot.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 try to use also staypuft (a free font) for xkcd

0008 Increase test tollerance.patch | (download)

lib/matplotlib/testing/decorators.py | 2 1 + 1 - 0 !
lib/matplotlib/tests/test_mathtext.py | 4 2 + 2 - 0 !
lib/matplotlib/tests/test_patheffects.py | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 increase test tollerance

Patch taken from Fedora packaging:
http://pkgs.fedoraproject.org/cgit/rpms/python-matplotlib.git/plain/python-matplotlib-increase-tests-tolerance.patch

0010 disable intersphinx.patch | (download)

doc/conf.py | 13 0 + 13 - 0 !
1 file changed, 13 deletions(-)

 disable intersphinx


0012 dont generate a test failure if images are not close.patch | (download)

lib/matplotlib/testing/decorators.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 dont generate a test failure if images are not close to baseline


0014 py3k sphinx.patch | (download)

doc/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0015 disable sphinx W.patch | (download)

doc/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0016 numpy2 units fail.patch | (download)

galleries/examples/units/radian_demo.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
manage_docs.patch | (download)

doc/api/toolkits/mplot3d/axes3d.rst | 101 0 + 101 - 0 !
doc/conf.py | 9 5 + 4 - 0 !
galleries/tutorials/README.rst | 6 6 + 0 - 0 !
galleries/users_explain/README.rst | 5 5 + 0 - 0 !
4 files changed, 16 insertions(+), 105 deletions(-)

---
fix test_compressed_suptitle.patch | (download)

lib/matplotlib/tests/test_constrainedlayout.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
drop sphinx unpackaged exts.patch | (download)

doc/conf.py | 20 0 + 20 - 0 !
1 file changed, 20 deletions(-)

---
do not install pfb.patch | (download)

lib/matplotlib/tests/meson.build | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
fix auto backend case sensitivity.patch | (download)

lib/matplotlib/pyplot.py | 15 9 + 6 - 0 !
1 file changed, 9 insertions(+), 6 deletions(-)

 [patch] fix: pyplot auto-backend detection case-sensitivity fixup


fix gi import empty module.patch | (download)

lib/matplotlib/backends/backend_gtk3.py | 3 3 + 0 - 0 !
lib/matplotlib/backends/backend_gtk4.py | 3 3 + 0 - 0 !
2 files changed, 6 insertions(+)

 raise import error if pygobject module is empty
 .
 When GI overrides are installed, the dist-packages/gi directory is
 non-empty, and this allows Python3 to import the module.  This can
 happen when Debian packages other than python3-gi are installed.
 .
 Detect an empty __file__ attribute on the imported module to check
 whether it is genuinely the expected GObject Python module.
 .
 Credit to Francesco Ballarin for the test condition in #1101565.

Bug: http://bugs.debian.org/1101565

fix doc build basic units.patch | (download)

galleries/examples/units/basic_units.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add check if self.value if iterable in basic_units example