python-rsa 4.0-4 source package in Ubuntu

Changelog

python-rsa (4.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ TANIGUCHI Takaki ]
  * add CI config
  * add manpages (Closes: #926691)

 -- TANIGUCHI Takaki <email address hidden>  Sat, 25 Apr 2020 12:48:56 +0900

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rsa_4.0-4.dsc 2.0 KiB a23a52c7a77691303e05748787c6068b899b5628204fe99b9a1cba57df586d2e
python-rsa_4.0.orig.tar.gz 36.5 KiB 1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487
python-rsa_4.0-4.debian.tar.xz 3.7 KiB 1dc7fc9bd0f5e7371cbdeb1097fa2c7bdf51b690043a6330429100c06e0b533a

Available diffs

No changes file available.

Binary packages built by this source

python3-rsa: Pure-Python RSA implementation (Python 3)

 Python-RSA is a pure-Python RSA implementation. It supports encryption
 and decryption, signing and verifying signatures, and key generation
 according to PKCS#1 version 1.5. It can be used as a Python library as
 well as on the commandline. The code was mostly written by Sybren A. Stüvel.
 .
 This package contains the module for Python 3.