# HG changeset patch # User Goffi # Date 1616096778 -3600 # Node ID 3ac28e51a24fc11598391da572f2c573038dc540 # Parent 1f1741dc3cc4b1d45d751ce1bb5c745c8b49b88d core: removed `sat_tmp.twisted` patches + update minimum Twisted version: - `sat_tmp` patches are not needed anymore and cause trouble with latest Twisted (21.02) - update minimum to `20.3.0` which is the first one to support Python 3.8 diff -r 1f1741dc3cc4 -r 3ac28e51a24f setup.py --- a/setup.py Sat Feb 27 18:39:25 2021 +0100 +++ b/setup.py Thu Mar 18 20:46:18 2021 +0100 @@ -44,7 +44,7 @@ 'pyxdg', 'sat_tmp >= 0.7.0a4', 'shortuuid', - 'twisted[tls] >= 19.7.0', + 'twisted[tls] >= 20.3.0', 'treq', 'urwid >= 1.2.0', 'urwid-satext >= 0.7.0a2', diff -r 1f1741dc3cc4 -r 3ac28e51a24f twisted/plugins/sat_plugin.py --- a/twisted/plugins/sat_plugin.py Sat Feb 27 18:39:25 2021 +0100 +++ b/twisted/plugins/sat_plugin.py Thu Mar 18 20:46:18 2021 +0100 @@ -26,12 +26,6 @@ from sat.core.constants import Const as C from sat.core.i18n import _ -# patch for Python 3.8 compatibility -from sat_tmp.twisted import install as install_twisted_patches - - -install_twisted_patches() - def initialise(options): """Method to initialise global modules"""