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 2025-06-13 18:46:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asyncssh (Old) and /work/SRC/openSUSE:Factory/.python-asyncssh.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncssh" Fri Jun 13 18:46:04 2025 rev:30 rq:1285333 version:2.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes 2024-11-07 16:33:14.816277665 +0100 +++ /work/SRC/openSUSE:Factory/.python-asyncssh.new.19631/python-asyncssh.changes 2025-06-13 18:46:27.737313073 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 05:35:08 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asyncssh.spec ++++++ --- /var/tmp/diff_new_pack.eQHOdo/_old 2025-06-13 18:46:28.377339320 +0200 +++ /var/tmp/diff_new_pack.eQHOdo/_new 2025-06-13 18:46:28.377339320 +0200 @@ -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 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 @@ %autosetup -p1 -n asyncssh-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -74,5 +76,5 @@ %license LICENSE COPYRIGHT %doc README.rst %{python_sitelib}/asyncssh -%{python_sitelib}/asyncssh-%{version}*-info +%{python_sitelib}/asyncssh-%{version}.dist-info