14
0

Accepting request 693196 from home:pgajdos

- version update to 0.5.4
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/693196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-snappy?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-04-11 11:49:40 +00:00
committed by Git OBS Bridge
parent e5eab71588
commit 7186b2a960
4 changed files with 15 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-snappy
Version: 0.5.3
Version: 0.5.4
Release: 0
Summary: Python library for the snappy compression library
License: BSD-3-Clause
@@ -29,8 +29,11 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
BuildRequires: fdupes
BuildRequires: pkgconfig(snappy)
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(snappy)
# SECTION test requirements
BuildRequires: %{python_module nose}
# /SECTION
%python_subpackages
%description
@@ -55,6 +58,7 @@ pushd tester
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
$python -B test_snappy.py
$python -B test_formats.py
$python -B test_hadoop_snappy.py
}
popd