python-keyring 24.3.0-1 source package in Ubuntu

Changelog

python-keyring (24.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Add support for bash completion:
    - Build-depend on and recommend python3-shtab.
    - Install upstream bash completion snippet.
    - Generate and install the completion file during install phase.
  * Fix groff warning: cannot select font 'C'.

 -- Dmitry Shachnev <email address hidden>  Wed, 15 Nov 2023 14:47:23 +0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-keyring_24.3.0-1.dsc 2.3 KiB ca8597444a8b2700e7a914b1d7776a0ce8a015e56f50a805638f1605b0016d04
python-keyring_24.3.0.orig.tar.gz 58.3 KiB e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25
python-keyring_24.3.0-1.debian.tar.xz 9.5 KiB c6eab97fa0e34242f0db6aeaf2e5cd3856c088d5adf5bb7dad96639e2f6861e0

Available diffs

No changes file available.

Binary packages built by this source

python3-keyring: store and access your passwords safely

 The Python keyring library provides an easy way to access the system
 keyring service (e.g Gnome-Keyring, KWallet) from Python.
 It can be used in any application that needs safe password storage.