python/attrs: Updated for version 17.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4451c4f691
commit
6fb7d486ae
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for attrs
|
||||
|
||||
# Copyright 2016-2017 Markus Reichelt, Aachen, DE
|
||||
# Copyright 2016-2018 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=attrs
|
||||
VERSION=${VERSION:-16.3.0}
|
||||
VERSION=${VERSION:-17.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="attrs"
|
||||
VERSION="16.3.0"
|
||||
VERSION="17.4.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/attrs"
|
||||
DOWNLOAD="https://pypi.python.org/packages/01/b0/3ac73bf6df716a38568a16f6a9cbc46cc9e8ed6fe30c8768260030db55d4/attrs-16.3.0.tar.gz"
|
||||
MD5SUM="4ec003c49360853cf935113d1ae56151"
|
||||
DOWNLOAD="https://pypi.python.org/packages/8b/0b/a06cfcb69d0cb004fde8bc6f0fd192d96d565d1b8aa2829f0f20adb796e5/attrs-17.4.0.tar.gz"
|
||||
MD5SUM="d7a89063b2e0fd36bd82389c4d82821d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue