From bac59a4e5997bdf71fddd1ac57a88b4af6657057336eb49f0536c6e888037dcc Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Wed, 3 Jul 2013 15:59:22 +0000 Subject: [PATCH] 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 --- keyring-1.5.zip | 3 +++ python-keyring.changes | 15 +++++++++++++++ python-keyring.spec | 5 ++--- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 keyring-1.5.zip diff --git a/keyring-1.5.zip b/keyring-1.5.zip new file mode 100644 index 0000000..399ab31 --- /dev/null +++ b/keyring-1.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7065e8584d3b9724413eaa42198f0b6433a3c097b620bb176fd1e340cfb9dda +size 80478 diff --git a/python-keyring.changes b/python-keyring.changes index 716af9e..b6689d3 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 3 15:45:06 UTC 2013 - dmueller@suse.com + +- 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 + ------------------------------------------------------------------- Fri Mar 22 14:07:23 UTC 2013 - speilicke@suse.com diff --git a/python-keyring.spec b/python-keyring.spec index 039e313..482b30f 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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