Hello community,

here is the log from the commit of package python-PyECLib for openSUSE:Factory 
checked in at 2019-06-18 14:59:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyECLib (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyECLib.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyECLib"

Tue Jun 18 14:59:21 2019 rev:2 rq:710509 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyECLib/python-PyECLib.changes    
2017-10-24 22:24:49.852338631 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyECLib.new.4811/python-PyECLib.changes  
2019-06-18 14:59:24.645296123 +0200
@@ -1,0 +2,9 @@
+Tue Jun 18 08:45:55 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.6.0:
+  * Find liberasurecode in more environments
+  * Test against Python 3.7
+  * Test with more backends
+- Switch to singlespec
+
+-------------------------------------------------------------------

Old:
----
  pyeclib-1.5.0.tar.gz

New:
----
  License.txt
  pyeclib-1.6.0.tar.gz

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

Other differences:
------------------
++++++ python-PyECLib.spec ++++++
--- /var/tmp/diff_new_pack.hNWInu/_old  2019-06-18 14:59:25.253295821 +0200
+++ /var/tmp/diff_new_pack.hNWInu/_new  2019-06-18 14:59:25.261295817 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyECLib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,22 +12,26 @@
 # 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/
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyECLib
-Version:        1.5.0
+Version:        1.6.0
 Release:        0
 Summary:        Simple interface for implementing erasure codes
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://git.openstack.org/cgit/openstack/pyeclib/
-Source:         
https://files.pythonhosted.org/packages/source/P/PyECLib/pyeclib-%{version}.tar.gz
+URL:            http://git.openstack.org/cgit/openstack/pyeclib/
+Source:         
https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib-%{version}.tar.gz
+Source99:       
https://opendev.org/openstack/pyeclib/raw/branch/master/License.txt
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  liberasurecode-devel >= 1.4.0
-BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
+%python_subpackages
 
 %description
 This library makes use of Jesasure for Reed-Solomon as implemented by the
@@ -39,22 +43,23 @@
 require a minimum number of participating disks during single-disk
 reconstruction (think XOR-based LRC code).
 
-
 %prep
 %setup -q -n pyeclib-%{version}
+cp %{SOURCE99} .
 
 %build
-CFLAGS="%{optflags}" %{__python2} setup.py build
+%python_build
 
 %install
-%{__python2} setup.py install --skip-build --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%{__python2} setup.py test
+%python_exec setup.py test
 
-%files
-%{python2_sitearch}/pyeclib
-%{python2_sitearch}/pyeclib_c.so
-%{python2_sitearch}/pyeclib*egg-info
+%files %{python_files}
+%doc README.rst
+%license License.txt
+%{python_sitearch}/pyeclib*
 
 %changelog

++++++ License.txt ++++++
Copyright (c) 2013-2015, Kevin Greenan (kmgre...@gmail.com)
Copyright (c) 2013-2015, Tushar Gohad (tusha...@gmail.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.  THIS SOFTWARE IS PROVIDED BY
THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++++++ pyeclib-1.5.0.tar.gz -> pyeclib-1.6.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-PyECLib/pyeclib-1.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-PyECLib.new.4811/pyeclib-1.6.0.tar.gz 
differ: char 5, line 1


Reply via email to