Skip to content

Commit

Permalink
Update to 0.9732
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wen committed Oct 4, 2024
1 parent 39b70a8 commit 4846b89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Graph/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Graph/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4846b89

Please sign in to comment.