pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  8 05:51:15 UTC 2024

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile PLIST distinfo

Log Message:
py-matplotlib: update to 3.9.1.

This is the first bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

    Add GitHub artifact attestations for sdist and wheels
    Re-add matplotlib.cm.get_cmap; note this function will still be removed at a later date
    Allow duplicate backend entry points
    Fix Axes autoscaling of thin bars at large locations
    Fix Axes autoscaling with axhspan / axvspan
    Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
    Fix Axes3D mouse interactivity with non-default roll angle
    Fix box aspect ratios in Axes3D with alternate vertical axis
    Fix case handling of backends specified as module://...
    Fix crash with TkAgg on Windows with tk.window_focus: True
    Fix interactive update of SubFigures
    Fix interactivity when using the IPython console
    Fix pickling of AxesWidgets and SubFigures
    Fix scaling on GTK3Cairo / GTK4Cairo backends
    Fix text wrapping within SubFigures
    Promote mpltype Sphinx role to a public extension; note this is only intended for development reasons


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/py-matplotlib/PLIST
cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/py-matplotlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.95 pkgsrc/graphics/py-matplotlib/Makefile:1.96
--- pkgsrc/graphics/py-matplotlib/Makefile:1.95 Thu Jun  6 19:11:59 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile      Mon Jul  8 05:51:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2024/06/06 19:11:59 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2024/07/08 05:51:15 wiz Exp $
 
-DISTNAME=      matplotlib-3.9.0
+DISTNAME=      matplotlib-3.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}

Index: pkgsrc/graphics/py-matplotlib/PLIST
diff -u pkgsrc/graphics/py-matplotlib/PLIST:1.35 pkgsrc/graphics/py-matplotlib/PLIST:1.36
--- pkgsrc/graphics/py-matplotlib/PLIST:1.35    Thu Jun  6 19:11:59 2024
+++ pkgsrc/graphics/py-matplotlib/PLIST Mon Jul  8 05:51:15 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2024/06/06 19:11:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2024/07/08 05:51:15 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -614,6 +614,9 @@ ${PYSITELIB}/matplotlib/sphinxext/mathmp
 ${PYSITELIB}/matplotlib/sphinxext/plot_directive.py
 ${PYSITELIB}/matplotlib/sphinxext/plot_directive.pyc
 ${PYSITELIB}/matplotlib/sphinxext/plot_directive.pyo
+${PYSITELIB}/matplotlib/sphinxext/roles.py
+${PYSITELIB}/matplotlib/sphinxext/roles.pyc
+${PYSITELIB}/matplotlib/sphinxext/roles.pyo
 ${PYSITELIB}/matplotlib/spines.py
 ${PYSITELIB}/matplotlib/spines.pyc
 ${PYSITELIB}/matplotlib/spines.pyi
@@ -1014,6 +1017,7 @@ ${PYSITELIB}/matplotlib/tests/baseline_i
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/step_linestyle.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/step_linestyle.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/step_linestyle.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/sticky_tolerance.png
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/symlog2.pdf
 ${PYSITELIB}/matplotlib/tests/baseline_images/test_axes/test_alpha.pdf

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.63 pkgsrc/graphics/py-matplotlib/distinfo:1.64
--- pkgsrc/graphics/py-matplotlib/distinfo:1.63 Thu Jun  6 19:11:59 2024
+++ pkgsrc/graphics/py-matplotlib/distinfo      Mon Jul  8 05:51:15 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2024/06/06 19:11:59 wiz Exp $
+$NetBSD: distinfo,v 1.64 2024/07/08 05:51:15 wiz Exp $
 
-BLAKE2s (matplotlib-3.9.0.tar.gz) = ada078c22ea67620ede2f45bc612ded726d7a2bb4a8817d71e64b93f9ebf98a1
-SHA512 (matplotlib-3.9.0.tar.gz) = 135ee2f97c26cb60479cc10bf8a833384c393993d8a905ab869f4c73b91a50ffa596f84ce349af7f1a0b08a21e1906394cf6a702bb567a9c3999d40f54974326
-Size (matplotlib-3.9.0.tar.gz) = 36069890 bytes
+BLAKE2s (matplotlib-3.9.1.tar.gz) = 5b2940e9caef3dd010ee84f858a5ab0a511b9d92d8a5cdcf1e3fcc6349ba505e
+SHA512 (matplotlib-3.9.1.tar.gz) = a1d48c42a5f4f04b57e34d25df842917e6380b8d6b6d1018c9b630cbbea4619b1d75729a218a6f52b63d4a61c2204bb26ad8f741566f84e41ca73190e419f672
+Size (matplotlib-3.9.1.tar.gz) = 36084124 bytes
 SHA1 (patch-src_meson.build) = 93a4e88c2e8ea1b8643630896857b41c939e7888



Home | Main Index | Thread Index | Old Index