Package Release Info

python-signedjson-1.1.4-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-signedjson

Change Logs

* Thu Jun 12 2025 Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
* Sun Jun 11 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Tue Feb 21 2023 Matej Cepl <mcepl@suse.com>
- Clean up SPEC file
* Wed Jun 08 2022 Marcus Rueckert <mrueckert@suse.de>
- reenable testsuite
* Tue Jun 07 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 2020 John Vandenberg <jayvdb@gmail.com>
- Replace nose with pytest
Version: 1.1.1-bp152.1.1
* Wed Apr 15 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.1.1
  * Fix incorrect typing annotation for `decode_signing_key_base64`.
  * Reinstate `decode_verify_key_base64` function which was erroneously removed in 1.1.0.
- Add no-importlib-on-py38.patch to fix build on Python 3.8
* Thu Feb 06 2020 okurz@suse.com
- Update to version 1.1.0:
  * Add type definitions to make it easier to use static type
    checkers.
  * Remove unused `decode_verify_key_base64` method.
* Tue Dec 18 2018 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 1.0.0-bp150.2.4
* Mon Feb 27 2017 okurz@suse.com
- Initial submission