Bug 186487 - [MAINTAINER] devel/py-xmltodict: update to 0.8.5
Summary: [MAINTAINER] devel/py-xmltodict: update to 0.8.5
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: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 16:50 UTC by Johannes Meixner
Modified: 2014-02-10 19:30 UTC (History)
0 users

See Also:


Attachments
py-xmltodict-0.8.5.patch (1.67 KB, patch)
2014-02-05 16:50 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-02-05 16:50:00 UTC
- Update to 0.8.5

portlint: looks fine.
testport: ok
redports: https://redports.org/buildarchive/20140205163700-42275/

Generated with FreeBSD Port Tools 1.00.2014.02.03 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-05 16:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2014-02-05 21:58:23 UTC
Responsible Changed
From-To: freebsd-python->olivierd

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-10 19:27:26 UTC
Author: olivierd
Date: Mon Feb 10 19:27:13 2014
New Revision: 343674
URL: http://svnweb.freebsd.org/changeset/ports/343674
QAT: https://qat.redports.org/buildarchive/r343674/

Log:
  - Update to 0.8.5
  
  PR:		186487
  Submitted by:	Johannes Jost Meixner (maintainer)

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

Modified: head/devel/py-xmltodict/Makefile
==============================================================================
--- head/devel/py-xmltodict/Makefile	Mon Feb 10 19:04:09 2014	(r343673)
+++ head/devel/py-xmltodict/Makefile	Mon Feb 10 19:27:13 2014	(r343674)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmltodict
-PORTVERSION=	0.8.3
+PORTVERSION=	0.8.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +16,7 @@ USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+regression-test: build
+	@cd ${WRKSRC} && nosetests
+
 .include <bsd.port.mk>

Modified: head/devel/py-xmltodict/distinfo
==============================================================================
--- head/devel/py-xmltodict/distinfo	Mon Feb 10 19:04:09 2014	(r343673)
+++ head/devel/py-xmltodict/distinfo	Mon Feb 10 19:27:13 2014	(r343674)
@@ -1,2 +1,2 @@
-SHA256 (xmltodict-0.8.3.tar.gz) = c532590ec58960dc3cca5bd0d4aa4a8774d8a7be537450a23896c5d15c796f55
-SIZE (xmltodict-0.8.3.tar.gz) = 12239
+SHA256 (xmltodict-0.8.5.tar.gz) = 4ba343343316aefa3111cd1e6b889478e6c46cecc6ee7447a996cc9612ad88ba
+SIZE (xmltodict-0.8.5.tar.gz) = 34049
_______________________________________________
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 Olivier Duchateau freebsd_committer freebsd_triage 2014-02-10 19:28:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!