pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Graph



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Oct  4 01:42:05 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Graph: Makefile distinfo

Log Message:
Update to 0.9732

Upstream changes:
0.9732 2024-09-02
- delete_vertex_by_id now deletes edges if vertex multiness to 0
- add filter_{vertic,edg}es
- {un,}directed_copy no longer use caching mechanism so can mutate copies

0.9731 2024-08-24
- add add_{edges,path}_by_id
- fix calling "new" on Graph::Undirected object
- make {,{un,}directed_}copy preserve multi{edg,vertex}ed
- add {un,}directed_copy_attributes

0.9730 2024-08-22
- add get_edge_attribute_all
- make SP_Dijkstra and SP_Bellman_Ford work with multiedged

0.9729 2024-06-28
- add is_planar (#31) - thanks @merkys

0.9728 2024-06-25
- add is_bipartite (#30) - thanks @merkys


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-Graph/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Graph/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Graph/Makefile
diff -u pkgsrc/devel/p5-Graph/Makefile:1.43 pkgsrc/devel/p5-Graph/Makefile:1.44
--- pkgsrc/devel/p5-Graph/Makefile:1.43 Sat Dec 16 12:08:47 2023
+++ pkgsrc/devel/p5-Graph/Makefile      Fri Oct  4 01:42:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/12/16 12:08:47 mef Exp $
+# $NetBSD: Makefile,v 1.44 2024/10/04 01:42:05 wen Exp $
 
-DISTNAME=      Graph-0.9727
+DISTNAME=      Graph-0.9732
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Graph/}

Index: pkgsrc/devel/p5-Graph/distinfo
diff -u pkgsrc/devel/p5-Graph/distinfo:1.19 pkgsrc/devel/p5-Graph/distinfo:1.20
--- pkgsrc/devel/p5-Graph/distinfo:1.19 Sat Dec 16 12:08:47 2023
+++ pkgsrc/devel/p5-Graph/distinfo      Fri Oct  4 01:42:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/12/16 12:08:47 mef Exp $
+$NetBSD: distinfo,v 1.20 2024/10/04 01:42:05 wen Exp $
 
-BLAKE2s (Graph-0.9727.tar.gz) = 48107537144ba60045ff70b23ede1ca9418081e6c8eebd1a4b884c7f79e30bce
-SHA512 (Graph-0.9727.tar.gz) = e5274aa86f0c0fab6acff29af1253accb4159785fa6c32edefd080bc2b840c959c1a18e2f6db193fda469871294ec02b4d726f73c4b0076fe97b4c61cccd2c3e
-Size (Graph-0.9727.tar.gz) = 147842 bytes
+BLAKE2s (Graph-0.9732.tar.gz) = 69a7cbd839ef1b1e28fdc41e4ac1a4cd73b436dd7518488fc23c14abf526ab37
+SHA512 (Graph-0.9732.tar.gz) = 67d092b641942603c095af9305a919cc3b6dad811c6aa5dca55e85c2a8a7dc94c5957689eb473f03ab334611999d4b43902992f9d7596d9711cbd3f49beb4ac0
+Size (Graph-0.9732.tar.gz) = 150234 bytes



Home | Main Index | Thread Index | Old Index