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 11 07:03:21 UTC 2024

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

Log Message:
py-matplotlib: update to 3.9.1.post1.

Wheel fixes for Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.64 -r1.65 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.96 pkgsrc/graphics/py-matplotlib/Makefile:1.97
--- pkgsrc/graphics/py-matplotlib/Makefile:1.96 Mon Jul  8 05:51:15 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Aug 11 07:03:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2024/07/08 05:51:15 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2024/08/11 07:03:21 wiz Exp $
 
-DISTNAME=      matplotlib-3.9.1
+DISTNAME=      matplotlib-3.9.1.post1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -53,6 +53,11 @@ DEPENDS+=    ${PYPKGPREFIX}-importlib-resou
 # possible additional test dependencies to pass more tests include
 # pikepdf, tex, qt, ghostscript, ...
 # py-test command line comes from https://github.com/matplotlib/matplotlib/issues/28260
+
+# as of 3.9.1.post1:
+# tests/test_triangulation.py ...................F...........Fatal Python error: Segmentation fault
+# backtrace:
+# #2  _mm512_loadu_si512 (__P=0x76a6b95e2ec4) at /usr/include/gcc-12/avx512fintrin.h:6501
 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.64 pkgsrc/graphics/py-matplotlib/distinfo:1.65
--- pkgsrc/graphics/py-matplotlib/distinfo:1.64 Mon Jul  8 05:51:15 2024
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Aug 11 07:03:21 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.64 2024/07/08 05:51:15 wiz Exp $
+$NetBSD: distinfo,v 1.65 2024/08/11 07:03:21 wiz Exp $
 
-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
+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
 SHA1 (patch-src_meson.build) = 93a4e88c2e8ea1b8643630896857b41c939e7888



Home | Main Index | Thread Index | Old Index