summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-22 17:04:54 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-22 17:04:54 -0500
commit482dba920f91c1e7f3906930a56126aec42caa7c (patch)
tree806c3d7b4dc65d1229ab376b6b0488438fd69d4b /docs/history
parentfc81bf7969129891c36496b5e2392c290b0f9b3c (diff)
parentc7c4ca4ece10ac0e1090bfa6a3bc41baabcf5ce7 (diff)
downloadpasslib-482dba920f91c1e7f3906930a56126aec42caa7c.tar.gz
Merge from stable
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst28
1 files changed, 25 insertions, 3 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index c45c7f0..5a5cf12 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -2,8 +2,8 @@
Passlib 1.7
===========
-**1.7.2** (NOT YET RELEASED)
-============================
+**1.7.2** (2019-11-22)
+======================
This release rolls up assorted bug & compatibility fixes since 1.7.1.
@@ -44,6 +44,26 @@ Bugfixes
* **unittests**: ``crypt()`` unittests now account for linux systems running libxcrypt
(such as recent Fedora releases)
+Deprecations
+------------
+
+.. rst-class:: float-center
+
+.. warning::
+
+ Due to lack of ``pip`` and ``venv`` support, Passlib is no longer fully tested on Python
+ 2.6 & 3.3. There are no known issues, and bugfixes against these versions will still be
+ accepted for the Passlib 1.7.x series.
+ However, **Passlib 1.8 will drop support for Python 2.6 & 3.3; and Passlib 2.0 will drop
+ support for Python 2.x entirely.**
+
+* Support for Python 2.6 & 3.3 is deprecated; and will be dropped in Passlib 1.8.
+
+* .. py:currentmodule:: passlib.hash
+
+ :class:`bcrypt`: ``py-bcrypt`` and ``bcryptor`` backends are deprecated, and support
+ will be removed in Passlib 1.8. Please switch to the ``bcrypt`` backend.
+
Other Changes
-------------
@@ -54,7 +74,9 @@ Other Changes
:class:`argon2`: Now throws helpful error if "argon2" package is actually an incompatible
or supported version of argon2_cffi (:issue:`99`).
-* **documentation**: Various updates & corrections.
+* **documentation**: Various updates & corrections.
+ building the documentation now requires Sphinx 1.6 or newer.
+
**1.7.1** (2017-1-30)
=====================