| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Drop unneeded Requires on six.
- Add %{?sle15_python_module_pythons}
- update to 2.0.0:
* Add a generic `register_preserialisation_callback` mechanism,
which allows users to teach canonicaljson how to JSON-encode custom
types.
* Remove support for serialising `frozendict` instances. Use
the new `register_preserialisation_callback` mechanism to replace
this functionality if needed.
* Remove support for `simplejson` and the
`set_json_library`alternative json libraries.
- remove redundant _service file
- Update to 1.6.5 - Use a property to define JsonLibrary by @DMRobertson in #57
- Don't switch off tests completely just skip the failing ones. - And frozendict works on 3.11 (just slower).
- disable python 3.11 until frozendict supports it
- Update to 1.6.4 - Remove unused setuptools_scm build requirement. - Properly package the canonicaljson module (#52) - switch to pyproject build
- add BR/Requires for typing_extension. new in 1.6.2
- Update to 1.6.2
- Add type annotations (#49).
- 1.6.2 is a rerelease of 1.6.1 with the version numbers fixed in
the tarball.
- Update to 1.1.4: * Fix error when encoding non-BMP characters on UCS-2 python builds (fixes issue #12). - Use same syntax for test multibuild like in other pkgs
- Update to 1.1.4: * Fix error when encoding non-BMP characters on UCS-2 python builds (fixes issue #12). - Use same syntax for test multibuild like in other pkgs
- Update descriptions.
- Add missing runtime requirement 'python-six'
- Add package self-test based on multibuild
- Cleanup duplicate files in singlespec package with fdupes
- Update to 1.1.3
- Initial submission