public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Georg Sauthoff <mail@gms.tf>
To: git-commits@fedoraproject.org
Subject: [rpms/python-asyncssh] epel10: upgrade to 2.19 upstream
Date: Sun, 12 Jul 2026 22:06:15 GMT	[thread overview]
Message-ID: <178389397580.1.1893170652363716934.rpms-python-asyncssh-58495821b53b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-asyncssh
Branch : epel10
Commit : 58495821b53b46dd7ab3d5d4aaf5e7727e17247f
Author : Georg Sauthoff <mail@gms.tf>
Date   : 2025-01-14T00:07:48+01:00
Stats  : +11/-18 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-asyncssh/c/58495821b53b46dd7ab3d5d4aaf5e7727e17247f?branch=epel10

Log:
upgrade to 2.19 upstream

---
diff --git a/python-asyncssh.spec b/python-asyncssh.spec
index 50991fb..778d494 100644
--- a/python-asyncssh.spec
+++ b/python-asyncssh.spec
@@ -5,7 +5,7 @@ implements many SSH protocol features such as the various channels,\
 SFTP, SCP, forwarding, session multiplexing over a connection and more.
 
 Name:           python-%{srcname}
-Version:        2.17.0
+Version:        2.19.0
 Release:        1%{?dist}
 Summary:        Asynchronous SSH for Python
 
@@ -17,23 +17,12 @@ Source0:        %pypi_source
 
 BuildArch:      noarch
 
-# required for py3_build macro
-BuildRequires:  python3-devel
-
-BuildRequires:  python3-setuptools
-
 # required by unittests
 BuildRequires:  nmap-ncat
 BuildRequires:  openssh-clients
 BuildRequires:  openssl
-BuildRequires:  python3-bcrypt
 BuildRequires:  python3-gssapi
-BuildRequires:  python3-libnacl
-BuildRequires:  python3-pyOpenSSL
-
-BuildRequires:  python3-cryptography
 
-BuildRequires:  python3-typing-extensions
 
 # for ed25519 etc.
 Recommends:     python3-libnacl
@@ -60,27 +49,31 @@ Summary:        %{summary}
 %prep
 %autosetup -p1 -n %{srcname}-%{version}
 
+%generate_buildrequires
+%pyproject_buildrequires -t
+
 
 %build
 sed -i '1,1s@^#!.*$@#!%{__python3}@' examples/*.py
-%py3_build
+%pyproject_wheel
 
 
 %install
-%py3_install
+%pyproject_install
+%pyproject_save_files -l %{srcname}
 
 %check
-# tests fail on el9: https://github.com/ronf/asyncssh/issues/566
 %{__python3} -m unittest discover -s tests -t . -v
 
-%files -n python3-%{srcname}
+%files -n python3-%{srcname} -f %{pyproject_files}
 %license LICENSE COPYRIGHT
 %doc README.rst examples
-%{python3_sitelib}/%{srcname}/
-%{python3_sitelib}/%{srcname}-*-py*.egg-info/
 
 
 %changelog
+* Sun Jan 12 2025 Georg Sauthoff <mail@gms.tf> - 2.19.0-1
+- Update to latest upstream version (fixes fedora#2321945)
+
 * Mon Sep 09 2024 Georg Sauthoff <mail@gms.tf> - 2.17.0-1
 - Update to latest upstream version (fixes fedora#2295694)
 

                 reply	other threads:[~2026-07-12 22:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178389397580.1.1893170652363716934.rpms-python-asyncssh-58495821b53b@fedoraproject.org \
    --to=mail@gms.tf \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox