From owner-freebsd-python@FreeBSD.ORG Wed Aug 29 11:23:52 2012 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B923F106568A; Wed, 29 Aug 2012 11:23:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8512E8FC18; Wed, 29 Aug 2012 11:23:52 +0000 (UTC) Received: by dadr6 with SMTP id r6so342589dad.13 for ; Wed, 29 Aug 2012 04:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:subject:from:cc:x-send-pr-version:x-gnats-notify:message-id:date; bh=0rWUmIdLDxXLPvOGwtafUtFVdU1rVOdYkXrQe2TwFlA=; b=E9DhR5TQi6PKdgSPL1IzJU+gAKyeTo3C7Nn7fTXauLQGuno9pIg8gJ2zAn0uxNT+Wv 3A3PCj0c08Ur1hjZAc2OkogU/Rm0OkYJ4mQfMtWNvimAP2cpdwRaNiuIVl5bnF/PTiUR VIhA+59NuTMEStwEqF2clOGOX30bCA30HlDHkSM61fDW8P3/W7xxk0XE57mRSEx/hDmU 1WCS8LcQtcAmTJtHsL/pVEcx/L47RhKGpHoEUpqgfvs0DoORWsrwGsdKaPVkNq4rO+K2 bBi8cKoWPgPhiCt2bT5QC1nZ8BaQdbyIg40CwZ5DA7lrTB6HVVYkmC8W8T7xLtjiRI1/ JWZg== Received: by 10.68.227.233 with SMTP id sd9mr4128377pbc.48.1346239431855; Wed, 29 Aug 2012 04:23:51 -0700 (PDT) Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id wn1sm19141118pbc.57.2012.08.29.04.23.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Aug 2012 04:23:51 -0700 (PDT) Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001) id 3654B3A1DD; Wed, 29 Aug 2012 21:23:42 +1000 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Kubilay Kocak X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20120829112342.3654B3A1DD@freebsd-9-amd64.localdomain> Date: Wed, 29 Aug 2012 21:23:42 +1000 (EST) Cc: python@FreeBSD.org Subject: [PATCH] devel/py-simplejson: update to 2.6.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 11:23:52 -0000 >Submitter-Id: current-users >Originator: Kubilay Kocak >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-simplejson: update to 2.6.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - 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) >How-To-Repeat: >Fix: --- py27-simplejson-2.6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/Makefile ./Makefile --- /usr/ports/devel/py-simplejson/Makefile 2012-06-28 11:24:49.000000000 +1000 +++ ./Makefile 2012-08-29 20:48:44.000000000 +1000 @@ -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 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +test: build + cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/distinfo ./distinfo --- /usr/ports/devel/py-simplejson/distinfo 2012-06-28 11:24:49.000000000 +1000 +++ ./distinfo 2012-08-29 20:41:19.000000000 +1000 @@ -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 --- py27-simplejson-2.6.1.patch ends here ---