Bug 709808 - Update pywbem package with patch to enable running with python 2.7
Summary: Update pywbem package with patch to enable running with python 2.7
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pywbem
Version: 14
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: David Nalley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-01 17:17 UTC by Eduardo Lima (Etrunko)
Modified: 2012-08-16 12:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-16 12:55:35 UTC
Type: ---


Attachments (Terms of Use)
Ensure string value for httplib.putheaders() function (546 bytes, patch)
2011-06-01 17:17 UTC, Eduardo Lima (Etrunko)
no flags Details | Diff

Description Eduardo Lima (Etrunko) 2011-06-01 17:17:01 UTC
Created attachment 502331 [details]
Ensure string value for httplib.putheaders() function

I have just reported a problem happening in my machine (Fedora 14, Python2.7) at pywbem issue tracker on sourceforge. (https://sourceforge.net/tracker/?func=detail&aid=3310248&group_id=133883&atid=728404).

Basically, pywbem does not work at all with python 2.7, triggering an Exception in httplib.putheaders function:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/pywbem/cim_operations.py", line 382, in EnumerateInstanceNames
**params)
File "/usr/lib/python2.7/site-packages/pywbem/cim_operations.py", line 168, in imethodcall
verify_callback = self.verify_callback)
File "/usr/lib/python2.7/site-packages/pywbem/cim_http.py", line 184, in wbem_request
h.putheader('Content-length', len(data))
File "/usr/lib64/python2.7/httplib.py", line 925, in putheader
_str = '%s: %s' % (header, '\r\n\t'.join(values))
TypeError: sequence item 0: expected string, int found

Patch to fix this issue is attached. It would be nice to have pywbem package updated on the repositories as soon as the issue is fixed upstream. Even better if it is possible to release an update for the package including this patch.

Comment 1 Fedora End Of Life 2012-08-16 12:55:38 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


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