Hello community,

here is the log from the commit of package python-odfpy for openSUSE:Factory 
checked in at 2018-06-29 22:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-odfpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-odfpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-odfpy"

Fri Jun 29 22:27:25 2018 rev:17 rq:617158 version:1.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-odfpy/python-odfpy.changes        
2017-08-28 15:14:59.719019886 +0200
+++ /work/SRC/openSUSE:Factory/.python-odfpy.new/python-odfpy.changes   
2018-06-29 22:27:27.730435432 +0200
@@ -1,0 +2,8 @@
+Wed Jun  6 13:52:20 UTC 2018 - mc...@suse.com
+
+- Clean SPEC file
+- Switched on tests
+- Update to 1.3.6
+    - Various bugfixes
+
+-------------------------------------------------------------------

Old:
----
  odfpy-1.3.5.tar.gz

New:
----
  odfpy-1.3.6.tar.gz

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

Other differences:
------------------
++++++ python-odfpy.spec ++++++
--- /var/tmp/diff_new_pack.zriADJ/_old  2018-06-29 22:27:28.198435077 +0200
+++ /var/tmp/diff_new_pack.zriADJ/_new  2018-06-29 22:27:28.198435077 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-odfpy
 #
-# 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
@@ -16,17 +16,20 @@
 #
 
 
+#
+%define modname odfpy
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:           python-odfpy
-Version:        1.3.5
+Name:           python-%{modname}
+Version:        1.3.6
 Release:        0
 Url:            http://opendocumentfellowship.com/development/projects/odfpy
 Summary:        Python API and tools to manipulate OpenDocument files
-License:        GPL-2.0+ and Apache-2.0
+License:        GPL-2.0-or-later AND Apache-2.0
 Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/source/o/odfpy/odfpy-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/o/%{modname}/%{modname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -62,7 +65,7 @@
 Visit http://odfpy.forge.osor.eu/ for documentation and examples.
 
 %prep
-%setup -q -n odfpy-%{version}
+%setup -q -n %{modname}-%{version}
 sed -i "1d" 
odf/{userfield,odf2xhtml,manifest,element,elementtypes,load,odfmanifest,thumbnail}.py
 # Fix non-executable scripts
 
 %build
@@ -72,10 +75,14 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand PYTHONPATH=build/lib py.test-%{$python_version} -v
+
 %files %{python_files}
 %defattr(-,root,root,-)
 %python3_only %{_bindir}/*
 %python3_only %{_mandir}/man1/*
-%{python_sitelib}/*
+%{python_sitelib}/odf
+%{python_sitelib}/%{modname}*
 
 %changelog

++++++ odfpy-1.3.5.tar.gz -> odfpy-1.3.6.tar.gz ++++++
++++ 28110 lines of diff (skipped)


Reply via email to