python-rsa 4.8-1 source package in Ubuntu

Changelog

python-rsa (4.8-1) unstable; urgency=medium

  * New upstream version 4.8
  * Bump Standards-Version to 4.6.0
  * d/patches: Remove unused patch

 -- TANIGUCHI Takaki <email address hidden>  Sun, 28 Nov 2021 23:16:31 +0900

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rsa_4.8-1.dsc 2.0 KiB fcd020f154a9069a77ce13c37b387dbc64be5a0e974f81a8bb2c813286db8b9e
python-rsa_4.8.orig.tar.gz 27.7 KiB 5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17
python-rsa_4.8-1.debian.tar.xz 3.8 KiB 904f87ad36ebe02bbc40ced4985107f554b713215208aad81138354f866d9c36

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.