Sat, 18 May 2024 07:01:04 UTC | login

Information for build python-keyring-19.3.0-1.fc32

ID130469
Package Namepython-keyring
Version19.3.0
Release1.fc32
Epoch
SummaryStore and access your passwords safely
DescriptionThe Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The keyring services supported by the Python keyring lib: * **OSXKeychain**: supports the Keychain service in Mac OS X. * **KDEKWallet**: supports the KDE's Kwallet service. * **GnomeKeyring**: for GNOME environment. * **SecretServiceKeyring**: for newer GNOME and KDE environments. * **WinVaultKeyring**: supports the Windows Credential Vault Besides these native password storing services provided by operating systems. Python keyring lib also provides following build-in keyrings. * **Win32CryptoKeyring**: for Windows 2k+. * **CryptedFileKeyring**: a command line interface keyring base on PyCrypto. * **UncryptedFileKeyring**: a keyring which leaves passwords directly in file.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 03 Dec 2019 07:31:46 UTC
CompletedTue, 03 Dec 2019 07:31:46 UTC
Tags
f32
f33
RPMs
src
python-keyring-19.3.0-1.fc32.src.rpm (info) (download)
noarch
python3-keyring-19.3.0-1.fc32.noarch.rpm (info) (download)
Changelog * Tue Dec 03 2019 Christopher Tubbs <ctubbsii@fedoraproject.org> - 19.3.0-1 - new version 19.3.0 (rhbz#1778416) * Fri Sep 20 2019 Christopher Tubbs <ctubbsii@fedoraproject.org> - 19.2.0-1 - new version 19.2.0 (rhbz#1751298) * Thu Aug 22 2019 Christopher Tubbs <ctubbsii@fedoraproject.org> - 19.1.0-1 - new version 19.1.0 (rhbz#1744382) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 19.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 21 2019 Christopher Tubbs <ctubbsii@fedoraproject.org> - 19.0.2-1 - new version 19.0.2 (rhbz#1711472) * Thu May 09 2019 Orion Poplawski <orion@nwra.com> - 19.0.1-2 - Drop BR on pytest-cache * Thu Mar 28 2019 Christopher Tubbs <ctubbsii@fedoraproject.org> - 19.0.1-1 - Update to 19.0.1 (rhbz#1691871) * Fri Feb 08 2019 Yatin Karel <ykarel@redhat.com> - 17.1.1-1 - Update to 17.1.1 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 15.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Dec 11 2018 David King <amigadave@amigadave.com> - 15.2.0-1 - Update to 15.2.0 * Thu Oct 18 2018 Miro Hrončok <mhroncok@redhat.com> - 13.2.1-4 - Remove python2 subpackage from Fedora 30+ * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 13.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jul 07 2018 Miro Hrončok <mhroncok@redhat.com> - 13.2.1-2 - Add missing dependency on entrypoints (#1598998) * Fri Jul 06 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 13.2.1-1 - Update to 13.2.1 * Thu Jul 05 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 13.2.0-1 - Update to 13.2.0 * Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 11.0.0-4 - Rebuilt for Python 3.7 * Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 11.0.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Mar 08 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 11.0.0-2 - Remove unused BR pycryptopp (rhbz#1552676) * Mon Mar 05 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 11.0.0-1 - Upstream 11.0.0 (RHBZ#1539962) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 12 2018 Christopher Tubbs <ctubbsii@fedoraproject.org> - 10.6.0-1 - Update to 10.6.0 (rhbz#1532092) * Thu Dec 21 2017 Christopher Tubbs <ctubbsii@fedoraproject.org> - 10.5.1-1 - Update to 10.5.1; fix AttributeError with kwallet backend (bz#1526653)