python-ecdsa 0.16.1-1 source package in Ubuntu

Changelog

python-ecdsa (0.16.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Josue Ortega ]
  * New upstream release (0.16.1)
  * Bump Standards-Version to 4.5.1. No changes required
  * debian/watch: Bump file standard version to 4
  * debian/patches: Document Forwarded field as not-needed

 -- Josue Ortega <email address hidden>  Sun, 24 Jan 2021 16:49:10 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.16.1-1.dsc 2.2 KiB 19d2a79be58cdcc76dc90929571ef8d8ddba454ee4168a793a22ded98b01185d
python-ecdsa_0.16.1.orig.tar.gz 124.0 KiB cfc046a2ddd425adbd1a78b3c46f0d1325c657811c0f45ecc3a0a6236c1e50ff
python-ecdsa_0.16.1-1.debian.tar.xz 4.5 KiB 4acf4654faf024e1cce285fb2b193ab79c4aba49fbd799890d82dbf353c29c9b

Available diffs

No changes file available.

Binary packages built by this source

python3-ecdsa: ECDSA cryptographic signature library (Python 3)

 This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
 Digital Signature Algorithm), implemented purely in Python. With this library,
 you can quickly create keypairs (signing key and verifying key), sign messages,
 and verify the signatures. The keys and signatures are very short, making them
 easy to handle and incorporate into other protocols.
 .
 This package contains the module for Python 3.