From c816a53b7c2126b17af88d671589bc2a61dcea127a0c5b66c2ef53d225a7ad58 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 18 Jun 2019 12:58:28 +0000 Subject: [PATCH] Accepting request 710341 from devel:languages:python - 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/request/show/710341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=5 --- lz4-2.1.10.tar.gz | 3 +++ lz4-2.1.6.tar.gz | 3 --- python-lz4.changes | 7 +++++++ python-lz4.spec | 13 ++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 lz4-2.1.10.tar.gz delete mode 100644 lz4-2.1.6.tar.gz diff --git a/lz4-2.1.10.tar.gz b/lz4-2.1.10.tar.gz new file mode 100644 index 0000000..96a535d --- /dev/null +++ b/lz4-2.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4ac5a9b54d6d6b5bb0d6f9b77790f1460e2aeb37cd8ec76c96fe78aaf4a2a8 +size 138372 diff --git a/lz4-2.1.6.tar.gz b/lz4-2.1.6.tar.gz deleted file mode 100644 index 70e30bc..0000000 --- a/lz4-2.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c03f6b52b136a61b3168e875753a60d171a3efbab3601d66402a78dd20de4d2 -size 129066 diff --git a/python-lz4.changes b/python-lz4.changes index 5377fec..4a75887 100644 --- a/python-lz4.changes +++ b/python-lz4.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 17 11:57:13 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-lz4.spec b/python-lz4.spec index 2e501c4..fa88ff8 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -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