# HG changeset patch # User Goffi # Date 1616102617 -3600 # Node ID 36c9fb677f1dd1fcdca150bf149d9200323025df # Parent b5e1e8d93dd4e7cb71bcec985952b1bdc368152f 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 b5e1e8d93dd4 -r 36c9fb677f1d setup.py --- a/setup.py Sat Feb 27 21:20:32 2021 +0100 +++ b/setup.py Thu Mar 18 22:23:37 2021 +0100 @@ -25,6 +25,7 @@ install_requires = [ 'wokkel >= 0.7.1', + 'twisted >= 20.3.0', 'psycopg2', 'sat_tmp', 'uuid', diff -r b5e1e8d93dd4 -r 36c9fb677f1d twisted/plugins/pubsub.py --- a/twisted/plugins/pubsub.py Sat Feb 27 21:20:32 2021 +0100 +++ b/twisted/plugins/pubsub.py Thu Mar 18 22:23:37 2021 +0100 @@ -55,9 +55,6 @@ import os from os.path import expanduser, realpath import configparser -# patch for Python 3.8 compatibility -from sat_tmp.twisted import install as install_twisted_patches -install_twisted_patches() from zope.interface import implementer from twisted.application.service import IServiceMaker from twisted.application import service