Accepting request 181909 from 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 (forwarded request 181903 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/181909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=5
This commit is contained in:
commit
8085ff7843
3
keyring-1.5.zip
Normal file
3
keyring-1.5.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7065e8584d3b9724413eaa42198f0b6433a3c097b620bb176fd1e340cfb9dda
|
||||
size 80478
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user