forked from pool/python-rsa
Accepting request 827210 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/827210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rsa?expand=0&rev=18
This commit is contained in:
commit
daae6798c7
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 21:04:02 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Replace setup.py test with pytest
|
||||
- Remove %bcond_without tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 15:36:45 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,18 +17,14 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without tests
|
||||
Name: python-rsa
|
||||
Version: 4.6
|
||||
Release: 0
|
||||
Summary: Pure-Python RSA Implementation
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: http://stuvel.eu/rsa
|
||||
URL: https://stuvel.eu/rsa
|
||||
Source: https://files.pythonhosted.org/packages/source/r/rsa/rsa-%{version}.tar.gz
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module mypy}
|
||||
BuildRequires: %{python_module pyasn1 >= 0.1.3}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -37,9 +33,12 @@ Requires(post): update-alternatives
|
||||
Requires(pre): coreutils
|
||||
Requires(preun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
BuildRequires: %{python_module nose}
|
||||
%endif
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module mypy}
|
||||
BuildRequires: %{python_module pyasn1 >= 0.1.3}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -72,11 +71,9 @@ export LC_ALL=en_US.utf8
|
||||
%preun
|
||||
%python_uninstall_alternative pyrsa-priv2pub
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
export LC_ALL=en_US.utf8
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user