summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-02-25 14:27:16 -0500
committerJeff Forcier <jeff@bitprophet.org>2022-02-25 14:27:48 -0500
commite0d5b1c63e25509d8014a5abfa7edcb83da696ec (patch)
tree9687d58d5613e9c2966ebcf576489fa5e2f55344 /sites
parent11232cca7be7bc5fc51eef1e8869db4450bc79e3 (diff)
downloadparamiko-e0d5b1c63e25509d8014a5abfa7edcb83da696ec.tar.gz
Comment and changelog re #1985
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index c423f5a5..af1cef05 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,12 @@
Changelog
=========
+- :support:`1985` Add ``six`` explicitly to install-requires; it snuck into
+ active use at some point but has only been indicated by transitive dependency
+ on ``bcrypt`` until they somewhat-recently dropped it. This will be
+ short-lived until we `drop Python 2
+ support <https://bitprophet.org/projects/#roadmap>`_. Thanks to Sondre
+ Lillebø Gundersen for catch & patch.
- :release:`2.8.1 <2021-11-28>`
- :bug:`985` (via :issue:`992`) Fix listdir failure when server uses a locale.
Now on Python 2.7 `SFTPAttributes <paramiko.sftp_attr.SFTPAttributes>` will