pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-asyncssh



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 21 12:02:26 UTC 2025

Modified Files:
        pkgsrc/security/py-asyncssh: Makefile distinfo

Log Message:
py-asyncssh: updated to 2.20.0

Release 2.20.0 (17 Feb 2025)

* Added support for specifying an explicit path when configuring
  agent forwarding. Thanks go to Aleksandr Ilin for pointing out
  that this options supports more than just a boolean value.

* Added support for environment variable expansion in SSH config,
  for options which support percent expansion.

* Added a new begin_auth callback in SSHClient, reporting the
  username being sent during SSH client authentication. This can be
  useful when the user is conditionally set via an SSH config file.

* Improved strict-kex interoperability during re-keying. Thanks go
  to GitHub user emeryalden for reporting this issue and helping
  to track down the source of the problem.

* Updated SFTP max_requests default to reduce memory usage when
  using large block sizes.

* Updated testing to add Python 3.13 and drop Python 3.7, avoiding
  deprecation warnings from the cryptography package.

* Fixed unit test issues under Windows, allowing unit tests to run
  on Windows on all supported versions of Python.

* Fixed a couple of issues with Python 3.14. Thanks go to Georg
  Sauthoff for initially reporting this.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/py-asyncssh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-asyncssh/Makefile
diff -u pkgsrc/security/py-asyncssh/Makefile:1.49 pkgsrc/security/py-asyncssh/Makefile:1.50
--- pkgsrc/security/py-asyncssh/Makefile:1.49   Tue Feb 18 15:32:10 2025
+++ pkgsrc/security/py-asyncssh/Makefile        Fri Feb 21 12:02:26 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2025/02/18 15:32:10 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2025/02/21 12:02:26 adam Exp $
 
-DISTNAME=      asyncssh-2.19.0
+DISTNAME=      asyncssh-2.20.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
 
@@ -18,8 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-typing-extensio
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"
-PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL
-PYTHON_VERSIONED_DEPENDENCIES+=        bcrypt
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
+PYTHON_VERSIONED_DEPENDENCIES+=        OpenSSL bcrypt cryptography
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.44 pkgsrc/security/py-asyncssh/distinfo:1.45
--- pkgsrc/security/py-asyncssh/distinfo:1.44   Thu Dec 26 13:57:48 2024
+++ pkgsrc/security/py-asyncssh/distinfo        Fri Feb 21 12:02:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/12/26 13:57:48 adam Exp $
+$NetBSD: distinfo,v 1.45 2025/02/21 12:02:26 adam Exp $
 
-BLAKE2s (asyncssh-2.19.0.tar.gz) = 4464afb92917427d608de6ad17010237d58a6ccc668eb128c5c19110e044d099
-SHA512 (asyncssh-2.19.0.tar.gz) = 0ebd963570ddf3c7dbdb6aea109cf1900e42e37a57d4e93f408d1220267ae5b27d3306ce287fbf068ad7cc62b51b548dabd931f7d0d00dbc9025fa7981ddc900
-Size (asyncssh-2.19.0.tar.gz) = 533702 bytes
+BLAKE2s (asyncssh-2.20.0.tar.gz) = 649614cf701d9524f0a5b86ce5f46c5c9a16e3c942cf907da06367062ecdb137
+SHA512 (asyncssh-2.20.0.tar.gz) = 76874efc614290433f200ef8cbb74fbc4e9d2119643a93e6faad95f6595b61c55ed2eb8296c6a1419630f75cda01efb680f25df83018ece06f685ac097031b7e
+Size (asyncssh-2.20.0.tar.gz) = 534719 bytes



Home | Main Index | Thread Index | Old Index