python-rsa 4.9-2 source package in Ubuntu

Changelog

python-rsa (4.9-2) unstable; urgency=medium

  * Team Upload
  * remove extraneous dependency on python3-mock

 -- Alexandre Detiste <email address hidden>  Mon, 26 Feb 2024 08:27:04 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rsa_4.9-2.dsc 2.0 KiB f2cec8195160e71fa59b9b134eefbd5478f878af2b1fddcf4c536ee163e78b56
python-rsa_4.9.orig.tar.gz 29.0 KiB e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21
python-rsa_4.9-2.debian.tar.xz 4.0 KiB b5f2dda603e064695b5795be11a22d7772b8b78d9e192dcf1f4e4e5ea79586b7

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.