python-bcrypt 3.1.7-4build2 source package in Ubuntu

Changelog

python-bcrypt (3.1.7-4build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sun, 17 Oct 2021 10:14:55 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
linux-any kfreebsd-any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-bcrypt_3.1.7.orig.tar.xz 33.3 KiB 9f2a25ec9e7df6dc448787df6a540b779e1f86445bf3c325043810bcc43a2d2b
python-bcrypt_3.1.7-4build2.debian.tar.xz 12.1 KiB c0e09a69a3b3680cd1d9e8a42de4f2ccaa7617208c4c0169700d508b9778be7b
python-bcrypt_3.1.7-4build2.dsc 2.2 KiB 1cbb9031c527bb4de33aaf332281a5ac75481097d02776dc5fb440ceb6767460

Available diffs

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