14
0

Accepting request 981290 from home:darix:apps

- reenable testsuite

- Update to version 1.1.4
  - Bugfixes
    - Fix a bug introduced in signedjson 1.1.3 where signedjson
      could not be imported due to an MRO resolution error. (#22)
    - Do not require importlib_metadata on Python 3.8 and above. By
      @MeggyCal. (#9)
  - Internal Changes
    - Configure @matrix-org/synapse-core to be the code owner for
      the repository. (#11)
    - Use assertEqual for Python 3.11. By @hugovk. (#17)
    - Run linters (flake8, mypy, black, isort). (#20)
    - Mark the package as containing type hints. (#20)
- drop no-importlib-on-py38.patch:
  included in update

OBS-URL: https://build.opensuse.org/request/show/981290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-signedjson?expand=0&rev=16
This commit is contained in:
2022-06-08 14:32:02 +00:00
committed by Git OBS Bridge
parent 87c1f754de
commit d8ad0ed9cb
5 changed files with 29 additions and 37 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jun 8 11:08:12 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- reenable testsuite
-------------------------------------------------------------------
Tue Jun 7 16:15:18 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- Update to version 1.1.4
- Bugfixes
- Fix a bug introduced in signedjson 1.1.3 where signedjson
could not be imported due to an MRO resolution error. (#22)
- Do not require importlib_metadata on Python 3.8 and above. By
@MeggyCal. (#9)
- Internal Changes
- Configure @matrix-org/synapse-core to be the code owner for
the repository. (#11)
- Use assertEqual for Python 3.11. By @hugovk. (#17)
- Run linters (flake8, mypy, black, isort). (#20)
- Mark the package as containing type hints. (#20)
- drop no-importlib-on-py38.patch:
included in update
-------------------------------------------------------------------
Sun Aug 16 20:48:03 UTC 2020 - John Vandenberg <jayvdb@gmail.com>