commit python-blosc for openSUSE:Factory
Hello community, here is the log from the commit of package python-blosc for openSUSE:Factory checked in at 2020-01-31 23:56:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blosc (Old) and /work/SRC/openSUSE:Factory/.python-blosc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-blosc" Fri Jan 31 23:56:52 2020 rev:13 rq:768838 version:1.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blosc/python-blosc.changes 2019-07-23 22:43:46.638711502 +0200 +++ /work/SRC/openSUSE:Factory/.python-blosc.new.26092/python-blosc.changes 2020-01-31 23:58:01.219674275 +0100 @@ -1,0 +2,13 @@ +Thu Jan 30 16:30:20 UTC 2020 - Todd R <toddrme2178@gmail.com> + +- Update to 1.8.3 + * Add a missing pyproject.toml to MANIFEST.in. This allows + to install the necessary skbuild module. +- Update to 1.8.2 + * Use cmake internally to build the Python extension via the + scikit-build library. This seems enough to cope with the + conflicting types in using XGETBV when using a recent GCC + (>= 9.1) compiler. + * Include C-Blosc v1.17.1. + +------------------------------------------------------------------- Old: ---- blosc-1.8.1.tar.gz New: ---- blosc-1.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blosc.spec ++++++ --- /var/tmp/diff_new_pack.TBjAdL/_old 2020-01-31 23:58:02.479674928 +0100 +++ /var/tmp/diff_new_pack.TBjAdL/_new 2020-01-31 23:58:02.487674932 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-blosc # -# 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,26 +12,28 @@ # 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-blosc -Version: 1.8.1 +Version: 1.8.3 Release: 0 Summary: Blosc data compressor for Python License: MIT Group: Development/Languages/Python -Url: http://www.blosc.org/ +URL: https://github.com/Blosc/python-blosc Source: https://files.pythonhosted.org/packages/source/b/blosc/blosc-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module scikit-build} BuildRequires: %{python_module setuptools} BuildRequires: blosc-devel >= 1.9.0 BuildRequires: c++_compiler +BuildRequires: cmake BuildRequires: fdupes +BuildRequires: ninja BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module nose} @@ -52,11 +54,16 @@ %build export CFLAGS="%{optflags}" -%python_exec setup.py build_ext --inplace --blosc=%{_prefix} -%python_exec setup.py build --blosc=%{_prefix} +export BLOSC_DIR=%{_prefix} +%python_exec setup.py build_clib +%python_exec setup.py build_ext --inplace +%python_build %install -%python_exec setup.py install -O1 --skip-build --force --root=%{buildroot} --prefix=%{_prefix} --blosc=%{_prefix} +export BLOSC_DIR=%{_prefix} +# This is being installed in purelib instead of platlib +# See: https://github.com/Blosc/python-blosc/issues/222 +%python_exec setup.py install -O1 --skip-build --force --root %{buildroot} --install-purelib=%{$python_sitearch} %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -65,12 +72,11 @@ %{python_expand export PYTHONDONTWRITEBYTECODE=1 export PYTHONPATH=%{buildroot}%{$python_sitearch} $python -c "import blosc; blosc.print_versions()" -nosetests-%{$python_bin_suffix} blosc +nosetests-%{$python_bin_suffix} %{buildroot}%{$python_sitearch}/blosc } popd %files %{python_files} -%defattr(-,root,root,-) %doc ANNOUNCE.rst README.rst RELEASE_NOTES.rst %license LICENSES/*.txt %{python_sitearch}/blosc-%{version}-py*.egg-info ++++++ blosc-1.8.1.tar.gz -> blosc-1.8.3.tar.gz ++++++ ++++ 131066 lines of diff (skipped)
participants (1)
-
root