release suds version 0.3.6

This commit is contained in:
Jeff Ortel 2009-06-24 17:49:56 +00:00
parent b49364482e
commit 7eb01085a3
3 changed files with 18 additions and 1 deletions

View File

@ -3,3 +3,4 @@ python-suds-0.3.2.tar.gz
python-suds-0.3.3.tar.gz
python-suds-0.3.4.tar.gz
python-suds-0.3.5.tar.gz
python-suds-0.3.6.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A python SOAP client
Name: python-suds
Version: 0.3.5
Version: 0.3.6
Release: 1%{?dist}
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
License: LGPLv3+
@ -51,6 +51,21 @@ rm -rf $RPM_BUILD_ROOT
%doc README LICENSE
%changelog
* Wed May 1 2009 jortel <jortel@redhat.com> - 0.3.6-1
- Change hard coded /tmp/suds to tempfile.gettempdir() and create suds/ on demand.
- Fix return type for Any.get_attribute().
- Update http caching to ignore file:// urls.
- Better logging of messages when only the reply is injected.
- Fix XInteger and XFloat types to translate returned arrays properly.
- Fix xs:import schema with same namespace.
- Update parser to not load external references and add Import.bind() for XMLSchema.xsd location.
- Add schema doctor - used to patch XSDs at runtime. (See Options.doctor)
- Fix deprecation warnings in python 2.6.
- Add behavior for @default defined on <element/>.
- Change @xsi:type value to always be qualified for doc/literal.
- Add Option.xstq option to control when @xsi:type is qualified.
- Fixed Tickets: #64, #129, #205, #206, #217, #221, #222, #224, #225, #228, #229, #230
* Wed Feb 25 2009 jortel <jortel@redhat.com> - 0.3.5-1
- Adds http caching. Default is (1) day.
- Removed checking fc version in spec since no longer building < fc9.

View File

@ -3,3 +3,4 @@ a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz
79cace44ca04955f2cdb8fe682b5f05d python-suds-0.3.3.tar.gz
3c704119a5a27542ea5347fc13433b89 python-suds-0.3.4.tar.gz
2fc4bbbb2351b24e707eac8434d5cb73 python-suds-0.3.5.tar.gz
320b2f8816aca6445b31441eb201e95b python-suds-0.3.6.tar.gz