libraries/GitPython: Updated for version 2.1.9.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2018-03-25 08:32:25 +02:00 committed by Willy Sudiarto Raharjo
parent 6b6779fb65
commit 1bee5bcae1
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for GitPython
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2018 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=GitPython
VERSION=${VERSION:-2.1.7}
VERSION=${VERSION:-2.1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="GitPython"
VERSION="2.1.7"
VERSION="2.1.9"
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
DOWNLOAD="https://pypi.python.org/packages/e1/ec/9f2bbc86a0188bf83221212be87fa4b70dc71a9385efcc95a25e9789894e/GitPython-2.1.7.tar.gz"
MD5SUM="a63fdd2a650694ea23e268fd0c952034"
DOWNLOAD="https://pypi.python.org/packages/60/5f/4980198a804838d42fed09364a6315ff4783706ecf46de21b7bb92354b2d/GitPython-2.1.9.tar.gz"
MD5SUM="e3bd0b32a5e2ec7ab3af803365447534"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gitdb2"