Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 03:38:29 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403484 - head/devel/py-xmltodict
Message-ID:  <201512110338.tBB3cT2U069458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Dec 11 03:38:28 2015
New Revision: 403484
URL: https://svnweb.freebsd.org/changeset/ports/403484

Log:
  - Update to.0.9.2
  
  PR:		205111
  Submitted by:	maintainer
  Approved by:	mat (mentor)
  Differential Revision:	D4469

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

Modified: head/devel/py-xmltodict/Makefile
==============================================================================
--- head/devel/py-xmltodict/Makefile	Fri Dec 11 03:36:02 2015	(r403483)
+++ head/devel/py-xmltodict/Makefile	Fri Dec 11 03:38:28 2015	(r403484)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nos
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-regression-test: build
-	@cd ${WRKSRC} && nosetests
+do-test:
+	@cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests-${PYTHON_VER}
 
 .include <bsd.port.mk>

Modified: head/devel/py-xmltodict/distinfo
==============================================================================
--- head/devel/py-xmltodict/distinfo	Fri Dec 11 03:36:02 2015	(r403483)
+++ head/devel/py-xmltodict/distinfo	Fri Dec 11 03:38:28 2015	(r403484)
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.9.0.tar.gz) = cc506d660e1d231efa9b766f88cec2ced05394ce94adabddf7b149da7712e719
-SIZE (xmltodict-0.9.0.tar.gz) = 37078
+SHA256 (xmltodict-0.9.2.tar.gz) = 275d1e68c95cd7e3ee703ddc3ea7278e8281f761680d6bdd637bcd00a5c59901
+SIZE (xmltodict-0.9.2.tar.gz) = 37875



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