Commit graph

9 commits

Author SHA1 Message Date
adam
f154393db2 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-04-14 20:35:37 +00:00
wiz
46bc9d3e2b *: propagate py-unpaddedbase64's python 3.x restriction 2022-01-26 07:19:03 +00:00
wiz
2d093f80c2 *: use versioned_dependencies.mk for py-importlib-metadata 2022-01-25 09:05:10 +00:00
wiz
4f48678c96 *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
adam
92932f8fba py-signedjson: updated to 1.1.1
Signedjson 1.1.1

Bugfixes
- Fix incorrect typing annotation for `decode_signing_key_base64`.
- Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0.

Internal Changes
- Use `setuptools_scm` for the version number.
2022-01-08 16:14:31 +00:00
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
nia
3df0f20e22 security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-26 11:16:56 +00:00
nia
fa4b2904a6 security: Remove SHA1 hashes for distfiles 2021-10-07 14:53:40 +00:00
js
0aba9456b2 Import security/py-signedjson from wip
This is a dependency for the Matrix Synapse Homeserver I want to import.

Sign JSON objects with ED25519 signatures
2020-04-18 12:50:44 +00:00