Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 825149 Details for
Bug 905986
python-suds upstream tarball checksum mismatch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
differences between shipped "0.4.1.tar.gz" in Fedora and upstream tarball with the same name
upstream-changes.diff (text/plain), 1.49 KB, created by
Felix Schwarz
on 2013-11-17 14:14:10 UTC
(
hide
)
Description:
differences between shipped "0.4.1.tar.gz" in Fedora and upstream tarball with the same name
Filename:
MIME Type:
Creator:
Felix Schwarz
Created:
2013-11-17 14:14:10 UTC
Size:
1.49 KB
patch
obsolete
>diff -ur upstream/python-suds-0.4.1/suds/client.py python-suds-0.4.1/suds/client.py >--- upstream/python-suds-0.4.1/suds/client.py 2011-02-11 17:15:19.000000000 +0100 >+++ python-suds-0.4.1/suds/client.py 2010-10-15 15:46:13.000000000 +0200 >@@ -622,7 +622,6 @@ > retxml = self.options.retxml > nosend = self.options.nosend > prettyxml = self.options.prettyxml >- timer = metrics.Timer() > log.debug('sending to (%s)\nmessage:\n%s', location, soapenv) > try: > self.last_sent(soapenv) >@@ -639,10 +638,7 @@ > return RequestContext(self, binding, soapenv) > request = Request(location, soapenv) > request.headers = self.headers() >- timer.start() > reply = transport.send(request) >- timer.stop() >- metrics.log.debug('waited %s on server reply', timer) > ctx = plugins.message.received(reply=reply.message) > reply.message = ctx.reply > if retxml: >diff -ur upstream/python-suds-0.4.1/tests/public.py python-suds-0.4.1/tests/public.py >--- upstream/python-suds-0.4.1/tests/public.py 2011-02-11 17:15:48.000000000 +0100 >+++ python-suds-0.4.1/tests/public.py 2010-04-05 21:36:54.000000000 +0200 >@@ -29,7 +29,7 @@ > setup_logging() > > #logging.getLogger('suds.client').setLevel(logging.DEBUG) >-logging.getLogger('suds.metrics').setLevel(logging.DEBUG) >+#logging.getLogger('suds.metrics').setLevel(logging.DEBUG) > #logging.getLogger('suds').setLevel(logging.DEBUG) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 905986
: 825149