OpenBSD CVS

CVS log for ports/textproc/py-canonicaljson/distinfo


[BACK] Up to [local] / ports / textproc / py-canonicaljson

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 12 19:31:04 2023 UTC (13 months, 2 weeks ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

textproc/py-canonicaljson: update to 2.0.0.

from maintainer Renaud Allard, required for net/synapse update.
textproc/py-signedjson tests all pass with that new version.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 18 13:17:43 2022 UTC (21 months, 2 weeks ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

update to py3-canonicaljson-1.6.2
from maintainer Renaud Allard, I snuck in MODPY_PYTEST=Yes and removed py-six RDEP

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Fri Oct 23 16:51:43 2020 UTC (3 years, 7 months ago) by solene
Branch: OPENBSD_6_8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified) next main 1.3 (unified)

Update to py-canonicaljson-1.4.0

Required to build the net/synapse update

Thanks to maintainer Renaud Allard for the diff

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 23 16:49:10 2020 UTC (3 years, 7 months ago) by solene
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Update to py-canonicaljson-1.4.0

Thanks to maintainer Renaud Allard for the diff

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 20 12:57:58 2020 UTC (3 years, 9 months ago) by solene
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE
Branch point for: OPENBSD_6_8
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

Update to py-canonicaljson-1.3.0

Diff from maintainer Renaud Allard

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 8 16:21:42 2020 UTC (4 years, 2 months ago) by landry
Branch: rallard
CVS Tags: landry_20200308, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import py-canonicaljson 1.1.4, from maintainer Renaud Allard.

Python module to encode JSON in a standard format.

* Encodes objects and arrays as RFC 7159 JSON.
* Sorts object keys so that you get the same result each time.
* Has no insignificant whitespace to make the output as small as possible.
* Escapes only the characters that must be escaped (U+0000 to U+0019,
  U+0022, U+0056), to keep the output as small as possible.
* Uses the shortest escape sequence for each escaped character.
* Encodes the JSON as UTF-8.
* Can encode "frozendict" immutable dictionaries.

dependency for upcoming synapse/matrix server port.

ok solene@

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 8 16:21:42 2020 UTC (4 years, 2 months ago) by landry
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.