python-bcrypt 2.0.0-2 source package in Ubuntu

Changelog

python-bcrypt (2.0.0-2) unstable; urgency=medium

  * Added import-tests-from-github.patch.
  * deb/control: added python3-six to build-deps.
  * deb/rules: removed test break failsafe from dh_auto_test override,
    added customized py.test call.
  * Added DEP-8 tests.

 -- Daniel Stender <email address hidden>  Sun, 10 Jan 2016 23:10:49 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules 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_2.0.0-2.dsc 1.9 KiB be993d1e198c187c64816fbd028b3e90ac9f4d7d58e11c7a2ff386b8ea25fa51
python-bcrypt_2.0.0.orig.tar.xz 32.6 KiB 72099d8517f065e35c1ab93346200057d503fa417c81eb7483e8e5027074432f
python-bcrypt_2.0.0-2.debian.tar.xz 39.4 KiB 17f3fdf83338c63d9231a7646c8665511b2cd50239ad0404688b102326d54959

Available diffs

No changes file available.

Binary packages built by this source

python-bcrypt: password hashing library for Python

 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 2.x.

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.