15
0

Accepting request 895161 from devel:languages:python

- %check: use %pyunittest_arch macro

OBS-URL: https://build.opensuse.org/request/show/895161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitstruct?expand=0&rev=3
This commit is contained in:
2021-06-01 08:35:01 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 21 09:39:29 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest_arch macro
-------------------------------------------------------------------
Tue Jul 21 05:57:35 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bitstruct
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -27,6 +27,7 @@ License: MIT
URL: https://github.com/eerimoq/bitstruct
Source: https://files.pythonhosted.org/packages/source/b/bitstruct/bitstruct-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -48,7 +49,8 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python setup.py test
mv bitstruct bitstruct.hide
%pyunittest_arch discover -v tests
%files %{python_files}
%license LICENSE