From 4d762ac427788a7b396d0a73b3b88e415b7f3404 Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Wed, 12 Nov 2008 12:37:59 +0000 Subject: [PATCH] bump to version 0.3.2 --- .cvsignore | 1 + python-suds.spec | 28 ++++++++++++++++++++++++++-- sources | 1 + 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index dcf3f72..fa75ff5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ python-suds-0.3.1.tar.gz +python-suds-0.3.2.tar.gz diff --git a/python-suds.spec b/python-suds.spec index 59cdf41..1fbef5a 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %changelog +* Fri Nov 06 2008 jortel - 0.3.2-1 +- Add SOAP MultiRef support +- Add support for new schema tags: + + + + +- 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 of schema files into the wsdl root . +- 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 - 0.3.1-5 - Add LICENSE to %%doc. diff --git a/sources b/sources index be2bb8d..667ef54 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ ae5a7e1f39c63ecf2c5622d687d6981c python-suds-0.3.1.tar.gz +a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz