python/astroid: Updated for version 1.4.5.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-03-21 23:50:45 +02:00 committed by Willy Sudiarto Raharjo
parent b9274ec02c
commit abee63ffdf
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=astroid
VERSION=${VERSION:-1.4.4}
VERSION=${VERSION:-1.4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="astroid"
VERSION="1.4.4"
VERSION="1.4.5"
HOMEPAGE="https://bitbucket.org/logilab/astroid"
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.4.4.tar.gz"
MD5SUM="a89d6f06e7b75810506446c33a201801"
DOWNLOAD="https://pypi.python.org/packages/source/a/astroid/astroid-1.4.5.tar.gz"
MD5SUM="c106eb90e6d62835c73fa4a080fd5c05"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six python-lazy-object-proxy python-wrapt"