Bug 188252 - [MAINTAINER] devel/py-xmltodict: update to 0.8.7
Summary: [MAINTAINER] devel/py-xmltodict: update to 0.8.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johannes Jost Meixner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 09:20 UTC by Johannes Meixner
Modified: 2014-04-11 14:40 UTC (History)
1 user (show)

See Also:


Attachments
py-xmltodict-0.8.7.patch (763 bytes, patch)
2014-04-04 09:20 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-04-04 09:20:00 UTC
- Update to 0.8.7

Changelog:
- Improve performance for large files

https://github.com/martinblech/xmltodict/compare/v0.8.6...v0.8.7

portlint: looks fine.
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140404080540-26188/

Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-04 09:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-11 04:53:39 UTC
Responsible Changed
From-To: swills->xmj

Submitter is committer
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-11 14:25:40 UTC
Author: xmj
Date: Fri Apr 11 13:25:37 2014
New Revision: 350943
URL: http://svnweb.freebsd.org/changeset/ports/350943
QAT: https://qat.redports.org/buildarchive/r350943/

Log:
  - Update to 0.8.7
  - Add TEST_DEPENDS in preparation of automatic test infrastructure
  
  Changelog:
  * Improve performance for large files [1]
  
  [1] https://github.com/martinblech/xmltodict/pull/56
  
  PR:           188252
  Submitted by: myself
  Approved by:  koobs@ (mentor)

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

Modified: head/devel/py-xmltodict/Makefile
==============================================================================
--- head/devel/py-xmltodict/Makefile	Fri Apr 11 13:20:44 2014	(r350942)
+++ head/devel/py-xmltodict/Makefile	Fri Apr 11 13:25:37 2014	(r350943)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.8.6
+PORTVERSION=	0.8.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT=	XML parser that returns python 
 
 LICENSE=	MIT
 
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-nose
+
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes

Modified: head/devel/py-xmltodict/distinfo
==============================================================================
--- head/devel/py-xmltodict/distinfo	Fri Apr 11 13:20:44 2014	(r350942)
+++ head/devel/py-xmltodict/distinfo	Fri Apr 11 13:25:37 2014	(r350943)
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.8.6.tar.gz) = 21a441d1605ab73728e283546516930cddd96b3935e921135acf38d03f9426d9
-SIZE (xmltodict-0.8.6.tar.gz) = 34335
+SHA256 (xmltodict-0.8.7.tar.gz) = 208b45d6199244ece9e8ff71b9edefff05abfba9313638caebc86cfb0ba03f19
+SIZE (xmltodict-0.8.7.tar.gz) = 34362
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-11 14:40:39 UTC
State Changed
From-To: open->closed

Committed.