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:
parent
2ae9394168
commit
bac59a4e59
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
|
Fri Mar 22 14:07:23 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-keyring
|
Name: python-keyring
|
||||||
Version: 1.2.2
|
Version: 1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://bitbucket.org/kang/python-keyring-lib
|
Url: http://bitbucket.org/kang/python-keyring-lib
|
||||||
Summary: Store and access your passwords safely
|
Summary: Store and access your passwords safely
|
||||||
@ -36,8 +36,7 @@ Provides: python-keyring-kde = %{version}
|
|||||||
Obsoletes: python-keyring-kde < %{version}
|
Obsoletes: python-keyring-kde < %{version}
|
||||||
Provides: python-keyring-gnome = %{version}
|
Provides: python-keyring-gnome = %{version}
|
||||||
Obsoletes: python-keyring-gnome < %{version}
|
Obsoletes: python-keyring-gnome < %{version}
|
||||||
Recommends: python-gnomekeyring
|
Supplements: packageand(kdebase4-workspace:kwalletmanager)
|
||||||
Recommends: python-kde4
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user