python/path.py: Updated for version 8.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c3fef94a43
commit
9a9496dfc0
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for path.py
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=path.py
|
||||
VERSION=${VERSION:-8.1.2}
|
||||
VERSION=${VERSION:-8.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="path.py"
|
||||
VERSION="8.1.2"
|
||||
VERSION="8.2.1"
|
||||
HOMEPAGE="https://github.com/jaraco/path.py"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/path.py/path.py-8.1.2.tar.gz"
|
||||
MD5SUM="31d07ac861284f8148a9041064852371"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/path.py/path.py-8.2.1.tar.gz"
|
||||
MD5SUM="7334796c9ed6036cb89bcd30d8409f91"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue