python/python-wrapt: Updated for version 1.11.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6d1c9e22d3
commit
4732dd1231
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-wrapt
|
||||
|
||||
# Copyright 2015-2017 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-wrapt
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-12)
|
||||
VERSION=${VERSION:-1.10.11}
|
||||
VERSION=${VERSION:-1.11.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-wrapt"
|
||||
VERSION="1.10.11"
|
||||
VERSION="1.11.1"
|
||||
HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz"
|
||||
MD5SUM="e1346f31782d50401f81c2345b037076"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/67/b2/0f71ca90b0ade7fad27e3d20327c996c6252a2ffe88f50a95bba7434eda9/wrapt-1.11.1.tar.gz"
|
||||
MD5SUM="9f21acd7c0a57bf3057715c4665db3c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue