rpms/python-suds/EL-4 python-suds.spec,1.6,1.7 sources,1.6,1.7

Jeff Ortel jortel at fedoraproject.org
Wed Jun 24 18:11:29 UTC 2009


Author: jortel

Update of /cvs/pkgs/rpms/python-suds/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6927/EL-4

Modified Files:
	python-suds.spec sources 
Log Message:
release suds version 0.3.6



Index: python-suds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/EL-4/python-suds.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-suds.spec	2 Apr 2009 20:04:44 -0000	1.6
+++ python-suds.spec	24 Jun 2009 18:10:58 -0000	1.7
@@ -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 at 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 at redhat.com> - 0.3.5-1
 - Adds http caching.  Default is (1) day.
 - Removed checking fc version in spec since no longer building < fc9.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/EL-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	2 Apr 2009 20:04:44 -0000	1.6
+++ sources	24 Jun 2009 18:10:58 -0000	1.7
@@ -3,3 +3,4 @@ a4544f1eaaeb3ca0e78180160909ab01  python
 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




More information about the fedora-extras-commits mailing list