Skip to content

community/py3-signedjson: upgrade to 1.1.4

Patrycja Rosa requested to merge ptrcnull/aports:py3-signedjson into master

https://github.com/matrix-org/python-signedjson/compare/v1.1.1...v1.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. ([\#22](https://github.com/matrix-org/python-signedjson/issues/22))


Signedjson 1.1.3 (2022-03-29)
=============================


Internal Changes
----------------

- Mark the `SigningKey` and `VerifyKey` types as `SupportsBytes`. ([\#21](https://github.com/matrix-org/python-signedjson/issues/21))


Signedjson 1.1.2 (2022-03-29)
=============================

Bugfixes
--------

- Do not require `importlib_metadata` on Python 3.8 and above. By @MeggyCal. ([\#9](https://github.com/matrix-org/python-signedjson/issues/9))


Internal Changes
----------------

- Configure @matrix-org/synapse-core to be the code owner for the repository. ([\#11](https://github.com/matrix-org/python-signedjson/issues/11))
- Use `assertEqual` for Python 3.11. By @hugovk. ([\#17](https://github.com/matrix-org/python-signedjson/pull/17))
- Run linters (flake8, mypy, black, isort). ([\#20](https://github.com/matrix-org/python-signedjson/pull/20))
- Mark the package as containing type hints. ([\#20](https://github.com/matrix-org/python-signedjson/pull/20))

Merge request reports