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 Sep 13 13:10:40 UTC 2026

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

Log Message:
py-matplotlib: update to 3.11.2.

This release contains several bug-fixes and adjustments:

    Speed up RGBA-stage image resampling
    Fix hexbin clipping in PDF output
    Fix \text with internal braces
    Fix some crashes and make some checks more robust to unlikely cases
    Fix frame skew when saving GIF animations with PillowWriter
    Fix HiDPI handling in Qt toolbar and WebAgg embeddings
    Fix ResizeEvent handling for TextBox
    Fix bug with PGF hatch linewidth and color
    Fix a bug with drawing an empty Collection
    Fix incorrect glyphs in Cairo backends
    Improve build system to prevent conflicts between wheels and system libraries


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.78 -r1.79 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.117 pkgsrc/graphics/py-matplotlib/Makefile:1.118
--- pkgsrc/graphics/py-matplotlib/Makefile:1.117        Wed Sep  2 19:02:52 2026
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Sep 13 13:10:40 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.117 2026/09/02 19:02:52 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2026/09/13 13:10:40 wiz Exp $
 
-DISTNAME=      matplotlib-3.11.1
+DISTNAME=      matplotlib-3.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
 
@@ -43,12 +42,10 @@ PYTHON_FOR_BUILD_ONLY=      no
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
-# 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
+# as of 3.11.2
+# 7 failed, 8453 passed, 1643 skipped, 28 xfailed
 
+# from https://github.com/matplotlib/matplotlib/issues/28260
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} -ra -m 'not network' --pyargs matplotlib
 

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.78 pkgsrc/graphics/py-matplotlib/distinfo:1.79
--- pkgsrc/graphics/py-matplotlib/distinfo:1.78 Wed Jul 22 08:29:29 2026
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Sep 13 13:10:40 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.78 2026/07/22 08:29:29 adam Exp $
+$NetBSD: distinfo,v 1.79 2026/09/13 13:10:40 wiz Exp $
 
-BLAKE2s (matplotlib-3.11.1.tar.gz) = 5dac0d240c49805ae818fa6d60c6f07c567bdbad27c351e22a772d128e551614
-SHA512 (matplotlib-3.11.1.tar.gz) = 9300ac294f151c478cc8fc38d94931d1431f4083adeac6061c78a100abbbaa8145cd826dab9275319ae91ddb617a4fa4cd2bff1320832941181f707b43ba872a
-Size (matplotlib-3.11.1.tar.gz) = 32612045 bytes
+BLAKE2s (matplotlib-3.11.2.tar.gz) = eb28a8706eb75625462237c7e99b534ea8bb895b7b26800d6d91f28193733dd7
+SHA512 (matplotlib-3.11.2.tar.gz) = 9957be4b7d9b3147ae8ac24f5a35c6b7d3c207f75a8fabe1c79e42bbebdf83a3ce7fdbbcd77a234b972c8e1c4e2f5f4043906e39b62afd0423cf770c91fa5f2b
+Size (matplotlib-3.11.2.tar.gz) = 32660610 bytes
 SHA1 (patch-src___image__wrapper.cpp) = 68f30c9c50a914219362fa421c0e479a79b31716
 SHA1 (patch-src_meson.build) = 93a4e88c2e8ea1b8643630896857b41c939e7888



Home | Main Index | Thread Index | Old Index