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 Nov 19 15:56:25 UTC 2023

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

Log Message:
py-matplotlib: update to 3.8.2.

This is the second bugfix release of the 3.8 series.

Highlights of this release include:

    Fix a segfault in the MacOS backend when running on Python 3.12
    Fix Contour labeling manual positions selecting incorrect contours.
    Various documentation improvements


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.59 -r1.60 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.89 pkgsrc/graphics/py-matplotlib/Makefile:1.90
--- pkgsrc/graphics/py-matplotlib/Makefile:1.89 Sun Nov 12 13:22:13 2023
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Nov 19 15:56:25 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2023/11/12 13:22:13 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2023/11/19 15:56:25 wiz Exp $
 
-DISTNAME=      matplotlib-3.8.1
+DISTNAME=      matplotlib-3.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
 
@@ -24,13 +23,10 @@ DEPENDS+=   ${PYPKGPREFIX}-fonttools>=4.22
 DEPENDS+=      ${PYPKGPREFIX}-kiwisolver>=1.0.1:../../math/py-kiwisolver
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.3.1:../../devel/py-pyparsing
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../devel/py-pybind11/buildlink3.mk"

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.59 pkgsrc/graphics/py-matplotlib/distinfo:1.60
--- pkgsrc/graphics/py-matplotlib/distinfo:1.59 Wed Nov  1 09:26:07 2023
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Nov 19 15:56:25 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2023/11/01 09:26:07 adam Exp $
+$NetBSD: distinfo,v 1.60 2023/11/19 15:56:25 wiz Exp $
 
-BLAKE2s (matplotlib-3.8.1.tar.gz) = 5d4763c52947dd1bca70bda367b88b234f7079c82937cff96a60fbc987c65263
-SHA512 (matplotlib-3.8.1.tar.gz) = bb933361caba0f4ea590df56569edf4cb728f1daa1219f8793b5ae6ba591cb5d1600fdd1693b7c72a8bb70b0da696b05f1b6ddcabe93d723f29d8541fbf0372c
-Size (matplotlib-3.8.1.tar.gz) = 35868840 bytes
+BLAKE2s (matplotlib-3.8.2.tar.gz) = 8a07b524a15b664917035c897d837a9488bea6ea6e5de4d95c74f85d390624f0
+SHA512 (matplotlib-3.8.2.tar.gz) = 4336ca9799bb03fc2f885e35889ad1c62412f7d7b6aa8e284049f75d1166d2f6753c27cf827f0e7f0bb461d3707ccf63a3172ed82f26ec413c0a6578791f957b
+Size (matplotlib-3.8.2.tar.gz) = 35866957 bytes
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d



Home | Main Index | Thread Index | Old Index