Up to [cvs.NetBSD.org] / pkgsrc / converters / py-simplejson
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.50 / (download) - annotate - [select for diffs], Sat Oct 7 20:10:32 2023 UTC (8 weeks, 4 days ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
py-simplejson: updated to 3.19.2 Version 3.19.2 released 2023-10-05 * Updated test & build matrix to include Python 3.12 and use GitHub Actions as a Trusted Publisher (OIDC)
Revision 1.49 / (download) - annotate - [select for diffs], Fri Apr 7 04:30:00 2023 UTC (8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
py-simplejson: update to 3.19.1 Version 3.19.1 released 2023-04-06 * This release contains security hardening measures based on recommendations by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH. Several of these measures include changing defaults to be more strict, by default simplejson will now only consume and produce compliant JSON, but the flags still exist for any backwards compatibility needs. No high priority issues were discovered, the reference count leak is thought to be unreachable since the digits of the float are checked before PyOS_string_to_double is called. A link to the public version of this report will be included in a future release of simplejson. The following fixes were implemented in one PR: https://github.com/simplejson/simplejson/pull/313 * Fix invalid handling of unicode escape sequences in the pure Python implementation of the decoder (SJ-PT-23-01) * Fix missing reference count decrease if PyOS_string_to_double raises an exception in Python 2.x; was probably unreachable (SJ-PT-23-02) * Backport the integer string length limitation from Python 3.11 to limit quadratic number parsing (SJ-PT-23-03) * Fix inconsistencies with error messages between the C and Python implementations (SJ-PT-23-100) * Remove unused unichr import from encoder (SJ-PT-23-101) * Remove unused namedtuple_as_object and tuple_as_array arguments from simplejson.load (SJ-PT-23-102) * Remove vestigial _one_shot code from iterencode (SJ-PT-23-103) * Change default of allow_nan from True to False and add allow_nan to decoder (SJ-PT-23-107)
Revision 1.48 / (download) - annotate - [select for diffs], Wed Mar 15 13:00:39 2023 UTC (8 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
py-simplejson: updated to 3.18.4 Version 3.18.4 released 2023-03-14 * Test the sdist to prevent future regressions https://github.com/simplejson/simplejson/pull/311 * Enable ppc64le wheels https://github.com/simplejson/simplejson/pull/312
Revision 1.47 / (download) - annotate - [select for diffs], Tue Feb 7 12:28:05 2023 UTC (9 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
py-simplejson: updated to 3.18.3 Version 3.18.3 released 2023-02-05 * Fix regression in sdist archive https://github.com/simplejson/simplejson/pull/310 Version 3.18.2 released 2023-02-04 * Distribute a pure python wheel for Pyodide https://github.com/simplejson/simplejson/pull/308
Revision 1.46 / (download) - annotate - [select for diffs], Wed Jan 4 10:42:05 2023 UTC (11 months ago) by adam
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
py-simplejson: updated to 3.18.1 Version 3.18.1 released 2023-01-03 * Remove unnecessary `i` variable from encoder module namespace * Declare support for Python 3.11 and add wheels
Revision 1.45 / (download) - annotate - [select for diffs], Tue Nov 15 05:34:01 2022 UTC (12 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.44: +2 -3
lines
Diff to previous 1.44 (colored)
py-simplejson: updated to 3.18.0 Version 3.18.0 released 2022-11-14 * Allow serialization of classes that implement for_json or _asdict by ignoring TypeError when those methods are called * Raise JSONDecodeError instead of ValueError in invalid unicode escape sequence edge case
Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:40 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.43: +2 -1
lines
Diff to previous 1.43 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.43 / (download) - annotate - [select for diffs], Wed Nov 17 08:38:38 2021 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
py-simplejson: updated to 3.17.6 Version 3.17.6 * Declare support for Python 3.10 and add wheels
Revision 1.42 / (download) - annotate - [select for diffs], Wed Aug 25 06:09:54 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
py-simplejson: updated to 3.17.5 Version 3.17.5 released 2021-08-23 * Fix the C extension module to harden is_namedtuple against looks-a-likes such as Mocks. Also prevent dict encoding from causing an unraised SystemError when encountering a non-Dict. Noticed by running user tests against a CPython interpreter with C asserts enabled (COPTS += -UNDEBUG).
Revision 1.41 / (download) - annotate - [select for diffs], Fri Aug 20 05:36:23 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
py-simplejson: updated to 3.17.4 Version 3.17.4 * Upgrade cibuildwheel
Revision 1.40 / (download) - annotate - [select for diffs], Sat Jul 10 05:42:43 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
py-simplejson: updated to 3.17.3 Version 3.17.3 * Replaced Travis-CI and AppVeyor with Github Actions, adding wheels for Python 3.9.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Jul 20 19:14:03 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
py-simplejson: updated to 3.17.2 Version 3.17.2 * Added arm64 to build matrix and reintroduced manylinux wheels * No more bdist_wininst builds per PEP 527 * Minor grammatical issue fixed in README
Revision 1.38 / (download) - annotate - [select for diffs], Mon Nov 18 09:03:03 2019 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
py-simplejson: updated to 3.17.0 Version 3.17.0: * Updated documentation to be Python 3 first, and have removed documentation notes about version changes that occurred more than five years ago. * Update build matrix for Python 3.8
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jul 3 12:21:27 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
py-simplejson: updated to 3.16.0 Version 3.16.0: * Restore old behavior with regard to the type of decoded empty strings with speedups enabled on Python 2.x * Add python_requires to setup.py to help pip * Fix CSS in docs when built locally
Revision 1.36 / (download) - annotate - [select for diffs], Mon May 14 07:14:19 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
py-simplejson: updated to 3.15.0 Version 3.15.0: * Clean up the C code * Bypass the decode() method in bytes subclasses * Support builds without cStringIO * Allow to disable serializing bytes by default in Python 3 * Simplify the compatibility code * Fix tests in Python 2.5
Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 30 06:41:52 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.34: +4 -6
lines
Diff to previous 1.34 (colored)
py-simplejson: updated to 3.14.0 Version 3.14.0: * Defer is_raw_json test (performance improvement) * Avoid escaping U+2028 and U+2029 without ensure_ascii * Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Nov 28 11:01:11 2017 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.33: +2 -5
lines
Diff to previous 1.33 (colored)
py-simplejson: updated to 3.13.2 Version 3.13.2: * Fix additional Python 2.x compilation issue on Windows
Revision 1.33 / (download) - annotate - [select for diffs], Tue Nov 7 13:06:41 2017 UTC (6 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
py-simplejson: updated to 3.12.0 Version 3.12.0: * Fix threaded import race condition * Move RawJSON implementation to simplejson.raw_json module * Move JSONDecodeError implementation to simplejson.errors module
Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 3 17:13:11 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Version 3.11.1: * Fix issue with item_sort_key when speedups are available, and add auto-discovery to test suites to prevent similar regressions Version 3.11.0: * docstring fix in JSONEncoder * Call PyObject_IsTrue() only once for the strict argument of scanner * Fix a crash with unencodable encoding in the encoder * Remove unused imports * Remove remnants of Python 2.4 support * Fix argument checking errors in _speedups.c * Remove the `__init__` methods in extension classes * Fix typo in the doc for loads * Add Python 3.6 to testing matrix and PyPI metadata
Revision 1.31 / (download) - annotate - [select for diffs], Fri Aug 19 06:17:43 2016 UTC (7 years, 3 months ago) by richard
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
update to py-simplejson-3.8.2 Version 3.8.2 released 2016-02-14 * Fix implicit cast compiler warning in _speedups.c * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim for getting this party started. https://github.com/simplejson/simplejson/pull/130 https://github.com/simplejson/simplejson/issues/122 Version 3.8.1 released 2015-10-27 * Fix issue with iterable_as_array and indent option https://github.com/simplejson/simplejson/issues/128 * Fix typo in keyword argument name introduced in 3.8.0 https://github.com/simplejson/simplejson/pull/123 Version 3.8.0 released 2015-07-18 * New iterable_as_array encoder option to perform lazy serialization of any iterable objects, without having to convert to tuple or list. Version 3.7.3 released 2015-05-31 * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842 Version 3.7.2 released 2015-05-22 * Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios. Version 3.7.1 released 2015-05-18 * Fix compilation with MSVC https://github.com/simplejson/simplejson/pull/119 Version 3.7.0 released 2015-05-18 * simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. https://github.com/simplejson/simplejson/issues/118
Revision 1.30 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:21 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Oct 27 08:44:45 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Update to 3.6.5: Version 3.6.5 released 2014-10-24 * Importing bug fix for reference leak when an error occurs during dict encoding https://github.com/simplejson/simplejson/issues/109
Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 5 14:53:55 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Update to 3.6.4: Version 3.6.4 released 2014-09-29 * Important bug fix for dump when only sort_keys is set https://github.com/simplejson/simplejson/issues/106
Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 25 18:26:40 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Update to 3.6.3: Version 3.6.3 released 2014-08-18 * Documentation updates https://github.com/simplejson/simplejson/issues/103
Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 10 14:55:08 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Update to 3.6.2: Version 3.6.2 released 2014-08-09 * Documentation updates Version 3.6.1 released 2014-08-09 * Documentation updates
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jul 29 11:48:06 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to 3.6.0: Version 3.6.0 released 2014-07-21 * Automatically strip any UTF-8 BOM from input to more closely follow the latest specs https://github.com/simplejson/simplejson/pull/101
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jul 27 00:00:43 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update to 3.5.3: Version 3.5.3 released 2014-06-24 * Fix lower bound checking in scan_once / raw_decode API https://github.com/simplejson/simplejson/issues/98
Revision 1.23 / (download) - annotate - [select for diffs], Fri May 30 13:25:48 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update to 3.5.2: Version 3.5.2 released 2014-05-22 * Fix Windows build with VS2008 https://github.com/simplejson/simplejson/pull/97 Version 3.5.1 released 2014-05-21 * Consistently reject int_as_string_bitcount settings that are not positive integers Version 3.5.0 released 2014-05-20 * Added int_as_string_bitcount encoder option https://github.com/simplejson/pull/96 * Fixed potential crash when encoder created with incorrect options
Revision 1.22 / (download) - annotate - [select for diffs], Sat May 3 23:38:33 2014 UTC (9 years, 7 months ago) by rodent
Branch: MAIN
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
Updated to latest release, 3.4.1. Use egg.mk now. From CHANGES.txt: Version 3.4.1 released 2014-04-30 * Fixed tests to run on Python 3.4 Version 3.4.0 released 2014-04-02 * Native setuptools support re-introduced https://github.com/simplejson/simplejson/pull/92 Version 3.3.3 released 2014-02-14 * Improve test suite's Python 3.4 compatibility https://github.com/simplejson/simplejson/issues/87
Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 27 18:41:11 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Do not set FETCH_USING, should not be set in a package Makefile.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 25 10:29:58 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.19: +1 -5
lines
Diff to previous 1.19 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 16 02:24:02 2014 UTC (9 years, 10 months ago) by rodent
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Updated to latest release, 3.3.2. From CHANGES.txt: * Docstring fix for decoded string types
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 3 06:11:46 2014 UTC (9 years, 11 months ago) by rodent
Branch: MAIN
Changes since 1.17: +7 -3
lines
Diff to previous 1.17 (colored)
Update to latest release, 3.3.1. Add: PYTHON_VERSIONS_ACCEPTED= 33 27 26 PYTHON_VERSIONS_INCLUDE_3X= yes Not clear from documentation if this package works with python32. From CHANGES.txt: Version 3.3.1 released 2013-10-05 * JSONDecodeError exceptions can now be pickled https://github.com/simplejson/simplejson/pull/78 Version 3.3.0 released 2013-05-07 * Unpaired surrogates once again pass through the decoder, to match older behavior and the RFC-4627 spec. https://github.com/simplejson/simplejson/issues/62 Version 3.2.0 released 2013-05-01 * New ignore_nan kwarg in encoder that serializes out of range floats (Infinity, -Infinity, NaN) as null for ECMA-262 compliance. https://github.com/simplejson/simplejson/pull/63 * New for_json kwarg in encoder to make it possible to for subclasses of dict and list to be specialized. https://github.com/simplejson/simplejson/pull/69 Version 3.1.3 released 2013-04-06 * Updated documentation to discourage subclassing whenever possible. default, object_hook, and object_pairs_hook provide almost all of the functionality of subclassing. Version 3.1.2 released 2013-03-20 * Updated documentation to reflect separators behavior when indent is not None https://github.com/simplejson/simplejson/issues/59 * Test suite should be compatible with debug builds of Python 2.x and 3.x https://github.com/simplejson/simplejson/pull/65 Version 3.1.1 released 2013-02-21 * setup.py now has another workaround for Windows machines without MSVC installed http://bugs.python.org/issue7511 Version 3.1.0 released 2013-02-21 * Updated JSON conformance test suite http://bugs.python.org/issue16559 * simplejson.tool tests and bugfix for Python 3.x http://bugs.python.org/issue16549 * Improve error messages for certain kinds of truncated input http://bugs.python.org/issue16009 * Moved JSONDecodeError to json.scanner (still available for import from json.decoder) * Changed scanner to use JSONDecodeError directly rather than StopIteration to improve error messages Version 3.0.9 released 2013-02-21 * Fix an off-by-one error in the colno property of JSONDecodeError (when lineno == 1) http://bugs.python.org/issue17225 Version 3.0.8 released 2013-02-19 * Fix a Python 2.x compiler warning for narrow unicode builds https://github.com/simplejson/simplejson/issues/56 Version 3.0.7 released 2013-01-11 * NOTE: this release only changes the license. * simplejson is now dual-licensed software, MIT or AFL v2.1. It is also made explicit that this code is also licensed to the PSF under a Contributor Agreement. Version 3.0.6 released 2013-01-11 * Fix for major Python 2.x ensure_ascii=False encoding regression introduced in simplejson 3.0.0. If you use this setting, please upgrade immediately. https://github.com/simplejson/simplejson/issues/50 Version 3.0.5 released 2013-01-03 * NOTE: this release only changes the tests, it is not essential to upgrade * Tests now run with deprecation warnings printed * Fixed Python 3 syntax error in simplejson.tool https://github.com/simplejson/simplejson/issues/49 * Fixed Python 3.3 deprecation warnings in test suite https://github.com/simplejson/simplejson/issues/48 Version 3.0.4 released 2013-01-02 * MSVC compatibility for Python 3.3 https://github.com/simplejson/simplejson/pull/47 Version 3.0.3 released 2013-01-01 * Fixes for bugs introduced in 3.0.2 * Fixes for Python 2.5 compatibility * MSVC compatibility for Python 2.x https://github.com/simplejson/simplejson/pull/46 Version 3.0.2 released 2013-01-01 * THIS VERSION HAS BEEN REMOVED * Missed a changeset to _speedups.c in the 3.0.1 branch cut Version 3.0.1 released 2013-01-01 * THIS VERSION HAS BEEN REMOVED * Add accumulator optimization to encoder, equivalent to the usage of `_Py_Accu` in the Python 3.3 json library. Only relevant if encoding very large JSON documents. Version 3.0.0 released 2012-12-30 * Python 3.3 is now supported, thanks to Vinay Sajip https://github.com/simplejson/simplejson/issues/8 * `sort_keys`/`item_sort_key` now sort on the stringified verison of the key, rather than the original object. This ensures that the sort only compares string types and makes the behavior consistent between Python 2.x and Python 3.x. * Like other number types, Decimal instances used as keys are now coerced to strings when use_decimal is True.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Oct 3 00:20:16 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.16: +1 -3
lines
Diff to previous 1.16 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 2 17:29:48 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update to 2.6.2: Version 2.6.2 released 2012-09-21 * JSONEncoderForHTML was not exported in the simplejson module https://github.com/simplejson/simplejson/issues/41
Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 12 16:08:08 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update to 2.6.1: Version 2.6.1 released 2012-07-27 * raw_decode() now skips whitespace before the object https://github.com/simplejson/simplejson/pull/38
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 1 14:05:58 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update to 2.6.0: Version 2.6.0 released 2012-06-26 * Error messages changed to match proposal for Python 3.3.1 http://bugs.python.org/issue5067
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 3 22:24:20 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Update to 2.5.2: Version 2.5.2 released 2012-05-10 * Fix for regression introduced in 2.5.1 https://github.com/simplejson/simplejson/issues/35 Version 2.5.1 released 2012-05-10 * Support for use_decimal=True in environments that use Python sub-interpreters such as uWSGI https://github.com/simplejson/simplejson/issues/34 Version 2.5.0 released 2012-03-29 * New item_sort_key option for encoder to allow fine grained control of sorted output Version 2.4.0 released 2012-03-06 * New bigint_as_string option for encoder to trade JavaScript number precision issues for type issues. https://github.com/simplejson/simplejson/issues/31 Version 2.3.3 released 2012-02-27 * Allow unknown numerical types for indent parameter https://github.com/simplejson/simplejson/pull/29 Version 2.3.2 released 2011-12-30 * Fix crashing regression in speedups introduced in 2.3.1 Version 2.3.1 released 2011-12-29 * namedtuple_as_object now checks _asdict to ensure that it is callable. https://github.com/simplejson/simplejson/issues/26 Version 2.3.0 released 2011-12-05 * Any objects with _asdict() methods are now considered for namedtuple_as_object. https://github.com/simplejson/simplejson/pull/22
Revision 1.12 / (download) - annotate - [select for diffs], Tue May 29 13:19:42 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Update to 2.2.1: Version 2.2.1 released 2011-09-06 * Fix MANIFEST.in issue when building a sdist from a sdist. https://github.com/simplejson/simplejson/issues/16 Version 2.2.0 released 2011-09-04 * Remove setuptools requirement, reverted to pure distutils * use_decimal default for encoding (dump, dumps, JSONEncoder) is now True * tuple encoding as JSON objects can be turned off with new tuple_as_array=False option. https://github.com/simplejson/simplejson/pull/6 * namedtuple (or other tuple subclasses with _asdict methods) are now encoded as JSON objects rather than arrays by default. Can be disabled and treated as a tuple with the new namedtuple_as_object=False option. https://github.com/simplejson/simplejson/pull/6 * JSONDecodeError is now raised instead of ValueError when a document ends with an opening quote and the C speedups are in use. https://github.com/simplejson/simplejson/issues/15 * Updated documentation with information about JSONDecodeError * Force unicode linebreak characters to be escaped (U+2028 and U+2029) http://timelessrepo.com/json-isnt-a-javascript-subset * Moved documentation from a git submodule to http://simplejson.readthedocs.org/ Version 2.1.6 released 2011-05-08 * Prevent segfaults with deeply nested JSON documents https://github.com/simplejson/simplejson/issues/11 * Fix compatibility with Python 2.5 https://github.com/simplejson/simplejson/issues/5 Version 2.1.5 released 2011-04-17 * Built sdist tarball with setuptools_git installed. Argh. Version 2.1.4 released 2011-04-17 * Does not try to build the extension when using PyPy * Trailing whitespace after commas no longer emitted when indent is used * Migrated to github http://github.com/simplejson/simplejson
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 15 22:18:15 2012 UTC (11 years, 9 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
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
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 8 12:15:39 2010 UTC (13 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.9: +5 -7
lines
Diff to previous 1.9 (colored)
Update py-simplejson to 2.1.1. Based on PR#43447 by Wen Heping. While here, set LICENSE=mit with some cosmetic fixes. Version 2.1.1 released 2010-03-31 * Change how setup.py imports ez_setup.py to try and workaround old versions of setuptools. http://code.google.com/p/simplejson/issues/detail?id=75 * Fix compilation on Windows platform (and other platforms with very picky compilers) * Corrected simplejson.__version__ and other minor doc changes. * Do not fail speedups tests if speedups could not be built. http://code.google.com/p/simplejson/issues/detail?id=73 Version 2.1.0 released 2010-03-10 * Decimal serialization officially supported for encoding with use_decimal=True. For encoding this encodes Decimal objects and for decoding it implies parse_float=Decimal * Python 2.4 no longer supported (may still work, but no longer tested) * Decoding performance and memory utilization enhancements http://bugs.python.org/issue7451 * JSONEncoderForHTML class for escaping &, <, > http://code.google.com/p/simplejson/issues/detail?id=66 * Memoization of object keys during encoding (when using speedups) * Encoder changed to use PyIter_Next for list iteration to avoid potential threading issues * Encoder changed to use iteritems rather than PyDict_Next in order to support dict subclasses that have a well defined ordering http://bugs.python.org/issue6105 * indent encoding parameter changed to be a string rather than an integer (integer use still supported for backwards compatibility) http://code.google.com/p/simplejson/issues/detail?id=56 * Test suite (python setup.py test) now automatically runs with and without speedups http://code.google.com/p/simplejson/issues/detail?id=55 * Fixed support for older versions of easy_install (e.g. stock Mac OS X config) http://code.google.com/p/simplejson/issues/detail?id=54 * Fixed str/unicode mismatches when using ensure_ascii=False http://code.google.com/p/simplejson/issues/detail?id=48 * Fixed error message when parsing an array with trailing comma with speedups http://code.google.com/p/simplejson/issues/detail?id=46 * Refactor decoder errors to raise JSONDecodeError instead of ValueError http://code.google.com/p/simplejson/issues/detail?id=45 * New ordered_pairs_hook feature in decoder which makes it possible to preserve key order. http://bugs.python.org/issue5381 * Fixed containerless unicode float decoding (same bug as 2.0.4, oops!) http://code.google.com/p/simplejson/issues/detail?id=43 * Share PosInf definition between encoder and decoder * Minor reformatting to make it easier to backport simplejson changes to Python 2.7/3.1 json module
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 20 17:15:21 2009 UTC (14 years, 3 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.8: +6 -3
lines
Diff to previous 1.8 (colored)
Update simplejson to 2.0.9 and add do-test rule. The only changelog appears to be the blog: http://bob.pythonmac.org/archives/category/python/simplejson/ All optimizations and bug-fixes, as far as I can tell.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 5 18:51:27 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Remove PYBINMODULE. All it did was mark some packages as not available on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 17 15:37:01 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Fix native_libs.txt issue. Bump revision.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 11 11:45:24 2009 UTC (14 years, 9 months ago) by obache
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
pkgsrc@ => pkgsrc-users@.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 12 07:08:47 2008 UTC (15 years, 2 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
EGG_NAME now defaults to ${DISTNAME} so don't set it here.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 11 16:32:06 2008 UTC (15 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
Use egg.mk instead of manually infer egg name and add destdir support. Thanks to Eric Gillespie epg@ for the patch.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 10 14:01:35 2008 UTC (15 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Enable c language for building sped up library version.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 10 13:56:40 2008 UTC (15 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Correct package name.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Sep 10 13:53:29 2008 UTC (15 years, 2 months ago) by mjl
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import py-simplejson 1.9.2 simplejson is a simple, fast, extensible JSON encoder/decoder for Python simplejson is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default).
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 10 13:53:29 2008 UTC (15 years, 2 months ago) by mjl
Branch: MAIN
Initial revision