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:   adam
Date:           Tue Aug 13 07:12:39 UTC 2024

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

Log Message:
py-matplotlib: updated to 3.9.2

3.9.2

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

This release contains several bug-fixes and adjustments:

Be more resilient to I/O failures when writing font cache
Fix nondeterministic behavior with subplot spacing and constrained layout
Fix sticky edge tolerance relative to data range
Improve formatting of image values in cases of singular norms


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/py-matplotlib/PLIST
cvs rdiff -u -r1.65 -r1.66 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.98 pkgsrc/graphics/py-matplotlib/Makefile:1.99
--- pkgsrc/graphics/py-matplotlib/Makefile:1.98 Sun Aug 11 14:54:52 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile      Tue Aug 13 07:12:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2024/08/11 14:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2024/08/13 07:12:39 adam Exp $
 
-DISTNAME=      matplotlib-3.9.1.post1
+DISTNAME=      matplotlib-3.9.2
 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.36 pkgsrc/graphics/py-matplotlib/PLIST:1.37
--- pkgsrc/graphics/py-matplotlib/PLIST:1.36    Mon Jul  8 05:51:15 2024
+++ pkgsrc/graphics/py-matplotlib/PLIST Tue Aug 13 07:12:39 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2024/07/08 05:51:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.37 2024/08/13 07:12:39 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -1018,6 +1018,7 @@ ${PYSITELIB}/matplotlib/tests/baseline_i
 ${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/sticky_tolerance_cf.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.65 pkgsrc/graphics/py-matplotlib/distinfo:1.66
--- pkgsrc/graphics/py-matplotlib/distinfo:1.65 Sun Aug 11 07:03:21 2024
+++ pkgsrc/graphics/py-matplotlib/distinfo      Tue Aug 13 07:12:39 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2024/08/11 07:03:21 wiz Exp $
+$NetBSD: distinfo,v 1.66 2024/08/13 07:12:39 adam Exp $
 
-BLAKE2s (matplotlib-3.9.1.post1.tar.gz) = 777d2cb59f1ff1c0857f26fd14e751ad27eacbc074ab82fbcad9966667639c6c
-SHA512 (matplotlib-3.9.1.post1.tar.gz) = f48e6d5a849fae6592009a93d532e8abd3ec960f4c33435e949d528664f3f7cbe1fc80fe3649f436e4db68ce3482edbdc7d996a02d44608d9dfb47c0ae96e34d
-Size (matplotlib-3.9.1.post1.tar.gz) = 36086838 bytes
+BLAKE2s (matplotlib-3.9.2.tar.gz) = 1ea2abf2beb53ca155ee410c5dbdacf1c307d46f91c8a9101f00a27e78dd9911
+SHA512 (matplotlib-3.9.2.tar.gz) = 4b7437eeb085915a90db64600d0e6c59501ea1513d07b8298a159a763461ef6947a0cb332dcde1a5f0996840320ca7dd1d972d7514ff6f87b036fc631e79885f
+Size (matplotlib-3.9.2.tar.gz) = 36088381 bytes
 SHA1 (patch-src_meson.build) = 93a4e88c2e8ea1b8643630896857b41c939e7888



Home | Main Index | Thread Index | Old Index