Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asyncssh for openSUSE:Factory
checked in at 2021-09-17 23:26:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncssh (Old)
and /work/SRC/openSUSE:Factory/.python-asyncssh.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncssh"
Fri Sep 17 23:26:08 2021 rev:15 rq:919752 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes
2021-02-25 18:27:03.914165978 +0100
+++
/work/SRC/openSUSE:Factory/.python-asyncssh.new.1899/python-asyncssh.changes
2021-09-17 23:26:32.941268147 +0200
@@ -1,0 +2,6 @@
+Fri Sep 17 07:02:49 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Do not build for python 3.6: the required dependency uvloop does
+ no longer support Python 3.6 since version 0.16.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asyncssh.spec ++++++
--- /var/tmp/diff_new_pack.SrL8k0/_old 2021-09-17 23:26:33.409268565 +0200
+++ /var/tmp/diff_new_pack.SrL8k0/_new 2021-09-17 23:26:33.409268565 +0200
@@ -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 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-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 @@
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