Name: | python34-keyring |
---|---|
Version: | 5.0 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 420196 |
License: | MIT and Python |
RPM: | python34-keyring-5.0-3.el7.noarch.rpm |
Source RPM: | python-keyring-5.0-3.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.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. |
- 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.
- Update to 3.3(BZ#1007354,BZ#872262) - Cleanup dependencies mess(BZ#1030944). - Optimize the %changelog section of the spec.