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: Thu Feb 27 21:21:02 UTC 2025
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile PLIST distinfo
Log Message:
py-matplotlib: updated to 3.10.1
3.10.1
This is the first bugfix release of the 3.10.x series.
This release contains several bug-fixes and adjustments:
Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
Remove md5 usage to prevent issues on FIPS enabled systems
Fix pyplot.matshow figure handling
Fix modifying Axes' position also alters the original Bbox object used for initialization
Fix title position for polar plots
Add version gate to GTK4 calls when necessary
Raise warning if both c and facecolors are used in scatter plot
As well as several documentation improvements and corrections.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/py-matplotlib/PLIST
cvs rdiff -u -r1.68 -r1.69 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.104 pkgsrc/graphics/py-matplotlib/Makefile:1.105
--- pkgsrc/graphics/py-matplotlib/Makefile:1.104 Sun Jan 5 20:49:25 2025
+++ pkgsrc/graphics/py-matplotlib/Makefile Thu Feb 27 21:21:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2025/01/05 20:49:25 adam Exp $
+# $NetBSD: Makefile,v 1.105 2025/02/27 21:21:02 adam Exp $
-DISTNAME= matplotlib-3.10.0
+DISTNAME= matplotlib-3.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
Index: pkgsrc/graphics/py-matplotlib/PLIST
diff -u pkgsrc/graphics/py-matplotlib/PLIST:1.39 pkgsrc/graphics/py-matplotlib/PLIST:1.40
--- pkgsrc/graphics/py-matplotlib/PLIST:1.39 Sun Jan 5 20:49:25 2025
+++ pkgsrc/graphics/py-matplotlib/PLIST Thu Feb 27 21:21:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2025/01/05 20:49:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.40 2025/02/27 21:21:02 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -2930,6 +2930,7 @@ ${PYSITELIB}/matplotlib/tests/baseline_i
${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_wedge.pdf
${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_wedge.png
${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_theta_wedge.svg
+${PYSITELIB}/matplotlib/tests/baseline_images/test_polar/polar_title_position.png
${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/barbs_pivot_test_image.png
${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/barbs_test_flip.png
${PYSITELIB}/matplotlib/tests/baseline_images/test_quiver/barbs_test_image.png
@@ -3250,6 +3251,7 @@ ${PYSITELIB}/matplotlib/tests/test_grids
${PYSITELIB}/matplotlib/tests/test_image.py
${PYSITELIB}/matplotlib/tests/test_image.pyc
${PYSITELIB}/matplotlib/tests/test_image.pyo
+${PYSITELIB}/matplotlib/tests/test_inline_01.ipynb
${PYSITELIB}/matplotlib/tests/test_legend.py
${PYSITELIB}/matplotlib/tests/test_legend.pyc
${PYSITELIB}/matplotlib/tests/test_legend.pyo
Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.68 pkgsrc/graphics/py-matplotlib/distinfo:1.69
--- pkgsrc/graphics/py-matplotlib/distinfo:1.68 Sun Jan 5 20:49:25 2025
+++ pkgsrc/graphics/py-matplotlib/distinfo Thu Feb 27 21:21:02 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.68 2025/01/05 20:49:25 adam Exp $
+$NetBSD: distinfo,v 1.69 2025/02/27 21:21:02 adam Exp $
-BLAKE2s (matplotlib-3.10.0.tar.gz) = 61b95fd95aa0152c800c27b687eb85d64b297ce3af73839677e0bd4dc22e04e3
-SHA512 (matplotlib-3.10.0.tar.gz) = 31a71640ef9cbc8cae928156c70119a0bdc1a8c44c8dc5af5333f5484525dd6a375e6f263d739ad3422b0e35d474f7742e08c71c40df0f1f71b526e21adc17e1
-Size (matplotlib-3.10.0.tar.gz) = 36686418 bytes
+BLAKE2s (matplotlib-3.10.1.tar.gz) = 812f8acbea952cf87fd04f7ec82fb37becef455a7b2ef0247794d4bb9d12be5d
+SHA512 (matplotlib-3.10.1.tar.gz) = 1b52a421e61ca0a295d7b1d2bbe9bdcb1dd58f6c750b21d95e263547b20a17d58aadcc86f97ae0fdff9151d3c2f75a6c5419a35b258b698d777f42de7b598c4e
+Size (matplotlib-3.10.1.tar.gz) = 36743335 bytes
SHA1 (patch-src_meson.build) = 93a4e88c2e8ea1b8643630896857b41c939e7888
Home |
Main Index |
Thread Index |
Old Index