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:           Wed Dec 11 20:29:51 UTC 2019

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

Log Message:
py-matplotlib: updated to 3.1.2

v3.1.2:
- fix regresion of incorrect limits for y-axis in imshow
- fix integer indexed pandas series
- fix ScalarFormatter formatting of masked values
- webagg and nbagg no longer incorrectly fallback to agg when $DISPLAY is not set
- several fixes for Qt5 backend
- other bugfixes and documentation fixes


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.33 -r1.34 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.55 pkgsrc/graphics/py-matplotlib/Makefile:1.56
--- pkgsrc/graphics/py-matplotlib/Makefile:1.55 Wed Jul  3 18:18:44 2019
+++ pkgsrc/graphics/py-matplotlib/Makefile      Wed Dec 11 20:29:51 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2019/07/03 18:18:44 adam Exp $
+# $NetBSD: Makefile,v 1.56 2019/12/11 20:29:51 adam Exp $
 
-DISTNAME=      matplotlib-3.1.1
+DISTNAME=      matplotlib-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -18,8 +18,8 @@ DEPENDS+=     ${PYPKGPREFIX}-kiwisolver>=1.0
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.2.0:../../devel/py-pyparsing
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-USE_LANGUAGES=         c c++
-USE_TOOLS+=            pkg-config
+USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.33 pkgsrc/graphics/py-matplotlib/distinfo:1.34
--- pkgsrc/graphics/py-matplotlib/distinfo:1.33 Wed Jul  3 18:18:44 2019
+++ pkgsrc/graphics/py-matplotlib/distinfo      Wed Dec 11 20:29:51 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2019/07/03 18:18:44 adam Exp $
+$NetBSD: distinfo,v 1.34 2019/12/11 20:29:51 adam Exp $
 
-SHA1 (matplotlib-3.1.1.tar.gz) = 4711bb20e55a17db194e3013a81f6a1207137170
-RMD160 (matplotlib-3.1.1.tar.gz) = af7de250fbfe2ca051d31d7886b14d62396880ce
-SHA512 (matplotlib-3.1.1.tar.gz) = d44729028b91523c7ed2659e7ce7e9c2022ff322c3804e1ca16c9f64038f21d63ebf74a4da4239605cfb9c65729bf519360ac7f2a25dc70daa6fdcfa9c610c31
-Size (matplotlib-3.1.1.tar.gz) = 37793603 bytes
+SHA1 (matplotlib-3.1.2.tar.gz) = 35b1bb3be70e16c68766e4d1c4e8edd38b1efc7c
+RMD160 (matplotlib-3.1.2.tar.gz) = 6ee1b9c71753cf81128b5994796f0f3db98f1299
+SHA512 (matplotlib-3.1.2.tar.gz) = 2eff3c0525d01824ed758a87f50a3f6094767b580fca1eae4e9dbc2cc972af3d0cc3ac9615e576c5685e8bfc1ec90754bc826635f4f2a919d0b26bbb686cccab
+Size (matplotlib-3.1.2.tar.gz) = 40909582 bytes



Home | Main Index | Thread Index | Old Index