python/astroid: Updated for version 1.4.9.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-12-30 06:49:51 +02:00 committed by Willy Sudiarto Raharjo
parent 8678599ad0
commit 7d30991066
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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.8}
VERSION=${VERSION:-1.4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="astroid"
VERSION="1.4.8"
VERSION="1.4.9"
HOMEPAGE="https://bitbucket.org/logilab/astroid"
DOWNLOAD="https://pypi.python.org/packages/7c/80/9122e452bb54640a67933d3ff586b6e03849dca086eed53542521b1cf894/astroid-1.4.8.tar.gz"
MD5SUM="3def6c80afcd38b4ca4aca6aea71cbde"
DOWNLOAD="https://pypi.python.org/packages/55/14/be963877c2f336c6df8a77457f47163fd55427c0344bab2ba3f940d4edb8/astroid-1.4.9.tar.gz"
MD5SUM="a57438971de05eb801b82eae59c05217"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six python-lazy-object-proxy python-wrapt"