Accepting request 785562 from devel:languages:python

- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/785562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-brotlipy?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-03-26 23:25:04 +00:00 committed by Git OBS Bridge
commit adef4246fa
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 16 10:21:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
-------------------------------------------------------------------
Fri Nov 1 11:37:53 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-brotlipy
#
# Copyright (c) 2019 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
@ -17,14 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-brotlipy
Version: 0.7.0
Release: 0
Summary: Python binding to the Brotli library
License: MIT
Group: Development/Languages/Python
Url: https://github.com/python-hyper/brotlipy
Source0: https://pypi.io/packages/source/b/brotlipy/brotlipy-%{version}.tar.gz
URL: https://github.com/python-hyper/brotlipy
Source0: https://files.pythonhosted.org/packages/source/b/brotlipy/brotlipy-%{version}.tar.gz
# Copy of https://github.com/google/brotli/tree/46c1a881b41bb638c76247558aa04b1591af3aa7/tests/testdata
Source1: testdata.tgz
Source2: https://raw.githubusercontent.com/python-hyper/brotlipy/master/test/conftest.py
@ -37,9 +37,11 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: libbrotli-devel
BuildRequires: python-enum34
BuildRequires: python-rpm-macros
Requires: python-cffi >= 1.0.0
%if %{with python2}
BuildRequires: python-enum34
%endif
%ifpython2
Requires: python-enum34
%endif
@ -77,7 +79,7 @@ export USE_SHARED_BROTLI=1
%check
# the skipped tests are benchmarks which can be flaky in OBS
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest -k 'not (test_streaming_compression or test_streaming_compression_flush)'
%pytest_arch -k 'not (test_streaming_compression or test_streaming_compression_flush)'
%files %{python_files}
%license LICENSE