rpms/python-suds/F-10 python-suds.spec,1.4,1.5 sources,1.5,1.6

Jeff Ortel jortel at fedoraproject.org
Thu Apr 2 20:05:15 UTC 2009


Author: jortel

Update of /cvs/pkgs/rpms/python-suds/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17944/F-10

Modified Files:
	python-suds.spec sources 
Log Message:
Release version 0.3.5



Index: python-suds.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/F-10/python-suds.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-suds.spec	25 Feb 2009 20:13:45 -0000	1.4
+++ python-suds.spec	2 Apr 2009 20:04:45 -0000	1.5
@@ -2,7 +2,7 @@
 
 Summary: A python SOAP client
 Name:  python-suds
-Version: 0.3.4
+Version: 0.3.5
 Release: 1%{?dist}
 Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
 License: LGPLv3+
@@ -10,11 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 Requires: python >= 2.3
-%if 0%{?fedora} >= 8
 BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
 Url: https://fedorahosted.org/suds
 
 %description
@@ -40,21 +36,29 @@
 
 %files
 %defattr(-,root,root,-)
-%if 0%{?fedora} >= 8
 %{python_sitelib}/suds*.egg-info
-%endif
 %dir %{python_sitelib}/suds
 %dir %{python_sitelib}/suds/bindings
 %dir %{python_sitelib}/suds/sax
 %dir %{python_sitelib}/suds/xsd
+%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/transport/*.py*
 
 %doc README LICENSE
 
 %changelog
+* 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.
+- Updated makefile to roll tarball with tar.sh.
+- Moved bare/wrapped determination to wsdl for document/literal.
+- Refactored Transport to provide better visibility into http headers.
+- Fixed Tickets: #207, #207, #209, #210, #212, #214, #215
+
 * Mon Dec 08 2008 jortel <jortel at redhat.com> - 0.3.4-1
 - Static (automatic) Import.bind('http://schemas.xmlsoap.org/soap/encoding/')
 - Basic ws-security with {{{UsernameToken}}} and clear-text password only.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-suds/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	25 Feb 2009 20:13:45 -0000	1.5
+++ sources	2 Apr 2009 20:04:45 -0000	1.6
@@ -2,3 +2,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




More information about the fedora-extras-commits mailing list