From 7880bc3c5e138bbfa5c344fefaea17f608cdd06f Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Feb 25 2009 19:55:22 +0000 Subject: release version 0.3.4 --- diff --git a/.cvsignore b/.cvsignore index 2a55b6b..e53a733 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ python-suds-0.3.1.tar.gz python-suds-0.3.2.tar.gz python-suds-0.3.3.tar.gz +python-suds-0.3.4.tar.gz diff --git a/python-suds.spec b/python-suds.spec index 870980e..af510c2 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -2,8 +2,8 @@ Summary: A python SOAP client Name: python-suds -Version: 0.3.3 -Release: 2%{?dist} +Version: 0.3.4 +Release: 1%{?dist} Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz License: LGPLv3+ Group: Development/Libraries @@ -55,6 +55,18 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %changelog +* Mon Dec 08 2008 jortel - 0.3.4-1 +- Static (automatic) Import.bind('http://schemas.xmlsoap.org/soap/encoding/') +- Basic ws-security with {{{UsernameToken}}} and clear-text password only. +- Add support for ''sparse'' soap headers via passing dictionary +- Add support for arbitrary user defined soap headers +- Fixes service operations with multiple soap header entries. +- Schema loading and dereferencing algorithm enhancements. +- Nested soap multirefs fixed. +- Better (true) support for elementFormDefault="unqualified" provides more accurate namespaing. +- WSDL part types no longer default to WSDL targetNamespace. +- Fixed Tickets: #4, #6, #21, #32, #62, #66, #71, #72, #114, #155, #201. + * Wed Dec 04 2008 jortel - 0.3.3-2 - Rebuild for Python 2.6 diff --git a/sources b/sources index 5b67ea4..26e6f83 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ ae5a7e1f39c63ecf2c5622d687d6981c python-suds-0.3.1.tar.gz a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz 79cace44ca04955f2cdb8fe682b5f05d python-suds-0.3.3.tar.gz +3c704119a5a27542ea5347fc13433b89 python-suds-0.3.4.tar.gz