pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-graphviz



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 12 11:30:21 UTC 2025

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

Log Message:
py-graphviz: updated to 0.21

Version 0.21

Drop Python 3.8 support (end of life 7 Oct 2024).

Tag Python 3.13 support.

Add support for ``format='svg_inline'``, available since upstream Graphviz 10.0.1.
Produces header-less SVG suitable for inlining into HTML
(see https://www.graphviz.org/docs/outputs/svg/).

Switch project to ``pyproject.toml`` and build to ``python -m build``)
(https://build.pypa.io). This changes the source distribution formar fr


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/py-graphviz/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/py-graphviz/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-graphviz/Makefile
diff -u pkgsrc/graphics/py-graphviz/Makefile:1.23 pkgsrc/graphics/py-graphviz/Makefile:1.24
--- pkgsrc/graphics/py-graphviz/Makefile:1.23   Tue Apr 15 15:17:48 2025
+++ pkgsrc/graphics/py-graphviz/Makefile        Tue Aug 12 11:30:21 2025
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2025/04/15 15:17:48 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/08/12 11:30:21 adam Exp $
 
-DISTNAME=      graphviz-0.20.3
+DISTNAME=      graphviz-0.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/graphviz/}
-EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/xflr6/graphviz

Index: pkgsrc/graphics/py-graphviz/distinfo
diff -u pkgsrc/graphics/py-graphviz/distinfo:1.21 pkgsrc/graphics/py-graphviz/distinfo:1.22
--- pkgsrc/graphics/py-graphviz/distinfo:1.21   Sat Mar 23 16:34:07 2024
+++ pkgsrc/graphics/py-graphviz/distinfo        Tue Aug 12 11:30:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/03/23 16:34:07 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/08/12 11:30:21 adam Exp $
 
-BLAKE2s (graphviz-0.20.3.zip) = 3a260660b94b68a68397280b0ac34e1abd547c69b7e1b2e7e74966f78cd26a69
-SHA512 (graphviz-0.20.3.zip) = 2071fdd699bfe3918260489c9cc8014b248059196d573acd2a3a666b1c8b5fce0b0592484955ee9ada32e540517ab1951595ad932a75c4d120fc6ec117f66d60
-Size (graphviz-0.20.3.zip) = 256455 bytes
+BLAKE2s (graphviz-0.21.tar.gz) = 7e26c54fa45014a6552a0bc88a65b29795c03d3c870e14fd196e33ed461e77fd
+SHA512 (graphviz-0.21.tar.gz) = 907c7c6a2f296394cb274203b647a8ea8f6ab4b0faf355f0b40da21cde1c36fcbce953535ddc0cfc84cf68aec4d2ff3a08b20fc7cde4abdefda743e067eacbda
+Size (graphviz-0.21.tar.gz) = 200434 bytes



Home | Main Index | Thread Index | Old Index