python/python-keyring: Updated for version 19.3.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-12-08 17:18:20 +01:00 committed by Willy Sudiarto Raharjo
parent 6ae42bfd16
commit 51ec3240fb
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for keyring
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=python-keyring
SRCNAM=$(echo $PRGNAM | cut -c8-14)
VERSION=${VERSION:-17.0.0}
VERSION=${VERSION:-19.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-keyring"
VERSION="17.0.0"
VERSION="19.3.0"
HOMEPAGE="https://bitbucket.org/kang/python-keyring-lib"
DOWNLOAD="https://files.pythonhosted.org/packages/d2/fc/08b607c6870b20fc2aa9ef5b7c49293c3134d57563e57d27d9a8b753816c/keyring-17.0.0.tar.gz"
MD5SUM="3584db53adda22d4c91172297446cc4e"
DOWNLOAD="https://files.pythonhosted.org/packages/a7/74/01d60aefd5719d00379f663565c49b81d3452b0d87b14fbc40b48d5bc94f/keyring-19.3.0.tar.gz"
MD5SUM="53c144ac01e9ef2dca3be35ee23c9d64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm entrypoints secretstorage"