Page MenuHomeSolus

Update pygraphviz to 1.5
ClosedPublic

Authored by padraig on Oct 16 2018, 11:47 AM.
Tags
None
Referenced Files
F11052226: D4051.id10225.diff
Thu, Aug 10, 9:08 PM
F11052225: D4051.id.diff
Thu, Aug 10, 9:08 PM
F11052224: D4051.id10815.diff
Thu, Aug 10, 9:08 PM
F11052223: D4051.id9970.diff
Thu, Aug 10, 9:08 PM
F11052222: D4051.id10647.diff
Thu, Aug 10, 9:08 PM
F11036922: D4051.diff
Wed, Aug 9, 7:52 PM
F10876937: D4051.id10815.diff
Jun 20 2023, 2:42 PM
F10876911: D4051.id9970.diff
Jun 20 2023, 2:33 PM
Subscribers

Details

Summary

Update pygraphviz to latest version from 1.3. Note there was no 1.4, only a release candidate.

Test Plan

Run simple script

import pygraphviz as pgv
G=pgv.AGraph()
G.add_edge('a','b')

Diff Detail

Repository
R3657 pygraphviz
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

DataDrake added a subscriber: DataDrake.

Needs to be rebased on the existing repo...

This revision now requires changes to proceed.Oct 18 2018, 1:11 AM

Apologies DataDrake, as I'd built the original package and uploaded it here I just used the version on my machine for the update, I didn't realise from the documentation that I had to clone the Solus version rather than the source. Hopefully this is okay now (I'm still fairly new to this!).

This revision is now accepted and ready to land.Nov 5 2018, 5:43 PM

Looks like you missed some changes to the pspec.

This revision now requires changes to proceed.Nov 11 2018, 2:46 PM
This revision is now accepted and ready to land.Nov 20 2018, 3:03 PM
This revision was automatically updated to reflect the committed changes.