Subject: CVS commit: pkgsrc/security/py-bcrypt
From: Thomas Klausner
Date: 2023-11-13 11:50:06
Message id: 20231113105006.D8160FA3D@cvs.NetBSD.org

Log Message:
py-bcrypt: update to 4.0.1.

4.0.1

    We now build PyPy manylinux wheels.
    Fixed a bug where passing an invalid salt to checkpw could
    result in a pyo3_runtime.PanicException. It now correctly raises
    a ValueError.

4.0.0

    bcrypt is now implemented in Rust. Users building from source
    will need to have a Rust compiler available. Nothing will change
    for users downloading wheels.
    We no longer ship manylinux2010 wheels. Users should upgrade
    to the latest pip to ensure this doesn’t cause issues downloading
    wheels on their platform. We now ship manylinux_2_28 wheels
    for users on new enough platforms.
    NUL bytes are now allowed in inputs.

Files:
RevisionActionfile
1.18modifypkgsrc/security/py-bcrypt/Makefile
1.8modifypkgsrc/security/py-bcrypt/PLIST
1.14modifypkgsrc/security/py-bcrypt/distinfo
1.1addpkgsrc/security/py-bcrypt/cargo-depends.mk