14
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

3
lz4-2.1.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db4ac5a9b54d6d6b5bb0d6f9b77790f1460e2aeb37cd8ec76c96fe78aaf4a2a8
size 138372

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c03f6b52b136a61b3168e875753a60d171a3efbab3601d66402a78dd20de4d2
size 129066

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>

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