forked from pool/python-asyncssh
Accepting request 919660 from home:dimstar:Factory
- Do not build for python 3.6: the required dependency uvloop does no longer support Python 3.6 since version 0.16. OBS-URL: https://build.opensuse.org/request/show/919660 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 07:02:49 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not build for python 3.6: the required dependency uvloop does
|
||||
no longer support Python 3.6 since version 0.16.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 13:21:14 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-asyncssh
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
@@ -35,9 +36,9 @@ BuildRequires: %{python_module gssapi >= 1.2.0}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module uvloop >= 0.9.1}
|
||||
BuildRequires: (libnettle8 if python38-base)
|
||||
BuildRequires: openssh
|
||||
BuildRequires: openssl
|
||||
BuildRequires: (libnettle8 if python38-base)
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -46,8 +47,8 @@ Requires: python-cryptography >= 2.8
|
||||
Requires: python-gssapi >= 1.2.0
|
||||
Requires: python-libnacl >= 1.4.2
|
||||
Requires: python-pyOpenSSL >= 17.0.0
|
||||
Recommends: python-fido2 >= 0.8.1
|
||||
Recommends: libnettle8
|
||||
Recommends: python-fido2 >= 0.8.1
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@@ -56,7 +57,6 @@ BuildArch: noarch
|
||||
AsyncSSH is a Python package which provides an asynchronous client and
|
||||
server implementation of the SSHv2 protocol on top of the Python asyncio framework.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n asyncssh-%{version}
|
||||
%patch0 -p1
|
||||
@@ -69,7 +69,7 @@ server implementation of the SSHv2 protocol on top of the Python asyncio framewo
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec -m unittest discover -v
|
||||
%python_exec -m unittest discover -v
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user