Fedora 20 Update: python-keyring-5.0-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Mon Feb 16 03:25:58 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-1789
2015-02-07 00:47:24
--------------------------------------------------------------------------------

Name        : python-keyring
Product     : Fedora 20
Version     : 5.0
Release     : 1.fc20
URL         : http://bitbucket.org/kang/python-keyring-lib/
Summary     : Python 2 library to store and access passwords safely
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.

--------------------------------------------------------------------------------
Update Information:

---
5.0
---

* Version numbering is now derived from the code repository tags via `hgtools <https: pypi.python.org/pypi/hgtools>`.
* Build and install now requires setuptools.

-----
4.1.1
-----

* The entry point group must look like a module name, so the group is now "keyring.backends".

---
4.1
---

* Added preliminary support for loading keyring backends through ``setuptools entry points``, specifically "keyring backends".
--------------------------------------------------------------------------------
ChangeLog:

* Wed Feb  4 2015 Christopher Meng <rpm at cicku.me> - 5.0-1
- Update to 5.0
- Revise license tag to match upstream.
* Sat Aug  2 2014 Christopher Meng <rpm at cicku.me> - 4.0-1
- Update to 4.0
* Sat Jun  7 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 28 2014 Kalev Lember <kalevlember at gmail.com> - 3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Tue May 13 2014 Christopher Meng <rpm at cicku.me> - 3.8-1
- Update to 3.8
* Sat Mar  8 2014 Christopher Meng <rpm at cicku.me> - 3.6-1
- Update to 3.6
* Thu Feb 13 2014 Christopher Meng <rpm at cicku.me> - 3.4-1
- Update to 3.4(BZ#1064256)
- Ensure the obsolete line works for the old packages really.
* Mon Dec  2 2013 Christopher Meng <rpm at cicku.me> - 3.3-1
- Update to 3.3(BZ#1007354,BZ#872262)
- Cleanup dependencies mess(BZ#1030944).
- Optimize the %changelog section of the spec.
* Tue Oct 22 2013 Ratnadeep Debnath <rtnpro at gmail.com> - 3.1-1
- Bump to version 3.1
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python-keyring' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list