diff --git a/asyncssh-2.21.0.tar.gz b/asyncssh-2.21.0.tar.gz deleted file mode 100644 index a964d82..0000000 --- a/asyncssh-2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:450fe13bb8d86a8f4e7d7b5fafce7791181ca3e7c92e15bbc45dfb25866e48b3 -size 539740 diff --git a/asyncssh-2.21.1.tar.gz b/asyncssh-2.21.1.tar.gz new file mode 100644 index 0000000..b2fda6f --- /dev/null +++ b/asyncssh-2.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9943802955e2131536c2b1e71aacc68f56973a399937ed0b725086d7461c990c +size 540515 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index d5816f2..20f102e 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 9 12:26:08 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.21.1 + * Added the capability to defer invoking passphrase callback until + an encrypted private key is actually used in a signing operation, + rather than triggering the callback when keys are loaded. This + will only work when a public key is provided with an encrypted + private key either explicitly or as part of the key format (such + as in OpenSSH's private key format). + * Improved handling of KeyboardInterrupt and task cancellation in + SCP. Thanks go to Viktor Kertesz for reporting this issue and + helping to understand the behavior in various versions of Python. + * Fixed the env option to support mappings other than dict. Thanks + go to Boris Pavlovic for reporting this issue. + * Fixed a potential race condition in SSHForwarder cleanup. Thanks + go to GitHub user misa-hase for reporting this issue and helping + to test the fix. + ------------------------------------------------------------------- Sat Jul 12 17:35:09 UTC 2025 - Dirk Müller diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 22e4d54..a6b2fae 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-asyncssh -Version: 2.21.0 +Version: 2.21.1 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later