rpms/python-suds/devel .cvsignore, 1.8, 1.9 python-suds.spec, 1.13, 1.14 sources, 1.11, 1.12

Jeff Ortel jortel at fedoraproject.org
Thu Dec 17 20:23:05 UTC 2009


Author: jortel

Update of /cvs/pkgs/rpms/python-suds/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17997

Modified Files:
	.cvsignore python-suds.spec sources 
Log Message:
release suds version 0.3.8


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	19 Oct 2009 16:28:03 -0000	1.8
+++ .cvsignore	17 Dec 2009 20:23:05 -0000	1.9
@@ -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


Index: python-suds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/devel/python-suds.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-suds.spec	19 Oct 2009 16:28:03 -0000	1.13
+++ python-suds.spec	17 Dec 2009 20:23:05 -0000	1.14
@@ -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 at 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 at redhat.com> - 0.3.7-1
 - Better soap header support
 - Added new transport HttpAuthenticated for active (not passive) basic authentication.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	19 Oct 2009 16:28:03 -0000	1.11
+++ sources	17 Dec 2009 20:23:05 -0000	1.12
@@ -5,3 +5,4 @@ a4544f1eaaeb3ca0e78180160909ab01  python
 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




More information about the fedora-extras-commits mailing list