pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   gls
Date:           Wed Feb 15 22:18:15 UTC 2012

Modified Files:
        pkgsrc/converters/py-simplejson: Makefile PLIST distinfo

Log Message:
Update converters/py-simplejson to 2.1.3.

Upstream changes:

Version 2.1.3 released 2011-01-17

* Support the sort_keys option in C encoding speedups
  http://code.google.com/p/simplejson/issues/detail?id=86
* Allow use_decimal to work with dump()
 http://code.google.com/p/simplejson/issues/detail?id=87

Version 2.1.2 released 2010-11-01

* Correct wrong end when object_pairs_hook is used
  http://code.google.com/p/simplejson/issues/detail?id=85
* Correct output for indent=0
  http://bugs.python.org/issue10019
* Correctly raise TypeError when non-string keys are used with speedups
  http://code.google.com/p/simplejson/issues/detail?id=82
* Fix the endlineno, endcolno attributes of the JSONDecodeError exception.
  http://code.google.com/p/simplejson/issues/detail?id=81


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/py-simplejson/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/py-simplejson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index