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:           Sun Aug 31 10:19:58 UTC 2025

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

Log Message:
py-matplotlib: update to 3.10.6.

This is a bugfix release in the 3.10.x series.

Highlights from this release include:

- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.71 -r1.72 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.108 pkgsrc/graphics/py-matplotlib/Makefile:1.109
--- pkgsrc/graphics/py-matplotlib/Makefile:1.108        Sat Aug  2 09:38:20 2025
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Aug 31 10:19:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2025/08/02 09:38:20 adam Exp $
+# $NetBSD: Makefile,v 1.109 2025/08/31 10:19:58 wiz Exp $
 
-DISTNAME=      matplotlib-3.10.5
+DISTNAME=      matplotlib-3.10.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -42,8 +42,8 @@ PYTHON_FOR_BUILD_ONLY=        no
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310
 
-# as of 3.10.3
-# 906 failed, 7073 passed, 1599 skipped, 32 xfailed
+# as of 3.10.6
+# 906 failed, 7091 passed, 1603 skipped, 32 xfailed
 # possible additional test dependencies to pass more tests include
 # pandas, py-qt*, pikepdf, tex, qt, ghostscript, ...
 # py-test command line comes from https://github.com/matplotlib/matplotlib/issues/28260

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.71 pkgsrc/graphics/py-matplotlib/distinfo:1.72
--- pkgsrc/graphics/py-matplotlib/distinfo:1.71 Sat Aug  2 09:38:20 2025
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Aug 31 10:19:58 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.71 2025/08/02 09:38:20 adam Exp $
+$NetBSD: distinfo,v 1.72 2025/08/31 10:19:58 wiz Exp $
 
-BLAKE2s (matplotlib-3.10.5.tar.gz) = c2331438638490ffd492cdcec4363bd7e63fa201a4bfc00b8959b2436769ce2f
-SHA512 (matplotlib-3.10.5.tar.gz) = 761388d0aad410b80179b3bb97d63b6a99d71338a0eb8801702f4a38f4a1a0fdecd8fbb6401e664d2f30a0256f412167c7c102fc494664c1837495572ebf3caa
-Size (matplotlib-3.10.5.tar.gz) = 34804044 bytes
+BLAKE2s (matplotlib-3.10.6.tar.gz) = 8c2185ecf28b568f50f748d7273c68fd512cda4a0852efa4528cf52cf2a0a3f4
+SHA512 (matplotlib-3.10.6.tar.gz) = c12686d52229bbbd3c16fa5b1d633a7a6eec8e9bae58221554dc3d9595ceae05f985ebb3207425ad2e134e4dae671f590225b1d692b66c2099dd78da13cc6332
+Size (matplotlib-3.10.6.tar.gz) = 34804264 bytes
 SHA1 (patch-src_meson.build) = 93a4e88c2e8ea1b8643630896857b41c939e7888



Home | Main Index | Thread Index | Old Index