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 filePatch | File delta | Description |
---|---|---|
20_matplotlibrc_path_search_fix.patch | (download) |
lib/matplotlib/__init__.py |
8 6 + 2 - 0 ! |
fixes the path to search for matplotlibrc file |
70_bts720549_try_StayPuft_for_xkcd.patch | (download) |
lib/matplotlib/pyplot.py |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
disable intersphinx |
0012 dont generate a test failure if images are not close.patch | (download) |
lib/matplotlib/testing/decorators.py |
2 1 + 1 - 0 ! |
dont generate a test failure if images are not close to baseline |
0014 py3k sphinx.patch | (download) |
doc/Makefile |
2 1 + 1 - 0 ! |
--- |
0015 disable sphinx W.patch | (download) |
doc/Makefile |
2 1 + 1 - 0 ! |
--- |
0016 numpy2 units fail.patch | (download) |
galleries/examples/units/radian_demo.py |
2 1 + 1 - 0 ! |
--- |
manage_docs.patch | (download) |
doc/api/toolkits/mplot3d/axes3d.rst |
101 0 + 101 - 0 ! |
--- |
fix test_compressed_suptitle.patch | (download) |
lib/matplotlib/tests/test_constrainedlayout.py |
2 1 + 1 - 0 ! |
--- |
drop sphinx unpackaged exts.patch | (download) |
doc/conf.py |
20 0 + 20 - 0 ! |
--- |
do not install pfb.patch | (download) |
lib/matplotlib/tests/meson.build |
2 0 + 2 - 0 ! |
--- |
fix auto backend case sensitivity.patch | (download) |
lib/matplotlib/pyplot.py |
15 9 + 6 - 0 ! |
[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 ! |
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 ! |
add check if self.value if iterable in basic_units example |