keyrings.alt 3.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - pyfs backend is disabled with pyfs 2 (closes: #917496).
  * Refresh debian/patches/no_pytest_flake8.diff.
  * Drop python-fs build-dependency and suggestion.
  * Bump Standards-Version to 4.3.0, no changes needed.

 -- Dmitry Shachnev <email address hidden>  Fri, 28 Dec 2018 09:45:05 +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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keyrings.alt_3.1.1-1.dsc 2.4 KiB 172520ea5ce795e55bf22a87ea834096ad3378822a146ae62f65a53ea08f5dea
keyrings.alt_3.1.1.orig.tar.gz 27.5 KiB 0bc7b75c7e710a3dd7bc4c3841c71467b24ccbce1b85efb2586bdf0c4713f751
keyrings.alt_3.1.1-1.debian.tar.xz 3.5 KiB 2d2866190bb1d196b17f927dd1510a09ff7d25fa7e98e7605fee2c909418c9ef

Available diffs

No changes file available.

Binary packages built by this source

python-keyrings.alt: No summary available for python-keyrings.alt in ubuntu focal.

No description available for python-keyrings.alt in ubuntu focal.

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.