summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-07-13py-bcrypt: updated to 3.2.2adam1-3/+4
3.2.2 Fixed packaging of py.typed files in wheels so that mypy works. 3.2.1 Added support for compilation on z/OS The next release of bcrypt with be 4.0 and it will require Rust at compile time, for users building from source. There will be no additional requirement for users who are installing from wheels. Users on most platforms will be able to obtain a wheel by making sure they have an up to date pip. The minimum supported Rust version will be 1.56.0. This will be the final release for which we ship manylinux2010 wheels. Going forward the minimum supported manylinux ABI for our wheels will be manylinux2014. The vast majority of users will continue to receive manylinux wheels provided they have an up to date pip. 3.2.0 Added typehints for library functions. Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5). Shipped abi3 Windows wheels (requires pip >= 20).
2018-12-13py-bcrypt: updated to 3.1.5adam1-2/+2
3.1.5 Added support for compilation on AIX. Dropped Python 2.6 and 3.3 support. Switched to using abi3 wheels for Python 3. If you are not getting a wheel on a compatible platform please upgrade your pip version.
2017-10-09Fixed: PLIST is different for Python 2.x and 3.xadam1-2/+3
2017-10-08py-bcrypt: update to 3.1.3adam1-18/+2
3.1.3 Fixed a compilation issue on Solaris. Added a warning when using too few rounds with kdf.
2015-04-25Fix packaging for python-3.x by using the same .so name for allwiz1-2/+2
supported python versions (like py-cryptography). They are in different paths anyway. While here, sort PLIST and fix CONFLICTS line. Bump PKGREVISION.
2015-04-04Update to version 1.1.1. No public ChangeLog. Fixed HOMEPAGE and addedrodent1-18/+18
py-six and removed py-mock as dependencies for the tests option. Some commits from the repo: Enable coverage testing and require 100% coverage Upgrade crypt_blowfish to 1.3 Removed usage of mock which wasn't really doing anything
2014-05-03Import py27-bcrypt-1.0.2 as security/py-bcrypt.rodent1-0/+30
Modern password hashing for your software and your servers.