15
0

Accepting request 612026 from devel:languages:python:misc

Python graph (network) package

OBS-URL: https://build.opensuse.org/request/show/612026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-altgraph?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-24 20:56:28 +00:00
committed by Git OBS Bridge
commit c1626eed1b
6 changed files with 122 additions and 0 deletions

11
python-altgraph.changes Normal file
View File

@@ -0,0 +1,11 @@
-------------------------------------------------------------------
Thu May 24 17:26:43 UTC 2018 - toddrme2178@gmail.com
- Update to version 0.15
* ObjectGraph.get_edges, ObjectGraph.getEdgeData and ObjectGraph.updateEdgeData accept None as the node to get and treat this as an alias for self (as other methods already did).
- Spec file cleanups
-------------------------------------------------------------------
Thu Oct 19 00:54:53 UTC 2017 - toddrme2178@gmail.com
- Initial version