rpms/python-suds/F-8 python-suds.spec,1.1,1.2 sources,1.2,1.3

Jeff Ortel jortel at fedoraproject.org
Wed Nov 12 12:59:43 UTC 2008


Author: jortel

Update of /cvs/pkgs/rpms/python-suds/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4655

Modified Files:
	python-suds.spec sources 
Log Message:
bump to version 0.3.2


Index: python-suds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/F-8/python-suds.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-suds.spec	11 Nov 2008 16:41:18 -0000	1.1
+++ python-suds.spec	12 Nov 2008 12:59:13 -0000	1.2
@@ -2,8 +2,8 @@
 
 Summary: A python SOAP client
 Name:  python-suds
-Version: 0.3.1
-Release: 5%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
 License: LGPLv3+
 Group: Development/Libraries
@@ -57,6 +57,30 @@
 %doc README LICENSE
 
 %changelog
+* Fri Nov 06 2008 jortel <jortel at redhat.com> - 0.3.2-1
+- Add SOAP MultiRef support
+- Add support for new schema tags:
+    <xs:include/>
+    <xs:simpleContent/>
+    <xs:group/>
+    <xs:attributeGroup/>
+- Added support for new xs <--> python type conversions:
+    xs:int
+    xs:long
+    xs:float
+    xs:double
+- Revise marshaller and binding to further sharpen the namespacing of nodes produced.
+- Infinite recursion fixed in ''xsd'' package dereference() during schema loading.
+- Add support for <wsdl:import/> of schema files into the wsdl root <definitions/>.
+- Fix double encoding of (&)
+- Add Client API:
+    setheaders()  - Same as keyword but works for all invocations.
+    addprefix()   - Mapping of namespace prefixes.
+    setlocation() - Override the location in the wsdl.
+    setproxy()    - Same as proxy keyword but for all invocations.
+- Add proper namespace prefix for soap headers.
+- Fixed Tickets: #5, #12, #34, #37, #40, #44, #45, #46, #48, #49, #50, #51
+
 * Fri Nov 03 2008 jortel <jortel at redhat.com> - 0.3.1-5
 - Add LICENSE to %%doc.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Nov 2008 16:41:18 -0000	1.2
+++ sources	12 Nov 2008 12:59:13 -0000	1.3
@@ -1 +1,2 @@
 ae5a7e1f39c63ecf2c5622d687d6981c  python-suds-0.3.1.tar.gz
+a4544f1eaaeb3ca0e78180160909ab01  python-suds-0.3.2.tar.gz




More information about the fedora-extras-commits mailing list