Bug 171159 - [PATCH] devel/py-simplejson: update to 2.6.1
Summary: [PATCH] devel/py-simplejson: update to 2.6.1
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 12:30 UTC by koobs
Modified: 2012-09-07 11:10 UTC (History)
1 user (show)

See Also:


Attachments
py27-simplejson-2.6.1.patch (1.01 KB, patch)
2012-08-29 12:30 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-08-29 12:30:06 UTC
- Update to 2.6.1
- Add test: target for unit tests

Changes:

Version 2.6.1 released 2012-07-27

* raw_decode() now skips whitespace before the object
  https://github.com/simplejson/simplejson/pull/38

==[QA]==

port test: looks fine.
unit test: Ran 170 tests in 1.675s - OK
redports: https://redports.org/buildarchive/20120829104937-159/

Port maintainer (python@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-29 12:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Sofian Brabez freebsd_committer freebsd_triage 2012-09-07 10:25:27 UTC
Responsible Changed
From-To: freebsd-python->sbz

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-07 11:02:42 UTC
Author: sbz
Date: Fri Sep  7 10:02:30 2012
New Revision: 303808
URL: http://svn.freebsd.org/changeset/ports/303808

Log:
  - Update to 2.6.1
  - Add regression-test target
  
  PR:		ports/171159
  Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>

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

Modified: head/devel/py-simplejson/Makefile
==============================================================================
--- head/devel/py-simplejson/Makefile	Fri Sep  7 09:49:25 2012	(r303807)
+++ head/devel/py-simplejson/Makefile	Fri Sep  7 10:02:30 2012	(r303808)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	simplejson
-PORTVERSION=	2.6.0
+PORTVERSION=	2.6.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +19,7 @@ LICENSE=	MIT
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
 
+regression-test: build
+	@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
+
 .include <bsd.port.mk>

Modified: head/devel/py-simplejson/distinfo
==============================================================================
--- head/devel/py-simplejson/distinfo	Fri Sep  7 09:49:25 2012	(r303807)
+++ head/devel/py-simplejson/distinfo	Fri Sep  7 10:02:30 2012	(r303808)
@@ -1,2 +1,2 @@
-SHA256 (simplejson-2.6.0.tar.gz) = 8119b9bfb10b9ca3b0b63f8555b8efd114595ff01ba2d1c34c8aaf91e7d0badc
-SIZE (simplejson-2.6.0.tar.gz) = 53012
+SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c
+SIZE (simplejson-2.6.1.tar.gz) = 53180
\ No newline at end of file
_______________________________________________
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 Sofian Brabez freebsd_committer freebsd_triage 2012-09-07 11:02:48 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!