python/astroid: Updated for version 1.5.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-06-05 19:52:19 +02:00 committed by Willy Sudiarto Raharjo
parent b6bd38b6ad
commit f183c4e5be
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.5.2}
VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="astroid"
VERSION="1.5.2"
VERSION="1.5.3"
HOMEPAGE="https://bitbucket.org/logilab/astroid"
DOWNLOAD="https://pypi.python.org/packages/69/8b/711d5475de8784ecf8d9e208b3f4cbbeab5ca7d9e6592ebb359173bc5f26/astroid-1.5.2.tar.gz"
MD5SUM="f2290291be501f7534e3d81ec29d8a2a"
DOWNLOAD="https://pypi.python.org/packages/d7/b7/112288f75293d6f12b1e41bac1e822fd0f29b0f88e2c4378cdd295b9d838/astroid-1.5.3.tar.gz"
MD5SUM="6f65e4ea8290ec032320460905afb828"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six python-lazy-object-proxy python-wrapt"