keyrings.alt 5.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update dh_installchangelogs command for upstream NEWS file rename.
  * Bump years in debian/copyright.
  * Drop python3-toml build-dependency. Instead, depend on setuptools-scm
    7.1.0, which uses tomllib from Python standard library.
  * Bump Standards-Version to 4.6.2, no changes needed.

 -- Dmitry Shachnev <email address hidden>  Sat, 16 Sep 2023 16:54:29 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keyrings.alt_5.0.0-1.dsc 2.3 KiB ba6ed6d0fc799993c4fb07edc948be294ef6fb43e1afddad14b7fe0aecdb0ba8
keyrings.alt_5.0.0.orig.tar.gz 27.7 KiB 9d446cb47bbcea90ffa2ecc3e8003acf41573fc201bf44b4bf13bd0e11484828
keyrings.alt_5.0.0-1.debian.tar.xz 4.5 KiB eaeafd2cc6bc0103e9d79913cfd6afa75261f06b21011f205d2341374448d6fd

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.