pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib py-matplotlib: updated to 3.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f94f50e043c6
branches:  trunk
changeset: 411694:f94f50e043c6
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 18 16:51:51 2020 +0000

description:
py-matplotlib: updated to 3.1.3

REL: v3.1.3
This is the final planned release of the 3.1.x series.

This release contains several critical bug-fixes:
- suppress a warning with Pandas 1.0
- support pillow >= 7
- support dateutils >= 2.8.1
- prevent an infinite recursion
- do not clobber non-python registered signal handler
- fix path intersection computation with 0 length segments
- fix performance regression in draw_idle
- several minor bugs

diffstat:

 graphics/py-matplotlib/Makefile |   6 +++---
 graphics/py-matplotlib/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r b6f9e2c7bbfb -r f94f50e043c6 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Tue Feb 18 16:50:43 2020 +0000
+++ b/graphics/py-matplotlib/Makefile   Tue Feb 18 16:51:51 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2019/12/11 20:29:51 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/02/18 16:51:51 adam Exp $
 
-DISTNAME=      matplotlib-3.1.2
+DISTNAME=      matplotlib-3.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -25,9 +25,9 @@
 
 PYSETUPTESTTARGET=     pytest
 
-.include "../../lang/python/egg.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b6f9e2c7bbfb -r f94f50e043c6 graphics/py-matplotlib/distinfo
--- a/graphics/py-matplotlib/distinfo   Tue Feb 18 16:50:43 2020 +0000
+++ b/graphics/py-matplotlib/distinfo   Tue Feb 18 16:51:51 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2019/12/11 20:29:51 adam Exp $
+$NetBSD: distinfo,v 1.35 2020/02/18 16:51:51 adam Exp $
 
-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
+SHA1 (matplotlib-3.1.3.tar.gz) = 2ab87642f34594c3db1c03f89be0c431bf60de35
+RMD160 (matplotlib-3.1.3.tar.gz) = 313d5bd71a1cdf3c2fa1b616aada55ed1ffceb0a
+SHA512 (matplotlib-3.1.3.tar.gz) = ba977468fda64f75e4394d253714e51b4a68f2c71630b296d9ff2ecaf2543152e0c4cb1f0196367c3f481b030ac17e161d953358ab041a0417671c150df53ddb
+Size (matplotlib-3.1.3.tar.gz) = 40923864 bytes



Home | Main Index | Thread Index | Old Index