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 Apr  7 11:44:57 UTC 2024

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

Log Message:
py-matplotlib: update to 3.8.4.

This is the fourth micro release of the 3.8 series.

Highlights of the 3.8.4 release include:

    Enable building against numpy 2.0; released wheels are built against numpy 2
    macosx: Clean up single-shot timers correctly
    Add a draw during show for macos backend
    Fix color sequence data for Set2 and Set3
    gtk: Ensure pending draws are done before GTK draw
    Update "Created with" url in hand.svg
    Avoid modifying user input to Axes.bar
    fix quiver3d incorrect arrow colors


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.61 -r1.62 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.93 pkgsrc/graphics/py-matplotlib/Makefile:1.94
--- pkgsrc/graphics/py-matplotlib/Makefile:1.93 Mon Feb 19 12:52:23 2024
+++ pkgsrc/graphics/py-matplotlib/Makefile      Sun Apr  7 11:44:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2024/02/19 12:52:23 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2024/04/07 11:44:57 wiz Exp $
 
-DISTNAME=      matplotlib-3.8.3
+DISTNAME=      matplotlib-3.8.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.61 pkgsrc/graphics/py-matplotlib/distinfo:1.62
--- pkgsrc/graphics/py-matplotlib/distinfo:1.61 Mon Feb 19 12:52:23 2024
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Apr  7 11:44:57 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2024/02/19 12:52:23 wiz Exp $
+$NetBSD: distinfo,v 1.62 2024/04/07 11:44:57 wiz Exp $
 
-BLAKE2s (matplotlib-3.8.3.tar.gz) = 03f7bb31f5c162a371ad76d25e52dc048d8b0db1d6b911e479609f5da1e2ccf4
-SHA512 (matplotlib-3.8.3.tar.gz) = 457d1d62b76752938a24780c697461949de00d779df55df122d789f9ebef154edda037f2a804241880a0b442c5fa8139b8ab13054898b8e08fd17a56bdc23312
-Size (matplotlib-3.8.3.tar.gz) = 35879872 bytes
+BLAKE2s (matplotlib-3.8.4.tar.gz) = 84049d6599e15aa394f42722f327c470736e1dc55ee5f5eb215bd72ba30f2d6a
+SHA512 (matplotlib-3.8.4.tar.gz) = d4c6a5b3484927dbae1b1203e9984b67d08c958c4a5136abaa805f1eb221146fb1211e5f20456e281d41fc09c94917a796ffacfdb185c58eeeb6d19e60c78b1a
+Size (matplotlib-3.8.4.tar.gz) = 35934425 bytes
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d



Home | Main Index | Thread Index | Old Index