]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-139672: Remove references to `passlib` (GH-139673) (#139867)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Oct 2025 17:19:35 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 17:19:35 +0000 (17:19 +0000)
gh-139672: Remove references to `passlib` (GH-139673)
(cherry picked from commit 04461510fb8bedc054477c2634ffd0e575485b12)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Doc/library/crypt.rst
Doc/whatsnew/3.13.rst

index 9ff37196ccf69ff775ea01e55991747e8ef7ec2f..647cb4925f31dadb4816d051b1e0256f3ad5301b 100644 (file)
@@ -13,7 +13,7 @@ being deprecated in Python 3.11.  The removal was decided in :pep:`594`.
 
 Applications can use the :mod:`hashlib` module from the standard library.
 Other possible replacements are third-party libraries from PyPI:
-:pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`.
+:pypi:`legacycrypt`, :pypi:`bcrypt`, or :pypi:`argon2-cffi`.
 These are not supported or maintained by the Python core team.
 
 The last version of Python that provided the :mod:`!crypt` module was
index 20aeee764f189d21476db29d578e8b3a3c1c6e0e..092af5aaa1c97a57f111c567a571553fefb9f916 100644 (file)
@@ -1569,8 +1569,6 @@ and are now removed:
 
   * :pypi:`bcrypt`:
     Modern password hashing for your software and your servers.
-  * :pypi:`passlib`:
-    Comprehensive password hashing framework supporting over 30 schemes.
   * :pypi:`argon2-cffi`:
     The secure Argon2 password hashing algorithm.
   * :pypi:`legacycrypt`: