Tue, 11 Jun 2024 20:05:02 UTC | login

Information for build python-SecretStorage-3.1.0-1.fc30

ID77087
Package Namepython-SecretStorage
Version3.1.0
Release1.fc30
Epoch
SummaryPython bindings to FreeDesktop.org Secret Service API
DescriptionThis module 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. The main classes provided are secretstorage. Item, representing a secret item (that has a label, a secret and some attributes) and secretstorage.Collection, a place items are stored in. SecretStorage supports most of the functions provided by Secret Service, including creating and deleting items and collections, editing items, locking and unlocking collections (asynchronous unlocking is also supported).
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 08:52:01 UTC
CompletedSat, 01 Dec 2018 08:52:01 UTC
Tags
f30
f31
RPMs
src
python-SecretStorage-3.1.0-1.fc30.src.rpm (info) (download)
noarch
python3-secretstorage-3.1.0-1.fc30.noarch.rpm (info) (download)
python3-secretstorage-doc-3.1.0-1.fc30.noarch.rpm (info) (download)
Changelog * Mon Sep 24 2018 Miro Hrončok <mhroncok@redhat.com> - 3.1.0-1 - Update to 3.1.0 (#1571015) - Drop Python 2 subpackage (upstream does not support Python 2 any more) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-9 - Rebuilt for Python 3.7 * Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.3.1-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 2.3.1-6 - Cleanup spec file conditionals * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-3 - Rebuild for Python 3.6 * Fri Nov 25 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.3.1-2 - Use python-cryptography instead of python-crypto as runtime requirement