diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-11-30 19:35:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:36 +0700 |
commit | f9de471b4bcbef5a011547e0dbd2cd1b311fbecb (patch) | |
tree | 4ce343ead5c839410405e0df7858be3ae80c9b7d /python/python-keyring | |
parent | 55e4dfa08485b3858eb6478553a9f0fe823f6d9e (diff) | |
download | slackbuilds-f9de471b4bcbef5a011547e0dbd2cd1b311fbecb.tar.gz |
python/python-keyring: Updated for version 17.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-keyring')
-rw-r--r-- | python/python-keyring/python-keyring.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-keyring/python-keyring.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-keyring/python-keyring.SlackBuild b/python/python-keyring/python-keyring.SlackBuild index 5b72583158..320b783779 100644 --- a/python/python-keyring/python-keyring.SlackBuild +++ b/python/python-keyring/python-keyring.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python-keyring SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-13.2.1} +VERSION=${VERSION:-17.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-keyring/python-keyring.info b/python/python-keyring/python-keyring.info index 6bc9243e6a..07924d7e20 100644 --- a/python/python-keyring/python-keyring.info +++ b/python/python-keyring/python-keyring.info @@ -1,10 +1,10 @@ PRGNAM="python-keyring" -VERSION="13.2.1" +VERSION="17.0.0" HOMEPAGE="https://bitbucket.org/kang/python-keyring-lib" -DOWNLOAD="https://files.pythonhosted.org/packages/a0/c9/c08bf10bd057293ff385abaef38e7e548549bbe81e95333157684e75ebc6/keyring-13.2.1.tar.gz" -MD5SUM="eabafd33836b7dcee5f20e33e89a02cd" +DOWNLOAD="https://files.pythonhosted.org/packages/d2/fc/08b607c6870b20fc2aa9ef5b7c49293c3134d57563e57d27d9a8b753816c/keyring-17.0.0.tar.gz" +MD5SUM="3584db53adda22d4c91172297446cc4e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm entrypoints" +REQUIRES="setuptools-scm entrypoints secretstorage" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |