python-ecdsa 0.13.3-1 source package in Ubuntu

Changelog

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

  * New upstream release (0.13.3):
    - Refresh debian/patches
  * Bump Standards-Version to 4.4.1. No changes required
  * debian/control: Add python3-pytest as build dependency

 -- Josue Ortega <email address hidden>  Wed, 09 Oct 2019 19:00:24 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.13.3-1.dsc 2.1 KiB 560a51878732f2518058054ea8f34a03e8b4817cb26a9da10dfe5d1e4e641431
python-ecdsa_0.13.3.orig.tar.gz 59.1 KiB 163c80b064a763ea733870feb96f9dd9b92216cfcacd374837af18e4e8ec3d4d
python-ecdsa_0.13.3-1.debian.tar.xz 4.8 KiB 86d0547e4fc4a47ad31b956b4eebdfa7e2819c40571aa280ac28a246eb05cfce

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.