OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Mon May 6 12:24:08 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -0 lines
Diff to previous 1.10 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.10 / (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
Changes since 1.9: +1 -5 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Mon Nov 14 15:26:17 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (unified)

use MODPY_PYBUILD

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 13 15:29:50 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7 (unified)

bump for MODPY_DEFAULT_VERSION_3 change

Revision 1.7 / (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_2_BASE, OPENBSD_7_2
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Fri Mar 11 20:03:15 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.5: +0 -2 lines
Diff to previous 1.5 (unified)

drop RCS Ids

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 2 00:02:36 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified)

bump REVISION for switch from Python 3.8 -> 3.9

Revision 1.3.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.3: +2 -2 lines
Diff to previous 1.3 (unified) next main 1.4 (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.4 / (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_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Update to py-canonicaljson-1.4.0

Thanks to maintainer Renaud Allard for the diff

Revision 1.3 / (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.2: +2 -3 lines
Diff to previous 1.2 (unified)

Update to py-canonicaljson-1.3.0

Diff from maintainer Renaud Allard

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 3 21:13:13 2020 UTC (3 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

bump REVISION; python 3 default changed to 3.8

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.