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