Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 19:51:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505457 - head/devel/py-attrs
Message-ID:  <201906301951.x5UJpMME095841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jun 30 19:51:22 2019
New Revision: 505457
URL: https://svnweb.freebsd.org/changeset/ports/505457

Log:
  devel/py-attrs: Update to 19.1.0
  
  PR:		238466
  Approved by:	Axel.Rau@Chaos1.DE (maintainer)

Modified:
  head/devel/py-attrs/Makefile   (contents, props changed)
  head/devel/py-attrs/distinfo   (contents, props changed)

Modified: head/devel/py-attrs/Makefile
==============================================================================
--- head/devel/py-attrs/Makefile	Sun Jun 30 19:50:10 2019	(r505456)
+++ head/devel/py-attrs/Makefile	Sun Jun 30 19:51:22 2019	(r505457)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	attrs
-PORTVERSION=	18.2.0
+PORTVERSION=	19.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,9 +20,10 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)

Modified: head/devel/py-attrs/distinfo
==============================================================================
--- head/devel/py-attrs/distinfo	Sun Jun 30 19:50:10 2019	(r505456)
+++ head/devel/py-attrs/distinfo	Sun Jun 30 19:51:22 2019	(r505457)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537052028
-SHA256 (attrs-18.2.0.tar.gz) = 10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69
-SIZE (attrs-18.2.0.tar.gz) = 116817
+TIMESTAMP = 1560193713
+SHA256 (attrs-19.1.0.tar.gz) = f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399
+SIZE (attrs-19.1.0.tar.gz) = 124220



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