15
0
forked from pool/python-lz4

- Update to 2.1.10:

* Cleanup some code in _block.c to suppress some compiler warnings
  * Add some more detail to the install docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-06-17 12:01:43 +00:00
committed by Git OBS Bridge
parent 3d2fc2216e
commit b6034e81e2
4 changed files with 16 additions and 10 deletions
+7
View File
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 17 11:57:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.1.10:
* Cleanup some code in _block.c to suppress some compiler warnings
* Add some more detail to the install docs
-------------------------------------------------------------------
Thu Feb 7 18:37:13 UTC 2019 - Todd R <toddrme2178@gmail.com>
+6 -7
View File
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-lz4
Version: 2.1.6
Version: 2.1.10
Release: 0
Summary: LZ4 Bindings for Python
License: BSD-3-Clause
@@ -28,11 +28,11 @@ Source: https://files.pythonhosted.org/packages/source/l/lz4/lz4-%{versi
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pkgconfig}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-future
@@ -58,10 +58,9 @@ export CFLAGS="%{optflags}"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
# Tests timeout
# %%check
# export CFLAGS="%%{optflags}"
# %%python_exec setup.py test
%check
# tests get stuck
#%%pytest_arch
%files %{python_files}
%license LICENSE
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.