python-bcrypt 3.2.2-1 source package in Ubuntu

Changelog

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

  * Team upload
  * The advertisement clause was removed with 3.1.7-1
  * New upstream version 3.2.2
  * Drop unneeded B-D python3-six

 -- Bastian Germann <email address hidden>  Tue, 03 Jan 2023 23:03:20 +0100

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
Mantic release main python
Lunar release main python

Downloads

File Size SHA-256 Checksum
python-bcrypt_3.2.2-1.dsc 2.2 KiB 0c8f22793c3996fea34913f338d4e8913ac58f74645428f8251123b3200cbb27
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-1.debian.tar.xz 12.3 KiB 9b4d49f86df9dc82ed0999d4192180bb9d90c566e9744401a24a4a619d982944

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