Package Release Info

python-keyring-10.5.0-bp152.2.18

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-keyring

Change Logs

* Tue Jan 12 2016 michael@stroeder.com
- update to upstream release 7.1.2
- require Python 2.7+
- require python-setuptools_scm 1.9+
  7.1
  * Issue #186: Removed preference for keyrings based on
  ``XDG_CURRENT_DESKTOP`` as these values are to varied
  to be a reliable indicator of which keyring implementation
  might be preferable.
  7.0.2
  * Issue #187: Restore ``Keyring`` name in ``kwallet`` backend.
  Users of keyring 6.1 or later should prefer an explicit reference
  to DBusKeyring or QtKeyring instead.
  7.0.1
  * Issue #183 and Issue #185: Gnome keyring no longer relies
  on environment variables, but instead relies on the GnomeKeyring
  library to determine viability.
  7.0
  * Issue #99: Keyring now expects the config file to be located
  in the XDG_CONFIG_HOME rather than XDG_DATA_HOME and will
  fail to start if the config is found in the old location but not
  the new. On systems where the two locations are distinct,
  simply copy or symlink the config to remain compatible with
  older versions or move the file to work only with 7.0 and later.
  * Replaced Pull Request #182 with a conditional SessionBus
  construction, based on subsequent discussion.
  6.1.1
  * Pull Request #182: Prevent DBus from indicating as a viable
  backend when no viable X DISPLAY variable is present.
  6.1
  * Pull Request #174: Add DBus backend for KWallet, preferred to Qt
  backend. Theoretically, it should be auto-detected based on
  available libraries and interchangeable with the Qt backend.
  6.0
  * Drop support for Python 2.6.
  5.7.1
  * Updated project metadata to match Github hosting and
  generally refreshed the metadata structure to match
  practices with other projects.
* Fri Dec 11 2015 michael@stroeder.com
- Update to version 5.7
- Removed CONTRIBUTORS.txt because not available in upstream
  source anymore.
- dropped patches keyring-import-gi.patch and keyring-gnome-3.18.patch
  because they were obsoleted by fixes in upstream source
  5.7
Version: 10.5.0-2.30
* Wed Jan 24 2018 tchvatal@suse.com
- Fix building in py3 only enviroment
- Remove the test conditional which was always on anyway
* Tue Nov 28 2017 mimi.vx@gmail.com
- update to 10.5.0:
  * Added --list-backends option to command-line interface.
  * Removed logger from keyring
  * Set the appid for SecretService & KWallet to something meaningful
* Wed Aug 23 2017 tbechtold@suse.com
- update to 10.4.0:
  * #279: In Kwallet, pass mainloop to SessionBus.
  * #278: Unpin pywin32-ctypes, but blacklist known
    incompatible versions.
  * #278: Pin to pywin32-ctypes 0.0.1 to avoid apparent
    breakage introduced in 0.1.0.
* Wed May 03 2017 toddrme2178@gmail.com
- Implement single-spec version.
- Fix source URL.
- Update to version 10.3.2
  * #267: More leniently unescape lowercased characters as
    they get re-cased by ConfigParser.
- Update to version 10.3.1
  * #266: Use private compatibity model rather than six to
    avoid the dependency.
- Update to version 10.3
  * #264: Implement devpi hook for supplying a password when
    logging in with `devpi <https://pypi.org/project/devpi>`_
    client.
  * #260: For macOS, added initial API support for internet
    passwords.
* Mon Jan 16 2017 michael@stroeder.com
- update copyright year
- update to 10.2 (requires python-setuptools_scm>=1.15.0)
  10.2
* Sat Nov 12 2016 michael@stroeder.com
- update to 10.0.2
- build requires python-tox instead of python-pytest-runner
  10.0.2
---
  * #247: Restored console script.
  10.0.1
----
  * Update readme to reflect test recommendations.
  10.0
* Fri Aug 12 2016 michael@stroeder.com
- updated project URL
- update to 9.3.1:
  * Link to the new Gitter chat room is now in the
    readme.
  * Issue #235: ``kwallet`` backend now returns
    string objects instead of ``dbus.String`` objects,
    for less surprising reprs.
  * Minor doc fixes.
* Wed Jun 29 2016 tbechtold@suse.com
- update to 9.3:
  9.3