From 8dc8e4789540d13539a02f9535e9eadea1ebddfba421c74331d752d7de25ad05 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 13 Oct 2020 16:46:04 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=94 --- python-Twisted.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/python-Twisted.changes b/python-Twisted.changes index 39248d5..883ece1 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -7,6 +7,20 @@ Mon Oct 12 21:14:33 UTC 2020 - Matej Cepl https://twistedmatrix.com/trac/ticket/9665, but it has never been confirmed, even less fixed. +------------------------------------------------------------------- +Thu May 28 12:43:51 UTC 2020 - Marketa Calabkova + +- 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 + ------------------------------------------------------------------- Mon May 18 13:15:58 UTC 2020 - Petr Gajdos