python-secretstorage 2.3.1-2ubuntu1 source package in Ubuntu

Changelog

python-secretstorage (2.3.1-2ubuntu1) focal; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Dmitry Shachnev ]
  * debian/tests/gnome-keyring: Use py3versions -s instead of -i,
    and make the test depend on python3-all.
  * Drop the Python 2 package (closes: #938160).
  * Update to debhelper compat level 12.
  * Prevent dh_compress from compressing html/changelog.html.
  * Install the documentation in /usr/share/doc/python3-secretstorage.

 -- Dmitry Shachnev <email address hidden>  Sat, 08 Feb 2020 00:10:02 +0300

Upload details

Uploaded by:
Dmitry Shachnev
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-secretstorage_2.3.1.orig.tar.gz 15.7 KiB 3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6
python-secretstorage_2.3.1-2ubuntu1.debian.tar.xz 10.5 KiB 54236019966888661ed675b64957f32fe288f9dcdf37fa06d8ef455dada42348
python-secretstorage_2.3.1-2ubuntu1.dsc 2.4 KiB 55638b25f3363f5fd405eafd1736a7c6678fe45375cf9d8dc057b3c7552536b1

View changes file

Binary packages built by this source

python-secretstorage-doc: No summary available for python-secretstorage-doc in ubuntu groovy.

No description available for python-secretstorage-doc in ubuntu groovy.

python3-secretstorage: Python module for storing secrets - Python 3.x version

 Python-SecretStorage provides a way for securely storing passwords
 and other secrets.
 .
 It uses D-Bus Secret Service API that is supported by GNOME Keyring
 (>= 2.30) and KSecretsService.
 .
 It allows one to create, edit and delete secret items, manipulate
 secret collections, and search for items matching given attributes.
 It also supports locking and unlocking collections.
 .
 This package provides Python 3.x version of SecretStorage.