Name: | python36-keyring |
---|---|
Version: | 5.0 |
Release: | 4.0.1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 519259 |
License: | MIT and Python |
RPM: | python36-keyring-5.0-4.0.1.el7.noarch.rpm |
Source RPM: | python-keyring-5.0-4.0.1.el7.src.rpm |
Build Date: | Tue Mar 02 2021 |
Build Host: | host-100-100-224-18.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://bitbucket.org/kang/python-keyring-lib/ |
Summary: | Python 3 library to access the system keyring service |
Description: | The 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. |
- Rebuilt to change main python from 3.4 to 3.6
- Fix warning about GnomeKeyring version; bz#924486, bz#1498477
- Enable python 3 build for EPEL - Ship python2-keyring - Modernize spec
- Update to 5.0 - Revise license tag to match upstream.
- Update to 4.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
- Update to 3.8
- Update to 3.6
- Update to 3.4(BZ#1064256) - Ensure the obsolete line works for the old packages really.