Needs to be rebuilt against python2.7 in both F14 and devel. Currently failing in %check: http://koji.fedoraproject.org/koji/getfile?taskID=2345277&name=build.log
Created attachment 435688 [details] Patch to selftests From http://docs.python.org/dev/whatsnew/2.7.html#updated-module-elementtree-1-3 "Errors in parsing XML now raise a ParseError exception..." Also, comments don't have leading a trailing space anymore, so: <!-- foo --> becomes: <!--foo--> This patch merely gets it to work against 2.7; it doesn't try to generalize things to work with all of the python versions that formencode is targetting upstream.
I made a better patch for this that should be upstreamable. F15 package built; F14 package building now. lmacken, if I just leave this bug open, can you take care of upstreaming the patch? /me goes off to rebuild and fix more packages.
In case it wasn't clear: the patch in the devel and F14 branch of git. *Not* the patch attached to this bug.
python-formencode-1.2.2-3.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/python-formencode-1.2.2-3.fc14
Comment on attachment 435688 [details] Patch to selftests Marking this one as obsolete; use Toshio's instead please
python-formencode-1.2.2-3.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
python-mechanize-0.1.10-3.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/python-mechanize-0.1.10-3.el5
Ignore the mechanize messages above... my bad. Toshio, I just submitted a pull request to ianb on bitbucket to pull in this patch.