Hide Forgot
Description of problem: While trying to install an unrelated python package (http://code.google.com/p/python-graph/source/checkout): [mk@localhost core]$ python setup.py --help-commands /usr/lib/python2.6/site-packages/tw/core/view.py:223: DeprecationWarning: object.__new__() takes no parameters obj = object.__new__(cls, *args, **kw) /usr/lib/python2.6/site-packages/tw/core/command.py:9: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Standard commands: build build everything needed to install ... If the warning only appeared when this package actually was used then it would be ok, but now when it also appears and confuses where it shouldn't be loaded at all then I think it should be patched ASAP. Version-Release number of selected component (if applicable): python-toscawidgets-0.9.8-1.fc11.noarch
I suspect this is happening because setuptools is braindead (setuptools is used to build python-graph; toscawidgets uses setuptools for loading plugins.) We'll look at fixing these DeprecationWarnings though.
I've attached a patch to upstream bug: http://toscawidgets.org/trac/tw/ticket/46 Building fixed packages now.
python-toscawidgets-0.9.8-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/python-toscawidgets-0.9.8-2.fc11
python-toscawidgets-0.9.8-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/python-toscawidgets-0.9.8-2.fc12
python-toscawidgets-0.9.8-2.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-toscawidgets'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-12369
python-toscawidgets-0.9.8-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-toscawidgets'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-12381
Confirmed fixed in f12 testing. Waiting for bodhi to close this issue.
python-toscawidgets-0.9.8-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
python-toscawidgets-0.9.8-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.