remove socket import; update changelog 0.3.7 notes

This commit is contained in:
jortel 2009-10-16 22:02:33 +00:00
parent f5cb6013d9
commit 238c7170e1
3 changed files with 16 additions and 6 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.4</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/suds</path>
<path>/suds/suds</path>
<path>/suds/test</path>
<path>/suds/tests</path>
</pydev_pathproperty>
<pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH">
</pydev_pathproperty>

View File

@ -55,8 +55,19 @@ rm -rf $RPM_BUILD_ROOT
%doc README LICENSE
%changelog
* Tue Jul 27 2009 jortel <jortel@redhat.com> - 0.3.7-1
- 0.3.7
* 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
* Wed May 1 2009 jortel <jortel@redhat.com> - 0.3.6-1

View File

@ -23,7 +23,6 @@ for Web Services.
import os
import sys
import socket
#
# Project properties