Bug 619916 - python-formencode needs to be rebuilt against python 2.7
Summary: python-formencode needs to be rebuilt against python 2.7
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-formencode
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: Python27Rebuild
TreeView+ depends on / blocked
 
Reported: 2010-07-30 20:56 UTC by Dave Malcolm
Modified: 2016-09-20 02:41 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-01-20 21:10:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to selftests (1.64 KB, patch)
2010-07-30 21:41 UTC, Dave Malcolm
no flags Details | Diff

Description Dave Malcolm 2010-07-30 20:56:51 UTC
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

Comment 1 Dave Malcolm 2010-07-30 21:41:22 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.

Comment 2 Toshio Ernie Kuratomi 2010-07-31 01:15:45 UTC
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.

Comment 3 Toshio Ernie Kuratomi 2010-07-31 01:16:36 UTC
In case it wasn't clear:  the patch in the devel and F14 branch of git.  *Not* the patch attached to this bug.

Comment 4 Fedora Update System 2010-07-31 01:19:36 UTC
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 5 Dave Malcolm 2010-07-31 01:24:13 UTC
Comment on attachment 435688 [details]
Patch to selftests

Marking this one as obsolete; use Toshio's instead please

Comment 6 Fedora Update System 2010-08-01 19:28:04 UTC
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.

Comment 7 Fedora Update System 2011-01-20 21:02:51 UTC
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

Comment 8 Luke Macken 2011-01-20 21:10:58 UTC
Ignore the mechanize messages above... my bad.

Toshio, I just submitted a pull request to ianb on bitbucket to pull in this patch.


Note You need to log in before you can comment on or make changes to this bug.