Bug 619916
Summary: | python-formencode needs to be rebuilt against python 2.7 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> | ||||
Component: | python-formencode | Assignee: | Luke Macken <lmacken> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | a.badger, fschwarz, kylev, lmacken, pfrields | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-01-20 21:10:58 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 619913 | ||||||
Attachments: |
|
Description
Dave Malcolm
2010-07-30 20:56:51 UTC
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. |