Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2020 18:43:41 +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: r538938 - head/devel/pylint
Message-ID:  <202006151843.05FIhf16058785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 15 18:43:40 2020
New Revision: 538938
URL: https://svnweb.freebsd.org/changeset/ports/538938

Log:
  Update to 2.5.3
  
  Changes:	https://github.com/PyCQA/pylint/blob/master/ChangeLog

Modified:
  head/devel/pylint/Makefile
  head/devel/pylint/distinfo

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Mon Jun 15 18:43:35 2020	(r538937)
+++ head/devel/pylint/Makefile	Mon Jun 15 18:43:40 2020	(r538938)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pylint
-PORTVERSION=	2.5.2
+PORTVERSION=	2.5.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -22,7 +22,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.5+ shebangfix
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 USE_LOCALE=	en_US.UTF-8

Modified: head/devel/pylint/distinfo
==============================================================================
--- head/devel/pylint/distinfo	Mon Jun 15 18:43:35 2020	(r538937)
+++ head/devel/pylint/distinfo	Mon Jun 15 18:43:40 2020	(r538938)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588930309
-SHA256 (pylint-2.5.2.tar.gz) = b95e31850f3af163c2283ed40432f053acbc8fc6eba6a069cb518d9dbf71848c
-SIZE (pylint-2.5.2.tar.gz) = 683111
+TIMESTAMP = 1592145021
+SHA256 (pylint-2.5.3.tar.gz) = 7dd78437f2d8d019717dbf287772d0b2dbdfd13fc016aa7faa08d67bccc46adc
+SIZE (pylint-2.5.3.tar.gz) = 684449



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