Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 00:37:55 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511718 - head/graphics/py-traitsui
Message-ID:  <201909100037.x8A0btg7040018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Sep 10 00:37:55 2019
New Revision: 511718
URL: https://svnweb.freebsd.org/changeset/ports/511718

Log:
  graphics/py-traitsui: Update to 6.1.3
  
  Remove a test exclusion as the test was corrected upstream.
  
  PR:		240405
  Submitted by:	vladimir.chukharev@gmail.com (maintainer)

Modified:
  head/graphics/py-traitsui/Makefile
  head/graphics/py-traitsui/distinfo

Modified: head/graphics/py-traitsui/Makefile
==============================================================================
--- head/graphics/py-traitsui/Makefile	Tue Sep 10 00:33:27 2019	(r511717)
+++ head/graphics/py-traitsui/Makefile	Tue Sep 10 00:37:55 2019	(r511718)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	traitsui
-PORTVERSION=	6.1.2
+PORTVERSION=	6.1.3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -57,6 +57,6 @@ do-test:
 # Note: The occurences of "qt4" aren't typos
 do-test-QT5-on:
 	@cd ${WRKSRC} && ${SETENV} ETS_TOOLKIT=qt4 QT_API=pyqt5 \
-		${PYTHON_CMD} -m nose -v -e 'test_wrap_text_narrow_short' traitsui.qt4.tests
+		${PYTHON_CMD} -m nose -v traitsui.qt4.tests
 
 .include <bsd.port.mk>

Modified: head/graphics/py-traitsui/distinfo
==============================================================================
--- head/graphics/py-traitsui/distinfo	Tue Sep 10 00:33:27 2019	(r511717)
+++ head/graphics/py-traitsui/distinfo	Tue Sep 10 00:37:55 2019	(r511718)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565984705
-SHA256 (traitsui-6.1.2.tar.gz) = 698dd44d6ff6a50502f6ef0ffe545c233f2772e5c37127667302b8c845be9551
-SIZE (traitsui-6.1.2.tar.gz) = 5125470
+TIMESTAMP = 1568023310
+SHA256 (traitsui-6.1.3.tar.gz) = 48381763b181efc58eaf288431d1d92d028d0d97dfdd33eba7809aae8aef814f
+SIZE (traitsui-6.1.3.tar.gz) = 5129662



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