python-bcrypt 3.2.0-1 source package in Ubuntu

Changelog

python-bcrypt (3.2.0-1) unstable; urgency=medium

  * Team upload.

  [ Gordon Ball ]
  * Patch c extension to support build on hurd; patch from Samuel Thibault
    (Closes: #976706)
  * New upstream version 3.2.0
  * Declare Rules-Requires-Root: no
  * Standards-Version 4.6.0
  * Debhelper compat 13

 -- Gordon Ball <email address hidden>  Sat, 09 Oct 2021 19:58:26 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-bcrypt_3.2.0-1.dsc 2.1 KiB 0969ad6b17171dbf45ff21e9fd5f598766c1b5f5343c8d0cd44dc841c65ed9b0
python-bcrypt_3.2.0.orig.tar.gz 41.4 KiB 5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
python-bcrypt_3.2.0-1.debian.tar.xz 12.3 KiB 6c5eccd6bdabcd7b5409509a98a1b9a777aae9eb9dade771f4b385fb2e5c51f4

No changes file available.

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