Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-cjson
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4, Thu Mar 18 09:37:12 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1
lines
FILE REMOVED
py-cjson: removed
Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 28 16:21:21 2017 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
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,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-cjson: update to 1.2.1 Changes in version 1.2.1 * Updated project homepage Changes in version 1.2.0 * Implemented recursion limit check for encoding/decoding arrays and objects * Updated copyright years and stripped licensing info from source code Changes in version 1.1.0 * Use repr instead of str when encoding floats to preserve full preicision * Fixed windows compilation problem introduced in 1.0.5 * Fixed float write test to work with latest high precision float encoding * Fixed some list/dict decoding bugs. Use a state machine for decoding them. * Improved decoding speed by using PyString_GET_SIZE instead of strlen * Integrate modified 0001-fix-for-CVE-2010-1666 patch from Debian
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:01 2015 UTC (7 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.1 / (download) - annotate - [select for diffs], Sat May 3 15:34:22 2014 UTC (9 years, 5 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Import py27-cjson-1.0.5 as textproc/py-cjson. Fast JSON encoder/decoder for Python.