release suds version 0.3.8

This commit is contained in:
Jeff Ortel 2009-12-17 20:23:05 +00:00
parent 6ca291bc8c
commit 985268cfc3
3 changed files with 18 additions and 1 deletions

View File

@ -5,3 +5,4 @@ python-suds-0.3.4.tar.gz
python-suds-0.3.5.tar.gz
python-suds-0.3.6.tar.gz
python-suds-0.3.7.tar.gz
python-suds-0.3.8.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A python SOAP client
Name: python-suds
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
License: LGPLv3+
@ -55,6 +55,21 @@ rm -rf $RPM_BUILD_ROOT
%doc README LICENSE
%changelog
* Wed Dec 9 2009 jortel <jortel@redhat.com> - 0.3.8-1
- Includeds Windows NTLM Transport.
- Add missing self.messages in Client.clone().
- Changed default behavior for WSDL PartElement to be optional.
- Add support for services/ports defined without <address/> element in WSDL.
- Fix sax.attribute.Element.attrib() to find by name only when ns is not specified; renamed to Element.getAttribute().
- Update HttpTransport to pass timeout parameter to urllib2 open() methods when supported by urllib2.
- Add null class to pass explicit NULL values for parameters and optional elements.
- Soap encoded array (soap-enc:Array) enhancement for rpc/encoded.
Arrays passed as python arrays - works like document/literal now.
No more using the factory to create the Array.
Automatically includes arrayType attribute. Eg: soap-enc:arrayType="Array[2]".
Reintroduced ability to pass complex (objects) using python dict instead of suds object via factory.
- Fixed tickets: #84, #261, #262, #263, #265, #266, #278, #280, #282.
* Thu Oct 16 2009 jortel <jortel@redhat.com> - 0.3.7-1
- Better soap header support
- Added new transport HttpAuthenticated for active (not passive) basic authentication.

View File

@ -5,3 +5,4 @@ a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz
2fc4bbbb2351b24e707eac8434d5cb73 python-suds-0.3.5.tar.gz
320b2f8816aca6445b31441eb201e95b python-suds-0.3.6.tar.gz
687a1287e5e86da42d1b161f29d58886 python-suds-0.3.7.tar.gz
74122f391f73e91dfee5b5435aa51a38 python-suds-0.3.8.tar.gz