./security/py-signedjson, Signs JSON objects with ED25519 signatures

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4, Package name: py311-signedjson-1.1.4, Maintainer: js

Signs JSON objects with ED25519 signatures


Required to run:
[devel/py-setuptools] [security/py-nacl] [lang/python37] [devel/py-typing-extensions] [devel/py-unpaddedbase64] [devel/py-canonicaljson]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13.247 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-30 23:46:34 by Jonathan Schleifer | Files touched by this commit (19)
Log message:
Always use the same e-mail address for packages I maintain
   2023-07-30 17:32:50 by Adam Ciarcinski | Files touched by this commit (19)
Log message:
Remove dependencies for Python 3.7
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-04-14 22:35:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-signedjson: updated to 1.1.4

Signedjson 1.1.4 (2022-03-29)

Bugfixes
- Fix a bug introduced in signedjson 1.1.3 where `signedjson` could not be \ 
imported due to an MRO resolution error.

Signedjson 1.1.3 (2022-03-29)

Internal Changes
- Mark the `SigningKey` and `VerifyKey` types as `SupportsBytes`.

Signedjson 1.1.2 (2022-03-29)

Bugfixes
- Do not require `importlib_metadata` on Python 3.8 and above.
   2022-01-26 08:19:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
*: propagate py-unpaddedbase64's python 3.x restriction
   2022-01-25 10:05:12 by Thomas Klausner | Files touched by this commit (10)
Log message:
*: use versioned_dependencies.mk for py-importlib-metadata
   2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: setuptools_scm: switch to versioned_dependencies