2022-07-13 22:12:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-bcrypt: updated to 3.2.2
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).
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2020-05-17 21:34:13 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
pytest from versioned depends
|
2019-06-20 13:15:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bcrypt: updated to 3.17
3.1.7:
Set a setuptools lower bound for PEP517 wheel building.
We no longer distribute 32-bit manylinux1 wheels. Continuing to produce them was \
a maintenance burden.
|
2019-01-16 20:25:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bcrypt: updated to 3.1.6
3.1.6:
Added support for compilation on Haiku.
|
2018-12-13 11:53:29 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-bcrypt: updated to 3.1.5
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-12 10:31:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bcrypt: update to 3.1.4
3.1.4
Fixed compilation with mingw and on illumos.
|
2017-10-09 08:21:39 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Fixed: PLIST is different for Python 2.x and 3.x
|