commit python-xlwt for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2020-06-05 19:59:29

Comparing /work/SRC/openSUSE:Factory/python-xlwt (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlwt.new.3606 (New)


Package is "python-xlwt"

Fri Jun  5 19:59:29 2020 rev:9 rq:810191 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlwt/python-xlwt.changes  2018-02-01 
21:31:47.578324589 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new.3606/python-xlwt.changes
2020-06-05 19:59:31.911797068 +0200
@@ -1,0 +2,5 @@
+Fri May 29 10:43:04 UTC 2020 - Marketa Calabkova 
+
+- Replace nose with pytest
+
+---



Other differences:
--
++ python-xlwt.spec ++
--- /var/tmp/diff_new_pack.Y2d6Bq/_old  2020-06-05 19:59:32.471799004 +0200
+++ /var/tmp/diff_new_pack.Y2d6Bq/_new  2020-06-05 19:59:32.471799004 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlwt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,29 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without tests
 Name:   python-xlwt
 Version:1.3.0
 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+
+License:BSD-4-Clause AND BSD-3-Clause AND LGPL-2.1-or-later
 Group:  Development/Languages/Python
+URL:https://secure.simplistix.co.uk/svn/xlwt/trunk
 Source: 
https://files.pythonhosted.org/packages/source/x/xlwt/xlwt-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-pkginfo
+BuildArch:  noarch
 %if %{with tests}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -62,11 +59,10 @@
 
 %if %{with tests}
 %check
-nosetests
+%pytest
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %doc docs/_build/html/
 %doc examples/




commit python-xlwt for openSUSE:Factory

2018-02-01 Thread root
Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2018-02-01 21:31:08

Comparing /work/SRC/openSUSE:Factory/python-xlwt (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlwt.new (New)


Package is "python-xlwt"

Thu Feb  1 21:31:08 2018 rev:8 rq:571742 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlwt/python-xlwt.changes  2017-05-09 
18:02:00.302599937 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new/python-xlwt.changes 
2018-02-01 21:31:47.578324589 +0100
@@ -1,0 +2,9 @@
+Tue Jan 30 15:20:15 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 1.3.0
+  * Officially support Python 3.6, drop support for 2.6.
+  * Fix bytes/string type mismatch in :func:`upack2rt` on python 3.
+  * Packaging and code style tweaks.
+  * Use generator expressions to avoid unnecessary lists in memory.
+
+---

Old:

  xlwt-1.2.0.tar.gz

New:

  xlwt-1.3.0.tar.gz



Other differences:
--
++ python-xlwt.spec ++
--- /var/tmp/diff_new_pack.Dz0hPA/_old  2018-02-01 21:31:48.166297082 +0100
+++ /var/tmp/diff_new_pack.Dz0hPA/_new  2018-02-01 21:31:48.170296895 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlwt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xlwt
-Version:1.2.0
+Version:1.3.0
 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
@@ -33,6 +33,7 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-pkginfo
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif

++ xlwt-1.2.0.tar.gz -> xlwt-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.2.0/.travis.yml new/xlwt-1.3.0/.travis.yml
--- old/xlwt-1.2.0/.travis.yml  2017-01-04 17:16:40.0 +0100
+++ new/xlwt-1.3.0/.travis.yml  2017-08-22 08:46:08.0 +0200
@@ -4,14 +4,16 @@
 language: python
 
 python:
+  - "3.6"
   - "3.5"
   - "3.4"
   - "3.3"
   - "2.7"
-  - "2.6"
 
 # command to install dependencies
-install: "pip install -Ur requirements.txt"
+install: 
+- "pip install -U pip setuptools"
+- "pip install -Ur requirements.txt"
 
 # command to run tests, e.g. python setup.py test
 script: nosetests --with-cov --cov=xlwt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.2.0/PKG-INFO new/xlwt-1.3.0/PKG-INFO
--- old/xlwt-1.2.0/PKG-INFO 2017-01-04 17:17:15.0 +0100
+++ new/xlwt-1.3.0/PKG-INFO 2017-08-22 08:47:13.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: xlwt
-Version: 1.2.0
+Version: 1.3.0
 Summary: Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+
 Home-page: http://www.python-excel.org/
 Author: John Machin
 Author-email: sjmac...@lexicon.net
 License: BSD
-Download-URL: http://pypi.python.org/pypi/xlwt
+Download-URL: https://pypi.python.org/pypi/xlwt
 Description: |Travis|_ |Coveralls|_ |Docs|_ |PyPI|_
 
 .. |Travis| image:: 
https://api.travis-ci.org/python-excel/xlwt.svg?branch=master
@@ -16,7 +16,7 @@
 .. _Coveralls: https://coveralls.io/r/python-excel/xlwt?branch=master
 
 .. |Docs| image:: 
https://readthedocs.org/projects/xlwt/badge/?version=latest
-.. _Docs: http://xlwt.readthedocs.org/en/latest/
+.. _Docs: https://xlwt.readthedocs.org/en/latest/
 
 .. |PyPI| image:: https://badge.fury.io/py/xlwt.svg
 .. _PyPI: https://badge.fury.io/py/xlwt
@@ -30,6 +30,9 @@
 The package itself is pure Python with no dependencies on modules or 
packages
 outside the standard Python distribution.
 
+Please read this before using this package:
+https://groups.google.com/d/msg/python-excel/P6TjJgFVjMI/g8d0eWxTBQAJ
+
 Installation
 
 
@@ -69,7 +72,7 @@
 examples directory and the source code itself.
 
 The latest documentation can also be found at:
-http://xlwt.readthedocs.org/en/latest/
+https://xlwt.readthedocs.org/en/latest/
 
 Prob

commit python-xlwt for openSUSE:Factory

2017-05-09 Thread root
Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2017-05-09 18:01:53

Comparing /work/SRC/openSUSE:Factory/python-xlwt (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlwt.new (New)


Package is "python-xlwt"

Tue May  9 18:01:53 2017 rev:7 rq:490834 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlwt/python-xlwt.changes  2015-05-19 
23:47:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new/python-xlwt.changes 
2017-05-09 18:02:00.302599937 +0200
@@ -1,0 +2,23 @@
+Mon Apr 24 04:12:51 UTC 2017 - toddrme2...@gmail.com
+
+- update to version 1.2.0:
+  * Remove "LOCALE" from regular expression that caused
+:class:`DeprecationWarning` that become an exception in Python 3.6
+  * Add :meth:`Workbook.sheet_index` helper.
+  * :meth:`Workbook.get_sheet` now takes either a string name or an
+integer index.
+- update to version 1.1.2:
+  * Fix failure in style compression under Python 3.
+  * Officially support Python 3.5
+  * Documentation tweaks.
+- update to version 1.1.1:
+  * Fix release problems.
+- update to version 1.1.0:
+  * Fix SST BIFF record in Python 3.
+  * Fix for writing :class:`ExternSheetRecord` in Python 3.
+  * Add the ability to insert bitmap images from buffers as well as
+files.
+  * Official support for Python 3.5.
+- Implement single-spec version
+
+---

Old:

  xlwt-1.0.0.tar.gz

New:

  xlwt-1.2.0.tar.gz



Other differences:
--
++ python-xlwt.spec ++
--- /var/tmp/diff_new_pack.kuB17q/_old  2017-05-09 18:02:03.670124068 +0200
+++ /var/tmp/diff_new_pack.kuB17q/_new  2017-05-09 18:02:03.674123502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlwt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,28 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xlwt
-Version:1.0.0
+Version:1.2.0
 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
+Source: 
https://files.pythonhosted.org/packages/source/x/xlwt/xlwt-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-Sphinx
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-pkginfo
-BuildRequires:  python-setuptools
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python3-Sphinx
+%if %{with tests}
+BuildRequires:  %{python_module nose}
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 xlwt is a library for generating spreadsheet files that are compatible
@@ -49,18 +52,23 @@
 sed -i 's/\r$//' 
examples/{numbers_demo.py,panes2.py,image_chg_col_wid.py,zoom_magnification.py}
 
 %build
-python setup.py build
+%python_build
 cd docs && make html && rm _build/html/.buildinfo
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
 nosetests
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc docs/_build/html examples
+%doc README.rst
+%doc docs/_build/html/
+%doc examples/
 %{python_sitelib}/*
 
 %changelog

++ xlwt-1.0.0.tar.gz -> xlwt-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.0.0/.gitignore new/xlwt-1.2.0/.gitignore
--- old/xlwt-1.0.0/.gitignore   2015-04-15 03:29:03.0 +0200
+++ new/xlwt-1.2.0/.gitignore   2017-01-04 17:16:40.0 +0100
@@ -5,3 +5,7 @@
 /tests/output
 .coverage
 /docs/_build
+.tox
+/bin
+/include
+/lib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-1.0.0/.travis.yml new/xlwt-1.2.0/.travis.yml
--- old/xlwt-1.0.0/.travis.yml  2015-04-15 22:34:50.0 +0200
+++ n

commit python-xlwt for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2015-05-19 23:44:13

Comparing /work/SRC/openSUSE:Factory/python-xlwt (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlwt.new (New)


Package is "python-xlwt"

Changes:

--- /work/SRC/openSUSE:Factory/python-xlwt/python-xlwt.changes  2013-09-23 
11:17:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new/python-xlwt.changes 
2015-05-19 23:44:14.0 +0200
@@ -1,0 +2,19 @@
+Thu May 14 16:06:30 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.0.0:
+  * Python 3 support.
+  * Initial set of unit tests.
+  * An initial set of Sphinx documentation.
+  * Move to setuptools for packaging.
+  * Wire up Travis, Coveralls and ReadTheDocs.
+  * Allow longs as row indexes.
+- add new dependencies python-Sphinx, python-nose, python-pkginfo,
+  python-setuptools
+- only define python_sitelib for SLE11 and remove %py_requires
+- fix end of line encoding of examples scripts
+- remove CFLAGS declaration
+- build the documentation with sphinx
+- run the tests with nosetests
+- update the paths of doc and examples: changed upstream
+
+---

Old:

  xlwt-0.7.5.tar.gz

New:

  xlwt-1.0.0.tar.gz



Other differences:
--
++ python-xlwt.spec ++
--- /var/tmp/diff_new_pack.YN0Zd4/_old  2015-05-19 23:44:15.0 +0200
+++ /var/tmp/diff_new_pack.YN0Zd4/_new  2015-05-19 23:44:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlwt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-xlwt
-Version:0.7.5
+Version:1.0.0
 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
@@ -25,15 +25,16 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/x/xlwt/xlwt-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+BuildRequires:  python-nose
+BuildRequires:  python-pkginfo
+BuildRequires:  python-setuptools
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 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
@@ -44,16 +45,22 @@
 
 %prep
 %setup -q -n xlwt-%{version}
+# fix end of line encoding
+sed -i 's/\r$//' 
examples/{numbers_demo.py,panes2.py,image_chg_col_wid.py,zoom_magnification.py}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python setup.py build
+cd docs && make html && rm _build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests
+
 %files
 %defattr(-,root,root,-)
-%doc xlwt/doc/* xlwt/examples
+%doc docs/_build/html examples
 %{python_sitelib}/*
 
 %changelog

++ xlwt-0.7.5.tar.gz -> xlwt-1.0.0.tar.gz ++
 6909 lines of diff (skipped)




commit python-xlwt for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-xlwt for openSUSE:Factory 
checked in at 2013-09-23 10:59:36

Comparing /work/SRC/openSUSE:Factory/python-xlwt (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlwt.new (New)


Package is "python-xlwt"

Changes:

--- /work/SRC/openSUSE:Factory/python-xlwt/python-xlwt.changes  2013-01-02 
13:00:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlwt.new/python-xlwt.changes 
2013-09-23 11:17:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 18 14:02:35 UTC 2013 - idon...@suse.com
+
+- Update to version 0.7.5
+  * No changelog provided upstream
+
+---

Old:

  xlwt-0.7.4.tar.gz

New:

  xlwt-0.7.5.tar.gz



Other differences:
--
++ python-xlwt.spec ++
--- /var/tmp/diff_new_pack.DDWZyQ/_old  2013-09-23 11:17:56.0 +0200
+++ /var/tmp/diff_new_pack.DDWZyQ/_new  2013-09-23 11:17:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlwt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -11,12 +11,13 @@
 # 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
+Version:0.7.5
 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

++ xlwt-0.7.4.tar.gz -> xlwt-0.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-0.7.4/PKG-INFO new/xlwt-0.7.5/PKG-INFO
--- old/xlwt-0.7.4/PKG-INFO 2012-04-13 11:55:57.0 +0200
+++ new/xlwt-0.7.5/PKG-INFO 2013-04-06 02:05:28.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.0
 Name: xlwt
-Version: 0.7.4
+Version: 0.7.5
 Summary: Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files, on any platform, with Python 2.3 to 2.7
-Home-page: https://secure.simplistix.co.uk/svn/xlwt/trunk
+Home-page: http://www.python-excel.org/
 Author: John Machin
 Author-email: sjmac...@lexicon.net
 License: BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-0.7.4/licences.py new/xlwt-0.7.5/licences.py
--- old/xlwt-0.7.4/licences.py  2011-10-21 12:19:05.0 +0200
+++ new/xlwt-0.7.5/licences.py  2012-06-29 21:51:19.0 +0200
@@ -80,3 +80,35 @@
 
 Subject: pyExcelerator
 """
+
+"""
+Portions of xlwt.Utils based on:
+pyXLWriter - A library for generating Excel Spreadsheets
+
+The licensing of pyXLWriter is as follows:
+
+ Copyright (c) 2004 Evgeny Filatov 
+ Copyright (c) 2002-2004 John McNamara (Perl Spreadsheet::WriteExcel)
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
+ General Public License for more details:
+
+ http://www.gnu.org/licenses/lgpl.html
+
+ pyXLWriter also makes reference to the PERL Spreadsheet::WriteExcel as 
follows:
+ 
+ 
+  This module was written/ported from PERL Spreadsheet::WriteExcel module
+  The author of the PERL Spreadsheet::WriteExcel module is John McNamara
+  
+ 
+
+"""
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlwt-0.7.4/setup.py new/xlwt-0.7.5/setup.py
--- old/xlwt-0.7.4/setup.py 2012-04-13 11:55:28.0 +0200
+++ new/xlwt-0.7.5/setup.py 2013-04-05 00:50:09.0 +0200
@@ -33,17 +33,13 @@
 'xls excel spreadsheet workbook worksheet pyExcelerator'
 )
 
-SVN_URL = 'https://secure.simplistix.co.uk/svn/xlwt/trunk'
-
-DOWNLOAD_URL = 'http://pypi.python.org/pypi/xlwt'
-
 setup(
 name = 'xlwt',
 version = __VERSION__,
 maintainer = 'John Machin',
 maintainer_email = 'sjmac...@lexicon.net',
-url = SVN_URL,
-do

commit python-xlwt for openSUSE:Factory

2013-01-02 Thread h_root
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.0 +0100
@@ -0,0 +1,23 @@
+---
+Thu Dec 27 10:07:23 UTC 2012 - cfarr...@suse.com
+
+- 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 - jf...@funktronics.ca
+
+- Update to 0.7.4
+  * No change information available
+
+---
+Tue Feb 21 19:56:05 UTC 2012 - jf...@funktronics.ca
+
+- Update to 0.7.3
+- Update spec for current conventions
+
+---
+Wed May 12 13:03:16 UTC 2010 - jf...@funktronics.ca
+
+- 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org