keyrings.alt 5.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Build-depend on python3-jaraco.context.
  * Bump years in debian/copyright.
  * Bump Standards-Version to 4.7.0, no changes needed.
  * Refresh debian/patches/no_pycryptodomex.patch.

 -- Dmitry Shachnev <email address hidden>  Sat, 04 May 2024 20:02:14 +0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keyrings.alt_5.0.1-1.dsc 2.3 KiB 544316fdad9d64998125ae8758111338801d4d6e585a5e50e70279378cc39986
keyrings.alt_5.0.1.orig.tar.gz 28.2 KiB cd372a1ec446a1bc5a90624a52c88e83b9330218e39047a6c9a48ae37d116745
keyrings.alt_5.0.1-1.debian.tar.xz 4.6 KiB 31606c3c204d81f7181f6b90a8956e6776ffeeb77ff649471987f1a41f00a999

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.