Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2013-01-02 13:00:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xlwt (Old)
 and      /work/SRC/openSUSE:Factory/.python-xlwt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xlwt", Maintainer is ""

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

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new/python-xlwt.changes     
2013-01-02 13:00:57.000000000 +0100
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Thu Dec 27 10:07:23 UTC 2012 - [email protected]
+
+- license update: BSD-4-Clause and BSD-3-Clause and LGPL-2.1+
+  See licenses.py and xlwt/Util.py
+
+-------------------------------------------------------------------
+Fri Apr 27 23:19:41 UTC 2012 - [email protected]
+
+- Update to 0.7.4
+  * No change information available
+
+-------------------------------------------------------------------
+Tue Feb 21 19:56:05 UTC 2012 - [email protected]
+
+- Update to 0.7.3
+- Update spec for current conventions
+
+-------------------------------------------------------------------
+Wed May 12 13:03:16 UTC 2010 - [email protected]
+
+- Initial release
+

New:
----
  python-xlwt.changes
  python-xlwt.spec
  xlwt-0.7.4.tar.gz

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

Other differences:
------------------
++++++ python-xlwt.spec ++++++
#
# spec file for package python-xlwt
#
# Copyright (c) 2012 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-xlwt
Version:        0.7.4
Release:        0
Url:            https://secure.simplistix.co.uk/svn/xlwt/trunk
Summary:        Library to Create Spreadsheet Files Compatible With MS Excel 
97/2000/XP/2003
License:        BSD-4-Clause and BSD-3-Clause and LGPL-2.1+
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/x/xlwt/xlwt-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%description
xlwt is a library for generating spreadsheet files that are compatible
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has
full support for Unicode. Excel spreadsheets can be generated on any
platform without needing Excel or a COM server. The only requirement is
Python 2.3 to 2.6. xlwt is a fork of pyExcelerator.

%prep
%setup -q -n xlwt-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc xlwt/doc/* xlwt/examples
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to