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:           Sun Feb  7 15:31:44 UTC 2021

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

Log Message:
py-matplotlib: updated to 3.3.4

v3.3.4:

This release contains several critical bug-fixes:

Fix WebAgg initialization.
Fix parsing QT_API setting with mixed case.
Fix build with link-time optimization disabled in environment.
Fix test compatibility with NumPy 1.20.
Fix test compatibility with pytest 6.2.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.41 -r1.42 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.65 pkgsrc/graphics/py-matplotlib/Makefile:1.66
--- pkgsrc/graphics/py-matplotlib/Makefile:1.65 Sat Jan 23 23:23:09 2021
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Feb  7 15:31:44 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2021/01/23 23:23:09 gdt Exp $
+# $NetBSD: Makefile,v 1.66 2021/02/07 15:31:44 adam Exp $
 
-DISTNAME=      matplotlib-3.3.3
+DISTNAME=      matplotlib-3.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
 
@@ -33,5 +32,4 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../math/qhull/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.41 pkgsrc/graphics/py-matplotlib/distinfo:1.42
--- pkgsrc/graphics/py-matplotlib/distinfo:1.41 Sun Jan 24 07:39:36 2021
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Feb  7 15:31:44 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2021/01/24 07:39:36 ryoon Exp $
+$NetBSD: distinfo,v 1.42 2021/02/07 15:31:44 adam Exp $
 
-SHA1 (matplotlib-3.3.3.tar.gz) = 80e933178fd722863a9b6fea0388a578696c2e8a
-RMD160 (matplotlib-3.3.3.tar.gz) = 7f1ed8f08766f60f1809c964c486536e3ef49683
-SHA512 (matplotlib-3.3.3.tar.gz) = 36b482a6c36ee08c47f3c02c160289bbdec8746d4d246084723bd3e1fd632c6383f6db58c950a9773a6993d10f24dacd870a91faafc34864616288cd05b6232c
-Size (matplotlib-3.3.3.tar.gz) = 37944403 bytes
+SHA1 (matplotlib-3.3.4.tar.gz) = a26c32c19f39d88ad6ae67e774b677c075a36eac
+RMD160 (matplotlib-3.3.4.tar.gz) = 3d579c5c5f8734d7199be8880dfac4eec4248e89
+SHA512 (matplotlib-3.3.4.tar.gz) = aadfe3db4edde9940b9e15daf1b6c5f237d3a6f38610956ceee994f919d711fce818ea12be4db18aa2a8638c4e8f434d79541fecaa7233e233bf4c73792bc4c4
+Size (matplotlib-3.3.4.tar.gz) = 37941665 bytes
 SHA1 (patch-setup.cfg) = 11dd8b9dd84005c8b195d86f0ccd5ff58502edf4
 SHA1 (patch-setupext.py) = eec84046e5cb4d9eebb838eb53d9fecd8485f443



Home | Main Index | Thread Index | Old Index