14
0

Accepting request 393936 from home:stroeder:branches:devel:languages:python

update to 9.0

OBS-URL: https://build.opensuse.org/request/show/393936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=45
This commit is contained in:
2016-05-06 07:29:42 +00:00
committed by Git OBS Bridge
parent f2803dc73d
commit 1ca2547ded
4 changed files with 130 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: python-keyring
Version: 7.1.2
Version: 9.0
Release: 0
Url: https://bitbucket.org/kang/python-keyring-lib
Summary: Store and access your passwords safely
@@ -54,8 +54,6 @@ from python. It can be used in any application that needs safe password storage.
%prep
%setup -q -n keyring-%{version}
# For rpmlint warning: remove shebang from python library:
sed -i '/^#!/d' keyring/cli.py keyring/backends/_win_crypto.py
%build
python setup.py build