diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-11 07:46:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-12 21:53:54 +0700 |
commit | 637c2ef6307c2dd0b281c222ac2815bdf72775d7 (patch) | |
tree | 0e6e828134411b808b32ae82d79086a35a3d4baf /python/python-lazy-object-proxy | |
parent | 02380effb4fbff86bddbb0b02981db4803b4e81c (diff) | |
download | slackbuilds-637c2ef6307c2dd0b281c222ac2815bdf72775d7.tar.gz |
python/python-lazy-object-proxy: Updated for version 1.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-lazy-object-proxy')
-rw-r--r-- | python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-lazy-object-proxy/python-lazy-object-proxy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild b/python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild index df5046a65e..37078fb8e1 100644 --- a/python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild +++ b/python/python-lazy-object-proxy/python-lazy-object-proxy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-lazy-object-proxy -# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-lazy-object-proxy SRCNAM=$(echo $PRGNAM | cut -c8-24) -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-lazy-object-proxy/python-lazy-object-proxy.info b/python/python-lazy-object-proxy/python-lazy-object-proxy.info index 55db171719..fef4f00834 100644 --- a/python/python-lazy-object-proxy/python-lazy-object-proxy.info +++ b/python/python-lazy-object-proxy/python-lazy-object-proxy.info @@ -1,8 +1,8 @@ PRGNAM="python-lazy-object-proxy" -VERSION="1.2.1" +VERSION="1.2.2" HOMEPAGE="https://github.com/ionelmc/python-lazy-object-proxy" -DOWNLOAD="https://pypi.python.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.2.1.tar.gz" -MD5SUM="ad33e3e06d24786f708b72cc23350afa" +DOWNLOAD="https://pypi.python.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-1.2.2.tar.gz" +MD5SUM="841b5592bc12c6ef7e48ed1d7a5f9066" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |