15
0

- Add no-test_successResultOfWithFailureHasTraceback.patch to

skip sted.conch.test.test_keys.KeyTests.test_fromOpenSSH,
  which fails. Upstream suggests
  https://twistedmatrix.com/trac/ticket/9665, but it has never
  been confirmed, even less fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=93
This commit is contained in:
2020-10-12 21:16:08 +00:00
committed by Git OBS Bridge
parent 21fdee6018
commit 43518d2944
3 changed files with 33 additions and 11 deletions

View File

@@ -1,16 +1,11 @@
-------------------------------------------------------------------
Thu May 28 12:43:51 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
Mon Oct 12 21:14:33 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 20.3.0
* drop Python 2
* twisted.news is deprecated.
* twisted.conch.ssh now supports the curve25519-sha256 key exchange
algorithm (requires OpenSSL >= 1.1.0).
* many bugfixes and other miscelaneous fixes
- Fixed update-alternatives mechanism
- Added true-binary.patch
- Dropped python-38-xml-namespace.patch
- Reapplied python-38-hmac-digestmod.patch
- Add no-test_successResultOfWithFailureHasTraceback.patch to
skip sted.conch.test.test_keys.KeyTests.test_fromOpenSSH,
which fails. Upstream suggests
https://twistedmatrix.com/trac/ticket/9665, but it has never
been confirmed, even less fixed.
-------------------------------------------------------------------
Mon May 18 13:15:58 UTC 2020 - Petr Gajdos <pgajdos@suse.com>