New commits:
commit 51e8301da891dc1c471adf5556e68089bcd6f125
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>
networkx: => 1.5
commit f8b988cdb5bdbe9d8b5d6b5892c509478e987576
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>
pyparsing: => 1.5.5
commit 03d4e98aaffede1f4a964acb0301343e8b6bf1bb
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>
pydot: => 1.0.25
diff --git a/python-pypi/networkx/DETAILS b/python-pypi/networkx/DETAILS
index abc11bd..2016c66 100755
--- a/python-pypi/networkx/DETAILS
+++ b/python-pypi/networkx/DETAILS
@@ -1,6 +1,6 @@
SPELL=networkx
- VERSION=0.34
-
SOURCE_HASH=sha512:df0d5312fe8652f56ef937ec88125769af565a8c2b99be3d8451e42f50886d44b8ead3c6e2dfcec4e27a9c4119b2ecfda2673611c46276caf22c76b53ea8fefb
+ VERSION=1.5
+
SOURCE_HASH=sha512:2f6bd0688c97ac62306cd0e69484f0d1433b7f062238a834601d8a12829da4b62199aa51d39f9badb7b3f8801085e1149e9726aa78877ab0eabf1738ef466d3c
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_HINTS="no-check-certificate"
@@ -17,10 +17,13 @@ of the structure, dynamics, and functions of complex
networks.
Features:
* Allows for 1M+ nodes, 10M+ edges
* Includes standard graph-theoretic and statistical physics functions
- * Easy exchange of network algorithms between applications, disciplines,
and platforms
+ * Easy exchange of network algorithms between applications, disciplines,
+ and platforms
* Includes many classic graphs and synthetic networks
- * Nodes and edges can be "anything" (e.g. time-series, text, images, XML
records)
- * Exploits existing code from high-quality legacy software in C, C++,
Fortran, etc.
+ * Nodes and edges can be "anything" (e.g. time-series, text, images,
+ XML records)
+ * Exploits existing code from high-quality legacy software in C, C++,
+ Fortran, etc.
* Open source (encourages community input)
* Unit-tested