bump to version 0.3.2
This commit is contained in:
parent
465f1be58a
commit
4d762ac427
@ -1 +1,2 @@
|
|||||||
python-suds-0.3.1.tar.gz
|
python-suds-0.3.1.tar.gz
|
||||||
|
python-suds-0.3.2.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A python SOAP client
|
Summary: A python SOAP client
|
||||||
Name: python-suds
|
Name: python-suds
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -57,6 +57,30 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 06 2008 jortel <jortel@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@redhat.com> - 0.3.1-5
|
* Fri Nov 03 2008 jortel <jortel@redhat.com> - 0.3.1-5
|
||||||
- Add LICENSE to %%doc.
|
- Add LICENSE to %%doc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user