Created attachment 595787 [details] Patch to update python-prettytable There is no python3-prettytable package. The upstream package already supports python3 out-of-the-box. I've created and attached a patch against the spec file that fixes this. My patch also does a number of other things, like running unit tests, modernizing the spec file, and updating to the latest upstream version. Can you please build and create updates for f17, f16, and epel6? I'm willing to co-maintain this package and take care of the above if you'd like.
Thanks Ralph. Note the prettytable 0.6 is not backwards compat with 0.5 as it drops the printt method I think. Therefore we'll have to be careful and update the openstack clients at least to be compat with the new version, before updating. I'll add that to my TODO list.
Thanks Pádraig -- What are the names of the openstack client packages? I'd like to take a look. :)
python-novaclient python-keystoneclient python-quantumclient python-glanceclient
I just checked and the latest upstream releases for each of those packages all require prettytable>=0.6.0. An update across the board should do it.
This seems to be set for F18. I'm closing the ticket.