Hello community, here is the log from the commit of package python-bcolz for openSUSE:Factory checked in at 2020-04-27 23:37:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bcolz (Old) and /work/SRC/openSUSE:Factory/.python-bcolz.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bcolz" Mon Apr 27 23:37:42 2020 rev:3 rq:797834 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bcolz/python-bcolz.changes 2018-08-15 10:36:51.148122987 +0200 +++ /work/SRC/openSUSE:Factory/.python-bcolz.new.2738/python-bcolz.changes 2020-04-27 23:37:47.823455189 +0200 @@ -1,0 +2,5 @@ +Thu Apr 23 06:11:49 UTC 2020 - Steve Kowalik <[email protected]> + +- Only BuildRequire python-mock under Python 2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bcolz.spec ++++++ --- /var/tmp/diff_new_pack.i4Wzia/_old 2020-04-27 23:37:48.799457094 +0200 +++ /var/tmp/diff_new_pack.i4Wzia/_new 2020-04-27 23:37:48.799457094 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bcolz # -# 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,24 +12,23 @@ # 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-%{**}} %ifarch %{ix86} x86_64 %bcond_without tests %else %bcond_with tests %endif - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-bcolz Version: 1.2.1 Release: 0 Summary: Columnar and compressed data containers License: BSD-2-Clause -Group: Development/Languages/Python -Url: https://github.com/Blosc/bcolz +URL: https://github.com/Blosc/bcolz Source: https://files.pythonhosted.org/packages/source/b/bcolz/bcolz-%{version}.tar.gz BuildRequires: %{python_module Cython >= 0.22} BuildRequires: %{python_module devel} @@ -41,16 +40,15 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -%if %{with tests} -BuildRequires: python-mock -%endif Requires: python-numpy >= 1.8 Requires: python-xml Recommends: python-numexpr >= 2.5.2 Recommends: python-pandas Recommends: python-tables -BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 +%if %{with tests} && %{with python2} +BuildRequires: python-mock +%endif %python_subpackages %description @@ -85,7 +83,6 @@ %endif %files %{python_files} -%defattr(-,root,root,-) %doc ANNOUNCE.rst README.rst RELEASE_NOTES.rst THANKS.rst %license LICENSES/* %{python_sitearch}/bcolz
