diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-31 17:57:36 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:42 +0700 |
commit | ffd7735760e59fa4e85d0429ad6f39113c450561 (patch) | |
tree | 30cdb756c4a2d35d1b272a91aa4d3ccf1f3fc858 | |
parent | 0e6fd34633bf09e0b404e62abc1a5db3e0b5843e (diff) | |
download | slackbuilds-ffd7735760e59fa4e85d0429ad6f39113c450561.tar.gz |
libraries/GitPython: Updated for version 2.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | libraries/GitPython/GitPython.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/GitPython/GitPython.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/GitPython/GitPython.SlackBuild b/libraries/GitPython/GitPython.SlackBuild index 2878d71e57..a627328c86 100644 --- a/libraries/GitPython/GitPython.SlackBuild +++ b/libraries/GitPython/GitPython.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=GitPython -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/libraries/GitPython/GitPython.info b/libraries/GitPython/GitPython.info index c85e34ebd4..2dcb510484 100644 --- a/libraries/GitPython/GitPython.info +++ b/libraries/GitPython/GitPython.info @@ -1,8 +1,8 @@ PRGNAM="GitPython" -VERSION="2.0.3" +VERSION="2.0.5" HOMEPAGE="https://github.com/gitpython-developers/GitPython" -DOWNLOAD="https://pypi.python.org/packages/87/eb/f5e6eb9f129532368242f8c36cec78c9c0a28f6b3a74de2ecf5a5fe56c4c/GitPython-2.0.3.tar.gz" -MD5SUM="5459f90fa49c23643420f9ce07830f22" +DOWNLOAD="https://pypi.python.org/packages/47/28/30f51df811ccdde2f719c034afc1cd1b036dcbb94ecf93ee61af25fe1738/GitPython-2.0.5.tar.gz" +MD5SUM="f4f60f269fb5f6a332c653a5bc015239" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gitdb" |