pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-altgraph



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 30 17:45:41 UTC 2017

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

Log Message:
0.14
Remove use of iteritems in altgraph.GraphAlgo code

0.13
Graph._bfs_subgraph and back_bfs_subgraph return subgraphs with reversed edges


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-altgraph/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-altgraph/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-altgraph/Makefile
diff -u pkgsrc/graphics/py-altgraph/Makefile:1.4 pkgsrc/graphics/py-altgraph/Makefile:1.5
--- pkgsrc/graphics/py-altgraph/Makefile:1.4    Wed Jun  8 17:43:33 2016
+++ pkgsrc/graphics/py-altgraph/Makefile        Sun Jul 30 17:45:41 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/07/30 17:45:41 adam Exp $
 
-DISTNAME=      altgraph-0.12
+DISTNAME=      altgraph-0.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/altgraph/}

Index: pkgsrc/graphics/py-altgraph/distinfo
diff -u pkgsrc/graphics/py-altgraph/distinfo:1.3 pkgsrc/graphics/py-altgraph/distinfo:1.4
--- pkgsrc/graphics/py-altgraph/distinfo:1.3    Tue Nov  3 21:34:16 2015
+++ pkgsrc/graphics/py-altgraph/distinfo        Sun Jul 30 17:45:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 21:34:16 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/07/30 17:45:41 adam Exp $
 
-SHA1 (altgraph-0.12.tar.gz) = 63b333e9cf3bd9c6977a386cb89e3f3ee66d9a83
-RMD160 (altgraph-0.12.tar.gz) = c37307bb4c724122b0c1b8dc31b42eb8f32b8b26
-SHA512 (altgraph-0.12.tar.gz) = ab894218f882594b50306bcd3d55d80574bbc373586c12d58e096a9c16cf2508b0333a77479548b95223a0b5681ad60cc098a3451d1e409e447219ee6681840e
-Size (altgraph-0.12.tar.gz) = 492343 bytes
+SHA1 (altgraph-0.14.tar.gz) = 76f9ab733437aa307044a85b0123f5e42071111b
+RMD160 (altgraph-0.14.tar.gz) = c7ddf668779944b1cd367dbc462432caf8ce37d9
+SHA512 (altgraph-0.14.tar.gz) = 93e4c4400723a298d7b8c1e70b3fe65c015eb6fab9bdf30c63f2a9d1489872247397bb39b289fc42eb49b017858745a7b5fca22d65526f0916d9ddc36dc1a66f
+Size (altgraph-0.14.tar.gz) = 588506 bytes



Home | Main Index | Thread Index | Old Index