14
0

Accepting request 181903 from home:dirkmueller:branches:devel:languages:python

- update to 1.5:
  * SecretService: allow deleting items created using previous python-keyring versions.
  * Use secretstorage.get_default_collection if it's available.
  * Switch GnomeKeyring backend to use native libgnome-keyring via GObject
  Introspection, not the obsolete python-gnomekeyring module 
  * Use the SecretStorage library to implement the Secret Service backend
  (instead of using dbus directly)
  * Now the keyring supports prompting for and deleting passwords
- do not unconditionally recommend python-kde4
- python-gnomekeyring is not needed anymore

OBS-URL: https://build.opensuse.org/request/show/181903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=16
This commit is contained in:
Alexandre Rogoski
2013-07-03 15:59:22 +00:00
committed by Git OBS Bridge
parent 2ae9394168
commit bac59a4e59
3 changed files with 20 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
Name: python-keyring
Version: 1.2.2
Version: 1.5
Release: 0
Url: http://bitbucket.org/kang/python-keyring-lib
Summary: Store and access your passwords safely
@@ -36,8 +36,7 @@ Provides: python-keyring-kde = %{version}
Obsoletes: python-keyring-kde < %{version}
Provides: python-keyring-gnome = %{version}
Obsoletes: python-keyring-gnome < %{version}
Recommends: python-gnomekeyring
Recommends: python-kde4
Supplements: packageand(kdebase4-workspace:kwalletmanager)
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else