release 0.3.9

This commit is contained in:
Jeff Ortel 2010-02-19 14:15:20 +00:00
parent 985268cfc3
commit 67200ef6d0
3 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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 <jortel@redhat.com> - 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 <Timestamp/> and <Expires/> support. See: Timestamp token.
- Fixed Tickets: #256, #291, #294, #295, #296
* Wed Dec 9 2009 jortel <jortel@redhat.com> - 0.3.8-1
- Includeds Windows NTLM Transport.
- Add missing self.messages in Client.clone().

View File

@ -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