15
0

- update to 2.13.1:

* 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.
- drop remove-sha1.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=45
This commit is contained in:
2023-03-06 21:41:06 +00:00
committed by Git OBS Bridge
parent 5970a4c06d
commit 14d22c07dd
5 changed files with 15 additions and 97 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 6 21:40:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.13.1:
* 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.
- drop remove-sha1.patch (upstream)
-------------------------------------------------------------------
Wed Jan 25 12:18:38 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>