keyrings.alt 3.4.0-1 source package in Ubuntu

Changelog

keyrings.alt (3.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop dependencies on python3-mock and python3-six, no longer needed.
  * Bump Standards-Version to 4.5.0, no changes needed.

 -- Dmitry Shachnev <email address hidden>  Mon, 23 Mar 2020 12:19:29 +0300

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keyrings.alt_3.4.0-1.dsc 2.2 KiB 36907a674c9e535af78a47f64787ccf647778a5563131a935134dc05ede10531
keyrings.alt_3.4.0.orig.tar.gz 30.9 KiB 91328ac4229e70b1d0061d21bf61d36b031a6b4828f2682e38c741812f6eb23d
keyrings.alt_3.4.0-1.debian.tar.xz 3.7 KiB b58185ed53973eba22efcb85d1811ba25b233743eae0b90434416f0e8455eb99

Available diffs

No changes file available.

Binary packages built by this source

python3-keyrings.alt: alternate backend implementations for python3-keyring

 The Python keyring library provides an easy way to access the system keyring
 service from Python. It can be used in any application that needs safe
 password storage.
 .
 Keyrings.alt module contains the alternate keyring backend implementations
 for use with python-keyring, most importantly the file backend which does
 not need any external services to work.
 .
 Keyrings in this package may have security risks or other implications.
 These backends were extracted from the main keyring project to make them
 available for those who wish to employ them, but are discouraged for general
 production use. Include this module and use its backends at your own risk.
 .
 This package contains the Python 3 version of keyrings.alt.