python-scrypt 0.8.20-2ubuntu1 source package in Ubuntu

Changelog

python-scrypt (0.8.20-2ubuntu1) noble; urgency=medium

  [ Steve Langasek ]
  * d/rules: re-enable build-time tests, which have been made to pass in
    Ubuntu.

  [ James Page ]
  * d/rules: Add some extra cleaning of .so files to dh_auto_clean.
  * d/source/options: Set a sensible exclusion for .egg-info/*
    mutations.

 -- Corey Bryant <email address hidden>  Wed, 08 Nov 2023 09:36:25 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-scrypt_0.8.20.orig.tar.gz 65.1 KiB abd83b85b1a4317e41be1109a9d8cf97354ce0d62c8b15a0f60534082afe36f5
python-scrypt_0.8.20-2ubuntu1.debian.tar.xz 8.5 KiB ab3f6b463662a84783d3e3e46f9c023414612891d053439b527bde2a6fd09f15
python-scrypt_0.8.20-2ubuntu1.dsc 2.1 KiB 992195303930f2601272010b38713866ae366dcd6cbd4d8a61f7ac5b13410317

View changes file

Binary packages built by this source

python3-scrypt: bindings for the scrypt key derivation function library - Python 3.x

 This is a set of Python bindings for the scrypt key derivation function.
 .
 Scrypt is useful when encrypting password as it is possible to specify a
 minimum amount of time to use when encrypting and decrypting. If, for
 example, a password takes 0.05 seconds to verify, a user won't notice the
 slight delay when signing in, but doing a brute force search of several
 billion passwords will take a considerable amount of time. This is in
 contrast to more traditional hash functions such as MD5 or the SHA family
 which can be implemented extremely fast on cheap hardware.
 .
 This package provides the Python 3.x module.

python3-scrypt-dbgsym: debug symbols for python3-scrypt