From 67200ef6d0ca7938c828c067aae0a7b22f4226bf Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Feb 19 2010 14:15:20 +0000 Subject: release 0.3.9 --- diff --git a/.cvsignore b/.cvsignore index b1c782c..686fd0d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ python-suds-0.3.5.tar.gz python-suds-0.3.6.tar.gz python-suds-0.3.7.tar.gz python-suds-0.3.8.tar.gz +python-suds-0.3.9.tar.gz diff --git a/python-suds.spec b/python-suds.spec index cdd0c20..186ae4d 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -2,14 +2,14 @@ Summary: A python SOAP client Name: python-suds -Version: 0.3.8 +Version: 0.3.9 Release: 1%{?dist} Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz License: LGPLv3+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch -Requires: python >= 2.3 +Requires: python >= 2.4 BuildRequires: python-setuptools-devel Url: https://fedorahosted.org/suds @@ -55,6 +55,17 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %changelog +* Thu Dec 17 2009 jortel - 0.3.9-1 +- Bumped python requires to 2.4 +- Replaced stream-based caching in the transport package with document-based caching. +- Caches pickled Document objects instead of XML text. 2x Faster! +- No more SAX parsing exceptions on damaged or incomplete cached files. +- Cached WSDL objects. Entire Definitions object including contained Schema object cached via pickle. +- Copy of soap encoding schema packaged with suds. +- Refactor Transports to use ProxyHandler instead of urllib2.Request.set_proxy(). +- Added WSSE enhancements and support. See: Timestamp token. +- Fixed Tickets: #256, #291, #294, #295, #296 + * Wed Dec 9 2009 jortel - 0.3.8-1 - Includeds Windows NTLM Transport. - Add missing self.messages in Client.clone(). diff --git a/sources b/sources index 879c07b..6f09b15 100644 --- a/sources +++ b/sources @@ -6,3 +6,4 @@ a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz 320b2f8816aca6445b31441eb201e95b python-suds-0.3.6.tar.gz 687a1287e5e86da42d1b161f29d58886 python-suds-0.3.7.tar.gz 74122f391f73e91dfee5b5435aa51a38 python-suds-0.3.8.tar.gz +420ac4b6ba788e43631b74719a470bf7 python-suds-0.3.9.tar.gz