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.
This commit is contained in:
adam 2023-03-17 17:18:31 +00:00
parent 0a306e7a72
commit 14a18eee42
2 changed files with 6 additions and 6 deletions

View file

@ -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/}

View file

@ -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