2024-11-20 07:16:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-bcrypt: updated to 4.2.1
4.2.1
Bump Rust dependency versions - this should resolve crashes on Python 3.13 \
free-threaded builds.
We no longer build manylinux wheels for PyPy 3.9.
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-23 07:25:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-bcrypt: updated to 4.2.0
4.2.0
Bump Rust dependency versions
Removed the BCRYPT_ALLOW_RUST_163 environment variable.
|
2024-05-04 12:18:12 by Havard Eidnes | Files touched by this commit (5) |
Log message:
security/py-bcrypt: Upgrade to version 4.1.3.
Undo patch from previous versions, now no longer needed.
Upstream changes:
4.1.3:
* Bump Rust dependency versions
|
2024-05-03 21:19:20 by Havard Eidnes | Files touched by this commit (5) |
Log message:
security/py-bcrypt: bump version for vendored pyo3 crate.
Bump pyo3 version from 0.20.0 to 0.20.3, ref.
https://github.com/PyO3/pyo3/releases/tag/v0.20.3
This so that this package can build on ports without 64-bit
atomic operations. Ref. https://github.com/PyO3/pyo3/issues/4153
Bump PKGREVISION.
|
2023-12-16 13:01:18 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-bcrypt: updated to 4.1.2
4.1.2
Publish both py37 and py39 wheels. This should resolve some errors relating to \
initializing a module multiple times per process.
|
2023-12-13 18:39:07 by Amitai Schleier | Files touched by this commit (7) |
Log message:
cargo.mk: centralize Darwin -install_name workaround.
|
2023-12-11 13:14:36 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-bcrypt: updated to 4.1.1
4.1.1
Fixed the type signature on the kdf method.
Fixed packaging bug on Windows.
Fixed incompatibility with passlib package detection assumptions.
4.1.0
Dropped support for Python 3.6.
Bumped MSRV to 1.64. (Note: Rust 1.63 can be used by setting the \
BCRYPT_ALLOW_RUST_163 environment variable)
|
2023-11-15 16:28:53 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py-bcrypt: fix Darwin rpath issue
|
2023-11-13 11:50:06 by Thomas Klausner | Files touched by this commit (4) | |
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.
|