Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 19:05:57 +1000 (EST)
From:      koobs <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        python@FreeBSD.org
Subject:   [PATCH] devel/py-simplejson: update to 2.6.0
Message-ID:  <20120626090557.DDBE417736@freebsd-90-amd64.localdomain>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	koobs
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/py-simplejson: update to 2.6.0
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 9.0-RELEASE amd64
>Environment:
System: FreeBSD freebsd-90-amd64 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Update to 2.6.0
- Add LICENSE
- Update pkg-descr WWW

Changes:

Version 2.6.0 released 2012-06-26

* Error messages changed to match proposal for Python 3.3.1
  http://bugs.python.org/issue5067

python setup.py test:
--------
Ran 170 tests in 1.650s
OK
-------

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.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/Makefile ./Makefile
--- /usr/ports/devel/py-simplejson/Makefile	2012-05-24 04:05:22.000000000 +1000
+++ ./Makefile	2012-06-26 18:59:41.000000000 +1000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	simplejson
-PORTVERSION=	2.5.2
+PORTVERSION=	2.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,8 @@
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Simplejson is a simple, fast, extensible JSON encoder/decoder
 
+LICENSE=	MIT
+
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
 
diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/distinfo ./distinfo
--- /usr/ports/devel/py-simplejson/distinfo	2012-05-24 04:05:22.000000000 +1000
+++ ./distinfo	2012-06-26 18:59:48.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (simplejson-2.5.2.tar.gz) = 196dbf614facc5f3e650cc38a18ab64c2df0b502ecf217cbd1c9d840133e70a4
-SIZE (simplejson-2.5.2.tar.gz) = 53009
+SHA256 (simplejson-2.6.0.tar.gz) = 8119b9bfb10b9ca3b0b63f8555b8efd114595ff01ba2d1c34c8aaf91e7d0badc
+SIZE (simplejson-2.6.0.tar.gz) = 53012
diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/pkg-descr ./pkg-descr
--- /usr/ports/devel/py-simplejson/pkg-descr	2008-12-28 22:46:14.000000000 +1100
+++ ./pkg-descr	2012-06-26 19:02:43.000000000 +1000
@@ -12,4 +12,4 @@
 The decoder can handle incoming JSON strings of any specified encoding 
 (UTF-8 by default).
 
-WWW:	http://undefined.org/python/#simplejson
+WWW:	https://github.com/simplejson/simplejson
--- py27-simplejson-2.6.0.patch ends here ---




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