Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 11:47:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442544 - head/devel/py-astroid
Message-ID:  <201706041147.v54BlRJU083234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun  4 11:47:27 2017
New Revision: 442544
URL: https://svnweb.freebsd.org/changeset/ports/442544

Log:
  Update to 1.5.3
  
  Changes:	https://github.com/PyCQA/astroid/blob/master/ChangeLog

Modified:
  head/devel/py-astroid/Makefile
  head/devel/py-astroid/distinfo

Modified: head/devel/py-astroid/Makefile
==============================================================================
--- head/devel/py-astroid/Makefile	Sun Jun  4 11:47:22 2017	(r442543)
+++ head/devel/py-astroid/Makefile	Sun Jun  4 11:47:27 2017	(r442544)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	astroid
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +27,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functoo
 .endif
 
 .if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>=1.1.3:devel/py-enum34 \
 		${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch
 .endif
 

Modified: head/devel/py-astroid/distinfo
==============================================================================
--- head/devel/py-astroid/distinfo	Sun Jun  4 11:47:22 2017	(r442543)
+++ head/devel/py-astroid/distinfo	Sun Jun  4 11:47:27 2017	(r442544)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492523767
-SHA256 (astroid-1.5.2.tar.gz) = 271f1c9ad6519a5dde2a7f0c9b62c2923b55e16569bdd888f9f9055cc5be37ed
-SIZE (astroid-1.5.2.tar.gz) = 240007
+TIMESTAMP = 1496570408
+SHA256 (astroid-1.5.3.tar.gz) = 492c2a2044adbf6a84a671b7522e9295ad2f6a7c781b899014308db25312dd35
+SIZE (astroid-1.5.3.tar.gz) = 240617



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706041147.v54BlRJU083234>