From f874c9f9fdb39a51871fcb2a688004ff67970f12 Mon Sep 17 00:00:00 2001
From: StevenK <>
Date: Jun 13 2025 17:11:34 +0000
Subject: Update python-asyncssh to version 2.18.0 / rev 30 via SR 1285333
https://build.opensuse.org/request/show/1285333
by user StevenK + anag_factory
- Switch to pyproject macros.
---
diff --git a/.files b/.files
index cf0997b..9b7c5f1 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 81d549c..9ba62b2 100644
--- a/.rev
+++ b/.rev
@@ -546,4 +546,12 @@
1222458
+
+ 78b4515c5c94012b08c402135b197931
+ 2.18.0
+
+ anag_factory
+ - Switch to pyproject macros.
+ 1285333
+
diff --git a/python-asyncssh.changes b/python-asyncssh.changes
index 51dd28d..bb044d5 100644
--- a/python-asyncssh.changes
+++ b/python-asyncssh.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Jun 13 05:35:08 UTC 2025 - Steve Kowalik
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
Thu Nov 7 12:11:27 UTC 2024 - John Paul Adrian Glaubitz
- Update to 2.18.0
diff --git a/python-asyncssh.spec b/python-asyncssh.spec
index 1d3af9b..c42dcbf 100644
--- a/python-asyncssh.spec
+++ b/python-asyncssh.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-asyncssh
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,11 +31,13 @@ BuildRequires: %{python_module bcrypt >= 3.1.3}
BuildRequires: %{python_module cryptography >= 2.8}
BuildRequires: %{python_module fido2 >= 0.8.1}
BuildRequires: %{python_module gssapi >= 1.2.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions}
BuildRequires: %{python_module uvloop >= 0.9.1}
+BuildRequires: %{python_module wheel}
BuildRequires: openssh
BuildRequires: openssl
BuildRequires: (libnettle8 if python38-base)
@@ -61,10 +63,10 @@ server implementation of the SSHv2 protocol on top of the Python asyncio framewo
%autosetup -p1 -n asyncssh-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -74,6 +76,6 @@ server implementation of the SSHv2 protocol on top of the Python asyncio framewo
%license LICENSE COPYRIGHT
%doc README.rst
%{python_sitelib}/asyncssh
-%{python_sitelib}/asyncssh-%{version}*-info
+%{python_sitelib}/asyncssh-%{version}.dist-info
%changelog