release 0.4.1
This commit is contained in:
parent
7f3a1fa1aa
commit
b6601a7bd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <rel-eng@lists.fedoraproject.org> - 0.3.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
* Thu Oct 15 2010 jortel <jortel@redhat.com> - 0.4.1-1
|
||||
- 0.4.1
|
||||
|
||||
* Thu Sep 8 2010 jortel <jortel@redhat.com> - 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 <?xml version="1.0" encoding="UTF-8"?> to outgoing SOAP messages.
|
||||
- Detection of faults in successful (http=200) replies and raise WebFault. Search for <soapenv:Fault/>.
|
||||
- Add plugins facility.
|
||||
- Fixed Tickets: #251, #313, #314, #334
|
||||
|
||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
1
sources
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user