Path to this page:
Subject: CVS commit: pkgsrc/security/py-signedjson
From: Adam Ciarcinski
Date: 2022-04-14 22:35:37
Message id: 20220414203537.A91D1FB24@cvs.NetBSD.org
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.
Files: