From fe01dd00fbebbf46f8cab552b89c402124541cab Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Wed, 22 Sep 2021 00:00:19 +0200 Subject: Replace py-bcrypt with bcrypt. Almost a drop-in replacement, only needed some str - byte conversions. The former has not seen a release since 2013, the latter is active with a last release on Aug. 16th 2020. Signed-off-by: Ben Sturmfels --- docs/source/siteadmin/relnotes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source') diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 09513740..62603392 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -34,6 +34,7 @@ This chapter has important information about our current and previous releases. - Set videos to preload="metadata" to prevent upfront download [trac#5625] (Michael McMahon) - Add a "Troubleshooting" page to the documentation (Ben Sturmfels) - Add Ubuntu 20.04 CI build and reinstate Debian 10 CI build (Ben Sturmfels) +- Switch from `py-bcrypt` to `bcrypt` (Elisei Roca) 0.12.0 -- cgit v1.2.3