python-bcrypt 3.2.2-1build1 source package in Ubuntu

Changelog

python-bcrypt (3.2.2-1build1) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:16:50 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Downloads

File Size SHA-256 Checksum
python-bcrypt_3.2.2.orig.tar.gz 41.5 KiB 433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb
python-bcrypt_3.2.2.orig.tar.gz.asc 488 bytes efc05d3f154d0f608ade652d3eeb6dc1565fa5cc2f311ef8a9c32f89edde2780
python-bcrypt_3.2.2-1build1.debian.tar.xz 12.4 KiB 7290a5a82dbc74e2272048e37b14f3d3b7a181d09a0f7e12fe9511641335d5c3
python-bcrypt_3.2.2-1build1.dsc 2.5 KiB e2ece2c4a4f9019dccc5b0ac8e15e580911b439b839bbbf99b7f29768e579842

View changes file

Binary packages built by this source

python3-bcrypt: password hashing library for Python 3

 bcrypt is a Python module which provides a password hashing method based on
 the Blowfish password hashing algorithm, as described in
 "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres:
 http://static.usenix.org/events/usenix99/provos.html.
 .
 This package provides the bcrypt Python module for Python 3.x.

python3-bcrypt-dbgsym: debug symbols for python3-bcrypt