rpms/python-suds/devel .cvsignore, 1.9, 1.10 python-suds.spec, 1.14, 1.15 sources, 1.12, 1.13

Jeff Ortel jortel at fedoraproject.org
Fri Feb 19 14:15:20 UTC 2010


Author: jortel

Update of /cvs/pkgs/rpms/python-suds/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31202

Modified Files:
	.cvsignore python-suds.spec sources 
Log Message:
release 0.3.9


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	17 Dec 2009 20:23:05 -0000	1.9
+++ .cvsignore	19 Feb 2010 14:15:20 -0000	1.10
@@ -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


Index: python-suds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/devel/python-suds.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- python-suds.spec	17 Dec 2009 20:23:05 -0000	1.14
+++ python-suds.spec	19 Feb 2010 14:15:20 -0000	1.15
@@ -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/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	17 Dec 2009 20:23:05 -0000	1.12
+++ sources	19 Feb 2010 14:15:20 -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