Hello community,

here is the log from the commit of package python-suds for openSUSE:Factory 
checked in at 2011-12-20 14:31:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-suds (Old)
 and      /work/SRC/openSUSE:Factory/.python-suds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-suds", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-suds.new/python-suds.changes     
2011-12-20 14:31:56.000000000 +0100
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------
+Tue Nov 29 13:33:58 UTC 2011 - sasc...@suse.de
+
+- Use python-distribute instead of python-setuptools
+- Fix license to LGPL-3.0+ (SPDX style, see LICENSE)
+- Run testsuite
+
+-------------------------------------------------------------------
+Tue Nov 29 12:11:03 UTC 2011 - idoen...@suse.de
+
+- Cleanup spec file 
+
+-------------------------------------------------------------------
+Thu Nov 24 14:11:19 UTC 2011 - idoen...@suse.de
+
+- Format spec file 
+
+-------------------------------------------------------------------
+Tue Jan 11 10:11:44 CET 2011 - mci...@suse.cz
+
+- use distutils recorded file list
+
+-------------------------------------------------------------------
+Tue Jan 11 09:46:11 CET 2011 - mci...@suse.cz
+
+- update to 0.4
+
+-------------------------------------------------------------------
+Wed Oct 21 12:52:12 UTC 2009 - n...@opensuse.org
+
+- Update to suds-0.3.7
+- Add python-xml as a BuildDependency 
+

New:
----
  python-suds-0.4.tar.gz
  python-suds.changes
  python-suds.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-suds.spec ++++++
#
# spec file for package python-suds
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-suds
Version:        0.4
Release:        0
License:        LGPL-3.0+
Summary:        A lightweight SOAP python client that provides a service proxy 
for Web Services
Url:            https://fedorahosted.org/suds
Group:          Development/Languages/Python
Source:         %{name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-xml
BuildRequires:  python-nose
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Features
* No class generation
* Provides an object API.
* Reads wsdl at runtime for encoding/decoding
* Supports the following SOAP binding styles:
* Document/Literal
* RPC/Literal
* RPC/Encoded
* Provides objectification of WSDL defined:
* Types (objects)
* Enumerations
* Service and type objects provide inspection via print
* Supports unicode

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --optimize=1 --prefix=%{_prefix} --root=%{buildroot}
# create symlinks for man pages
%fdupes -s %{buildroot}/%{_mandir}
# create hardlinks for the rest
%fdupes %{buildroot}

%check
nosetests

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to