python-argon2 21.1.0-1 source package in Ubuntu

Changelog

python-argon2 (21.1.0-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Refer to specific version of license .
  * Apply multi-arch hints.
    + python-argon2-doc: Add Multi-Arch: foreign.

  [ Gordon Ball ]
  * d/watch: use github as upstream
  * d/copyright: s/argon2_cffi/argon2-cffi/
  * d/copyright: drop unused licenses
  * d/control: debhelper compat 13
  * d/control: standards-version 4.6.0
  * d/control: drop old version constraint on dh-python
  * New upstream version 21.1.0
  * Patch documentation build to use generic sphinx theme
  * Drop dependency on python3-six
  * Drop obsolete copyright block and license for extras/msinttypes

 -- Gordon Ball <email address hidden>  Sun, 10 Oct 2021 19:56:17 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
python-argon2_21.1.0-1.dsc 2.2 KiB c60930ae195425830d1dd1c7ba703ee77683bcb10f6e2aeab6be2948360999a1
python-argon2_21.1.0.orig.tar.gz 40.5 KiB ba22c9a5531177a7c0d601e0b3aebd62c868da2caff3dc537916835ce29ac88c
python-argon2_21.1.0-1.debian.tar.xz 14.7 KiB 338c3fdd7707be60e92d3016e2fb238390eff5053027e26dc5e3b97b02d5680d

No changes file available.

Binary packages built by this source

python-argon2-doc: Argon2 password hashing library - Python Module Documentation

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This module provides the documentation for the argon2 Python modules.

python3-argon2: Argon2 password hashing library - Python 3.x Module

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This module provides argon2 hashing primitives for the Python 3 programming
 language.

python3-argon2-dbgsym: No summary available for python3-argon2-dbgsym in ubuntu kinetic.

No description available for python3-argon2-dbgsym in ubuntu kinetic.