keyrings.alt 4.2.0-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dh-python.
  * Update standards version to 4.6.1, no changes needed.

  [ Dmitry Shachnev ]
  * New upstream release.
  * Build-depend on pybuild-plugin-pyproject and python3-jaraco.classes.
  * Bump required pytest version to 6, following setup.cfg.
  * Add a patch to skip testing with pycryptodomex, we do not have it.
  * Add keyrings.alt.egg-info to debian/clean.
  * Bump years in debian/copyright.

 -- Dmitry Shachnev <email address hidden>  Sat, 17 Sep 2022 20:43:24 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
keyrings.alt_4.2.0-1.dsc 2.3 KiB 6e572ade82ea24e826c992385f0fbebc9beabfeb72f97501dd660eea790a2f62
keyrings.alt_4.2.0.orig.tar.gz 29.2 KiB 2ba3d56441ba0637f5f9c096068f67010ac0453f9d0b626de2aa3019353b6431
keyrings.alt_4.2.0-1.debian.tar.xz 4.4 KiB 1ee5852bc73b5d00a3002f1c8c721b3e2da4032190f03c0b3a4f8d91267b1ca0

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.