$ cat sopel-plugin-deprecation-warnings.txt [2024-08-11 13:35:48,599] sopel.bot INFO - Plugin loaded: wikipedia [2024-08-11 13:35:48,662] sopel.module WARNING - Deprecated since 8.0, will be removed in 9.0: sopel.module has been replaced by sopel.plugin File "/home/sopel/.local/lib/python3.12/site-packages/sopel/module.py", line 46, indeprecated( Deprecated since 7.0, will be removed in 9.0: use sopel.tools.get_logger instead File "/home/sopel/.sopel/plugins/rss.py", line 21, in LOGGER = get_logger(__name__) Deprecated since 7.0, will be removed in 9.0: use sopel.tools.get_logger instead File "/home/sopel/.sopel/plugins/rss.py", line 1159, in Options LOGGER = get_logger(__name__) [2024-08-11 13:35:48,708] sopel.externals.rss INFO - reading feeds [2024-08-11 13:35:48,708] sopel.externals.rss DEBUG - #application|GIMP|https://www.gimp.org/feeds/atom.xml Deprecated since 8.0, will be removed in 9.0: Use SopelDB.engine directly File "/home/sopel/.sopel/plugins/rss.py", line 660, in _db_check_if_table_exists return bot.db.execute(sql_check_table, (tablename,)).fetchall() Deprecated since 8.0, will be removed in 9.0: Use SopelDB.engine directly File "/home/sopel/.sopel/plugins/rss.py", line 693, in _db_read_hashes_from_database return bot.db.execute(sql_hashes).fetchall()