From 7eb01085a3fb9fe549076aa384f219284eedd3ae Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Wed, 24 Jun 2009 17:49:56 +0000 Subject: [PATCH] release suds version 0.3.6 --- .cvsignore | 1 + python-suds.spec | 17 ++++++++++++++++- sources | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 180ea75..66082c5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ python-suds-0.3.2.tar.gz python-suds-0.3.3.tar.gz python-suds-0.3.4.tar.gz python-suds-0.3.5.tar.gz +python-suds-0.3.6.tar.gz diff --git a/python-suds.spec b/python-suds.spec index c438ecc..182adb6 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -2,7 +2,7 @@ Summary: A python SOAP client Name: python-suds -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz License: LGPLv3+ @@ -51,6 +51,21 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %changelog +* Wed May 1 2009 jortel - 0.3.6-1 +- Change hard coded /tmp/suds to tempfile.gettempdir() and create suds/ on demand. +- Fix return type for Any.get_attribute(). +- Update http caching to ignore file:// urls. +- Better logging of messages when only the reply is injected. +- Fix XInteger and XFloat types to translate returned arrays properly. +- Fix xs:import schema with same namespace. +- Update parser to not load external references and add Import.bind() for XMLSchema.xsd location. +- Add schema doctor - used to patch XSDs at runtime. (See Options.doctor) +- Fix deprecation warnings in python 2.6. +- Add behavior for @default defined on . +- Change @xsi:type value to always be qualified for doc/literal. +- Add Option.xstq option to control when @xsi:type is qualified. +- Fixed Tickets: #64, #129, #205, #206, #217, #221, #222, #224, #225, #228, #229, #230 + * Wed Feb 25 2009 jortel - 0.3.5-1 - Adds http caching. Default is (1) day. - Removed checking fc version in spec since no longer building < fc9. diff --git a/sources b/sources index 1bb9aa1..c782f9a 100644 --- a/sources +++ b/sources @@ -3,3 +3,4 @@ a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz 79cace44ca04955f2cdb8fe682b5f05d python-suds-0.3.3.tar.gz 3c704119a5a27542ea5347fc13433b89 python-suds-0.3.4.tar.gz 2fc4bbbb2351b24e707eac8434d5cb73 python-suds-0.3.5.tar.gz +320b2f8816aca6445b31441eb201e95b python-suds-0.3.6.tar.gz