From b6601a7bd9a61557a2eefa249c9a0346b389ccae Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Tue, 15 Mar 2011 15:52:29 -0500 Subject: [PATCH] release 0.4.1 --- .gitignore | 1 + python-suds.spec | 28 ++++++++++++++++++++-------- sources | 1 + 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 686fd0d..0a47d69 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ 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 +/python-suds-0.4.1.tar.gz diff --git a/python-suds.spec b/python-suds.spec index 11d278e..8d40ac0 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -2,9 +2,9 @@ Summary: A python SOAP client Name: python-suds -Version: 0.3.9 -Release: 3%{?dist} -Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz +Version: 0.4.1 +Release: 1%{?dist} +Source0: https://fedorahosted.org/releases/s/u/suds/%{name}-%{version}.tar.gz License: LGPLv3+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -15,11 +15,10 @@ Url: https://fedorahosted.org/suds %description The suds project is a python soap web services client lib. Suds leverages -python meta programming to provide an intuative API for consuming web +python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since -services and WSDL based objects can be easily inspected. Supports -pluggable soap bindings. +services and WSDL based objects can be easily inspected. %prep %setup -q @@ -55,8 +54,21 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %changelog -* Wed Feb 09 2011 Fedora Release Engineering - 0.3.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Thu Oct 15 2010 jortel - 0.4.1-1 +- 0.4.1 + +* Thu Sep 8 2010 jortel - 0.4-1 +- Fix spelling errors in spec description. +- Fix source0 URL warning. +- Updated caching to not cache intermediate wsdls. +- Added DocumentCache which caches verified XML documents as text. User can choose. +- Added cachingpolicy option to allow user to specify whether to cache XML documents or the WSDL object. +- Provided for repeating values in reply for message parts consistent with way handled in nested objects. +- Added charset=utf-8 to stock content-type http header. +- Added to outgoing SOAP messages. +- Detection of faults in successful (http=200) replies and raise WebFault. Search for . +- Add plugins facility. +- Fixed Tickets: #251, #313, #314, #334 * Thu Jul 22 2010 David Malcolm - 0.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 6f09b15..16b2551 100644 --- a/sources +++ b/sources @@ -7,3 +7,4 @@ a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.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 +89316bb848c63c44d209be02a77be74e python-suds-0.4.1.tar.gz