pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-matplotlib-venn
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 2 07:30:16 UTC 2024
Modified Files:
pkgsrc/graphics/py-matplotlib-venn: Makefile PLIST distinfo
Log Message:
py-matplotlib-venn: updated to 1.1.1
Version 1.1.1
- Removed cost_based.LayoutAlgorithmOptions (options are passed directly to the LayoutAlgorithm constructor instead).
Version 1.1.0
- Implemented a cost-based layout algorithm.
The implementation depends on shapely, which is added as an optional
dependency (package needs to be installed as matplotlib-venn[shapely] for
it to be included).
Thanks to https://github.com/paulbrodersen
- Added a set diagram to the README.
- Fixed doctests that started failing due to different numpy versions representing values differently.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-matplotlib-venn/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-matplotlib-venn/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-matplotlib-venn/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-venn/Makefile
diff -u pkgsrc/graphics/py-matplotlib-venn/Makefile:1.12 pkgsrc/graphics/py-matplotlib-venn/Makefile:1.13
--- pkgsrc/graphics/py-matplotlib-venn/Makefile:1.12 Wed Jul 31 18:20:18 2024
+++ pkgsrc/graphics/py-matplotlib-venn/Makefile Fri Aug 2 07:30:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/07/31 18:20:18 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/08/02 07:30:16 adam Exp $
-DISTNAME= matplotlib-venn-1.0.0
+DISTNAME= matplotlib-venn-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib-venn/}
Index: pkgsrc/graphics/py-matplotlib-venn/PLIST
diff -u pkgsrc/graphics/py-matplotlib-venn/PLIST:1.4 pkgsrc/graphics/py-matplotlib-venn/PLIST:1.5
--- pkgsrc/graphics/py-matplotlib-venn/PLIST:1.4 Wed Jul 31 18:20:18 2024
+++ pkgsrc/graphics/py-matplotlib-venn/PLIST Fri Aug 2 07:30:16 2024
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2024/07/31 18:20:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/08/02 07:30:16 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -43,6 +44,9 @@ ${PYSITELIB}/matplotlib_venn/layout/venn
${PYSITELIB}/matplotlib_venn/layout/venn3/__init__.py
${PYSITELIB}/matplotlib_venn/layout/venn3/__init__.pyc
${PYSITELIB}/matplotlib_venn/layout/venn3/__init__.pyo
+${PYSITELIB}/matplotlib_venn/layout/venn3/cost_based.py
+${PYSITELIB}/matplotlib_venn/layout/venn3/cost_based.pyc
+${PYSITELIB}/matplotlib_venn/layout/venn3/cost_based.pyo
${PYSITELIB}/matplotlib_venn/layout/venn3/pairwise.py
${PYSITELIB}/matplotlib_venn/layout/venn3/pairwise.pyc
${PYSITELIB}/matplotlib_venn/layout/venn3/pairwise.pyo
Index: pkgsrc/graphics/py-matplotlib-venn/distinfo
diff -u pkgsrc/graphics/py-matplotlib-venn/distinfo:1.8 pkgsrc/graphics/py-matplotlib-venn/distinfo:1.9
--- pkgsrc/graphics/py-matplotlib-venn/distinfo:1.8 Wed Jul 31 18:20:18 2024
+++ pkgsrc/graphics/py-matplotlib-venn/distinfo Fri Aug 2 07:30:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/07/31 18:20:18 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/08/02 07:30:16 adam Exp $
-BLAKE2s (matplotlib-venn-1.0.0.tar.gz) = 536b3a87c6c8ab2fcb3037565efd79c448171ab5084ee59709c478707725f5f5
-SHA512 (matplotlib-venn-1.0.0.tar.gz) = be1cfda5fa7bc8fca5af386020bf57422a78ebce9ab5ce327ed5c3db36a90301d2d553cdaa4abf9881a926a6311d859da8a737b715987012db258dd49fff8fc1
-Size (matplotlib-venn-1.0.0.tar.gz) = 34240 bytes
+BLAKE2s (matplotlib-venn-1.1.1.tar.gz) = 2dcebb4f3e73d0ea8ad5a9b4332e658637ca1887c27c6c19cf3ef433183e7082
+SHA512 (matplotlib-venn-1.1.1.tar.gz) = 78f2bdc2ceddb7e766ba3688bd1bd4f2e6ec53bda93fd4565b3f7d206d5b3a3a18149b2d8a5c2303df5d053b1401ef2c52b6554f36d8c5c03ed31f893293ada1
+Size (matplotlib-venn-1.1.1.tar.gz) = 40280 bytes
Home |
Main Index |
Thread Index |
Old Index