From 5c4b311b6951dbfcca1206d10bcbdef1a8dda219 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 17:10:57 -0500 Subject: Make py3compat drop its own changelog entry, and nix the file itself NOTE: imports not fixed yet so this will break CI! --- sites/www/changelog.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sites') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0c4ee192..52b68056 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,13 @@ Changelog ========= +- :support:`-` Remove the now irrelevant ``paramiko.py3compat`` module. + + .. warning:: + This change is backwards incompatible if you were importing anything from + this module. Such references should be easily search-and-replaced with + their modern Python 3.6+ equivalents. + - :support:`-` Drop support for Python versions less than 3.6, including Python 2. So long and thanks for all the fish! @@ -11,11 +18,6 @@ Changelog ``python_requires``, so this should not cause breakage unless you're on an old installation method that can't read this metadata. - .. warning:: - As part of this change, ``paramiko.py3compat`` has been entirely removed. - Any methods you were using from that module should be easily - search-and-replaced with their modern Python 3.6+ equivalents as necessary. - - :release:`2.12.0 <2022-11-04>` - :feature:`2125` (also re: :issue:`2054`) Add a ``transport_factory`` kwarg to `SSHClient.connect ` for advanced -- cgit v1.2.1