Package Release Info

python-canonicaljson-2.0.0-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-canonicaljson

Change Logs

* Mon Jan 20 2025 Steve Kowalik <steven.kowalik@suse.com>
- Drop unneeded Requires on six.
* Fri Jun 09 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Mon May 29 2023 Dirk Müller <dmueller@suse.com>
- 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.
* Mon May 15 2023 Dirk Müller <dmueller@suse.com>
- remove redundant _service file
* Tue Feb 28 2023 Marcus Rueckert <mrueckert@suse.de>
- Update to 1.6.5
  - Use a property to define JsonLibrary by @DMRobertson in #57
* Tue Feb 21 2023 Matej Cepl <mcepl@suse.com>
- Don't switch off tests completely just skip the failing ones.
- And frozendict works on 3.11 (just slower).
* Mon Feb 20 2023 Marcus Rueckert <mrueckert@suse.de>
- disable python 3.11 until frozendict supports it
* Tue Nov 22 2022 Marcus Rueckert <mrueckert@suse.de>
- Update to 1.6.4
  - Remove unused setuptools_scm build requirement.
  - Properly package the canonicaljson module (#52)
- switch to pyproject build
* Wed Jun 08 2022 Marcus Rueckert <mrueckert@suse.de>
- add BR/Requires for typing_extension. new in 1.6.2
* Wed Jun 08 2022 Marcus Rueckert <mrueckert@suse.de>
- 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.
Version: 1.1.4-bp155.2.9
* Thu Feb 28 2019 Tomáš Chvátal <tchvatal@suse.com>
- 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
Version: 1.1.4-bp152.1.8
* Thu Feb 28 2019 Tomá? Chvátal <tchvatal@suse.com>
- 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
Version: 1.1.3-bp150.2.3
* Mon Apr 23 2018 jengelh@inai.de
- Update descriptions.
* Sun Apr 22 2018 okurz@suse.com
- Add missing runtime requirement 'python-six'
* Sun Apr 22 2018 okurz@suse.com
- Add package self-test based on multibuild
* Fri Apr 20 2018 okurz@suse.com
- Cleanup duplicate files in singlespec package with fdupes
* Fri Apr 20 2018 okurz@suse.com
- Update to 1.1.3
* Mon Feb 27 2017 okurz@suse.com
- Initial submission