rpms/python-suds/F-11 python-suds.spec,1.13,1.14 sources,1.12,1.13

Jeff Ortel jortel at fedoraproject.org
Fri Feb 19 15:52:38 UTC 2010


Author: jortel

Update of /cvs/pkgs/rpms/python-suds/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10868/F-11

Modified Files:
	python-suds.spec sources 
Log Message:
Release version 0.3.9.



Index: python-suds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/F-11/python-suds.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-suds.spec	17 Dec 2009 20:36:27 -0000	1.13
+++ python-suds.spec	19 Feb 2010 15:52:38 -0000	1.14
@@ -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 at 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 at redhat.com> - 0.3.8-1
 - Includeds Windows NTLM Transport.
 - Add missing self.messages in Client.clone().


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	17 Dec 2009 20:36:27 -0000	1.12
+++ sources	19 Feb 2010 15:52:38 -0000	1.13
@@ -6,3 +6,4 @@ a4544f1eaaeb3ca0e78180160909ab01  python
 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



More information about the scm-commits mailing list