Path to this page: ./
security/py-bcrypt,
Modern password hashing for your software and your servers
Branch: CURRENT,
Version: 5.0.0,
Package name: py313-bcrypt-5.0.0,
Maintainer: pkgsrc-usersModern password hashing for your software and your servers.
Required to run:[
devel/py-setuptools] [
devel/py-cffi] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 24.791 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-09) Updated to version: py313-bcrypt-5.0.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-14) Updated to version: py312-bcrypt-4.3.0nb1
CVS history: (Expand)
2025-10-09 13:45:18 by Thomas Klausner | Files touched by this commit (4) |  |
Log message: py-bcrypt: update to 5.0.0. 5.0.0 Bumped MSRV to 1.74. Added support for Python 3.14 and free-threaded Python 3.14. Added support for Windows on ARM. Passing hashpw a password longer than 72 bytes now raises a ValueError. \ Previously the password was silently truncated, following the behavior of the \ original OpenBSD bcrypt implementation. |
2025-04-14 07:08:09 by Adam Ciarcinski | Files touched by this commit (24) |  |
Log message: Fix PLIST after py-setuptools update; bump depends and revision |
2025-03-05 14:43:12 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message: py-bcrypt: updated to 4.3.0 4.3.0 Dropped support for Python 3.7. We now support free-threaded Python 3.13. We now support PyPy 3.11. We now publish wheels for free-threaded Python 3.13, for PyPy 3.11 on manylinux, \ and for ARMv7l on manylinux. |
| 2025-02-18 16:05:11 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-bcrypt: Support versioned dependencies. Allows the older py-bcrypt3 package to be used as a dependency for platforms that do not support Rust. From Jonathan Perkin <jperkin@smartos.org> via drecklypkg commit 974f071270b80e53e8cdafee4c570282f870a985 |
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 |