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 Mar 17 17:18:31 UTC 2023
Modified Files:
pkgsrc/security/py-asyncssh: Makefile distinfo
Log Message:
py-asyncssh: updated to 2.13.1
Release 2.13.1 (18 Feb 2023)
----------------------------
* Updated type definitions for mypy 1.0.0, removing a dependency on
implicit Optional types, and working around an issue that could
trigger a mypy internal error.
* Updated unit tests to avoid calculation of SHA-1 signatures, which
are no longer allowed in cryptography 39.0.0.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.34 -r1.35 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.35 pkgsrc/security/py-asyncssh/Makefile:1.36
--- pkgsrc/security/py-asyncssh/Makefile:1.35 Wed Jan 11 12:04:08 2023
+++ pkgsrc/security/py-asyncssh/Makefile Fri Mar 17 17:18:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/01/11 12:04:08 adam Exp $
+# $NetBSD: Makefile,v 1.36 2023/03/17 17:18:31 adam Exp $
-DISTNAME= asyncssh-2.13.0
+DISTNAME= asyncssh-2.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.34 pkgsrc/security/py-asyncssh/distinfo:1.35
--- pkgsrc/security/py-asyncssh/distinfo:1.34 Wed Jan 11 12:04:08 2023
+++ pkgsrc/security/py-asyncssh/distinfo Fri Mar 17 17:18:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2023/01/11 12:04:08 adam Exp $
+$NetBSD: distinfo,v 1.35 2023/03/17 17:18:31 adam Exp $
-BLAKE2s (asyncssh-2.13.0.tar.gz) = 5cce76f2811ba75fa49dd187cfd3331736427926ff619a95c12d99e4305f678b
-SHA512 (asyncssh-2.13.0.tar.gz) = 7575e6da247355ca229fc534f594a587922c1f371a5eb922723715ec1fa56340a644b5b5f47160b258d78edb7c922943e897c07918c0d986af9673820069471f
-Size (asyncssh-2.13.0.tar.gz) = 497171 bytes
+BLAKE2s (asyncssh-2.13.1.tar.gz) = ad125329295c0c39934acc6706762306e4c3aedc39ccffdcc15ec7708dedde2c
+SHA512 (asyncssh-2.13.1.tar.gz) = 0c027283681a24058dbe18bad5289488d65d5ebecdda34f38ad63a6d84b54fd457475ada9ab7269925ced5eacbd22f27fea739ace99bd83ca9ce8f9b2d5f0714
+Size (asyncssh-2.13.1.tar.gz) = 497376 bytes
Home |
Main Index |
Thread Index |
Old Index