Hello community,

here is the log from the commit of package python3-xlwt for openSUSE:Factory 
checked in at 2016-05-25 21:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-xlwt (Old)
 and      /work/SRC/openSUSE:Factory/.python3-xlwt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-xlwt"

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

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-xlwt.new/python3-xlwt-doc.changes       
2016-05-25 21:27:31.000000000 +0200
@@ -0,0 +1,71 @@
+-------------------------------------------------------------------
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May  8 07:12:33 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Wed Jul 29 16:12:19 UTC 2015 - toddrme2...@gmail.com
+
+- Add license to documentation.
+
+-------------------------------------------------------------------
+Wed Jul 29 08:51:26 UTC 2015 - toddrme2...@gmail.com
+
+- Initial python 3 version.
+
+-------------------------------------------------------------------
+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
+
+-------------------------------------------------------------------
+Wed Sep 18 14:02:35 UTC 2013 - idon...@suse.com
+
+- Update to version 0.7.5
+  * No changelog provided upstream
+
+-------------------------------------------------------------------
+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
+
--- /work/SRC/openSUSE:Factory/python3-xlwt/python3-xlwt.changes        
2015-08-17 15:35:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-xlwt.new/python3-xlwt.changes   
2016-05-25 21:27:32.000000000 +0200
@@ -1,0 +2,13 @@
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May  8 07:12:33 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------

New:
----
  python3-xlwt-doc.changes
  python3-xlwt-doc.spec

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

Other differences:
------------------
++++++ python3-xlwt-doc.spec ++++++
#
# spec file for package python3-xlwt-doc
#
# Copyright (c) 2016 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
# 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:           python3-xlwt-doc
Version:        1.0.0
Release:        0
Url:            https://secure.simplistix.co.uk/svn/xlwt/trunk
Summary:        Documentation for python3-xlwt
License:        BSD-4-Clause and BSD-3-Clause and LGPL-2.1+
Group:          Documentation/Other
Source:         
https://files.pythonhosted.org/packages/source/x/xlwt/xlwt-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-Sphinx
BuildRequires:  python3-xlwt = %{version}
Recommends:     python3-xlwt = %{version}
BuildArch:      noarch

%description
Documentation, help files, and examples for python3-xlwt.

%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
# Not needed

%install
cd docs && make html && rm _build/html/.buildinfo

%files
%defattr(-,root,root,-)
%doc docs/_build/html
%doc examples

%changelog
++++++ python3-xlwt.spec ++++++
--- /var/tmp/diff_new_pack.3SPDC5/_old  2016-05-25 21:27:33.000000000 +0200
+++ /var/tmp/diff_new_pack.3SPDC5/_new  2016-05-25 21:27:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-xlwt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,9 +23,8 @@
 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:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
 BuildRequires:  python3-pkginfo
@@ -41,12 +40,9 @@
 
 %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
 python3 setup.py build
-cd docs && make html && rm _build/html/.buildinfo
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -56,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc docs/_build/html examples README.rst docs/licenses.rst
+%doc README.rst docs/licenses.rst
 %{python3_sitelib}/*
 
 %changelog


Reply via email to