release suds version 0.3.7

This commit is contained in:
Jeff Ortel 2009-10-19 16:28:03 +00:00
parent cc0cc152fa
commit 1e46fb1810
3 changed files with 22 additions and 2 deletions

View File

@ -4,3 +4,4 @@ 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
python-suds-0.3.7.tar.gz

View File

@ -2,8 +2,8 @@
Summary: A python SOAP client
Name: python-suds
Version: 0.3.6
Release: 2%{?dist}
Version: 0.3.7
Release: 1%{?dist}
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
License: LGPLv3+
Group: Development/Libraries
@ -41,16 +41,34 @@ rm -rf $RPM_BUILD_ROOT
%dir %{python_sitelib}/suds/bindings
%dir %{python_sitelib}/suds/sax
%dir %{python_sitelib}/suds/xsd
%dir %{python_sitelib}/suds/mx
%dir %{python_sitelib}/suds/umx
%dir %{python_sitelib}/suds/transport
%{python_sitelib}/suds/*.py*
%{python_sitelib}/suds/bindings/*.py*
%{python_sitelib}/suds/sax/*.py*
%{python_sitelib}/suds/xsd/*.py*
%{python_sitelib}/suds/mx/*.py*
%{python_sitelib}/suds/umx/*.py*
%{python_sitelib}/suds/transport/*.py*
%doc README LICENSE
%changelog
* Thu Oct 16 2009 jortel <jortel@redhat.com> - 0.3.7-1
- Better soap header support
- Added new transport HttpAuthenticated for active (not passive) basic authentication.
- New options (prefixes, timeout, retxml)
- WSDL processing enhancements.
- Expanded builtin XSD type support.
- Fixed <xs:iniclude/>
- Better XML date/datetime conversion.
- Client.clone() method added for lightweight copy of client object.
- XSD processing fixes/enhancements.
- Better <simpleType/> by <xs:restriction/> support.
- Performance enhancements.
- Fixed tickets: #65, #232, #233, #235, #241, #242, #244, #247, #254, #254, #256, #257, #258
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -4,3 +4,4 @@ a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.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
687a1287e5e86da42d1b161f29d58886 python-suds-0.3.7.tar.gz