forked from pool/python-python-yubico
Accepting request 895933 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-yubico?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 28 09:27:28 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- %check: use %pyunittest rpm macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 9 06:09:12 UTC 2019 - pgajdos@suse.com
|
Thu May 9 06:09:12 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-yubico
|
# spec file for package python-python-yubico
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -35,9 +35,9 @@ BuildRequires: %{python_module usb}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-usb
|
Requires: python-usb
|
||||||
BuildArch: noarch
|
|
||||||
Provides: python-yubico = %{version}
|
Provides: python-yubico = %{version}
|
||||||
Obsoletes: python-yubico < %{version}
|
Obsoletes: python-yubico < %{version}
|
||||||
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -64,7 +64,7 @@ but there are things one can do with bi-directional communication:
|
|||||||
%check
|
%check
|
||||||
# needs the hardware
|
# needs the hardware
|
||||||
rm -r test/usb
|
rm -r test/usb
|
||||||
%python_exec setup.py test
|
%pyunittest discover -v
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user