OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-canonicaljson?expand=0&rev=43
156 lines
5.6 KiB
Plaintext
156 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 20 05:06:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Drop unneeded Requires on six.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 9 13:35:52 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 29 16:34:14 UTC 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 13:49:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- remove redundant _service file
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 22:46:43 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to 1.6.5
|
|
- Use a property to define JsonLibrary by @DMRobertson in #57
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 21 13:31:52 UTC 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 05:18:38 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- disable python 3.11 until frozendict supports it
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 13:31:34 UTC 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 8 11:30:41 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- add BR/Requires for typing_extension. new in 1.6.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 10:00:55 UTC 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 7 17:33:11 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to 1.6.0
|
|
- Make frozendict import conditional. by @BURG3R5 in #46
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 11 10:04:02 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Bump required version of frozendict to work with Python 3.10
|
|
(gh#matrix-org/python-canonicaljson#45).
|
|
- Clean up SPEC.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 22:48:34 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to 1.5.0
|
|
- Add code to handle frozendict implementations using c-extension
|
|
- Add tests for Python 3.10
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 29 11:09:25 UTC 2021 - Oliver Kurz <okurz@suse.com>
|
|
|
|
- Exclude tests on older SLE+Leap due to "ImportError: cannot import name inf"
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 8 20:32:44 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to 1.4.0:
|
|
- Fix producing non-standard JSON for Infinity, -Infinity, and
|
|
NaN. This could cause errors when encoding objects into
|
|
canonical JSON that previously used to work, but were
|
|
incompatible with JSON implementations in other languages.
|
|
- Use UTF-8 to fix ASCII encoding errors when data containing
|
|
Unicode was attempted to be pretty-printed.
|
|
- Update to 1.3.0:
|
|
- The minimum version of simplejson was bumped to 3.14.0.
|
|
- Obsolete workaround for slow encoding of Unicode characters was
|
|
removed.
|
|
- New APIs were added to iteratively encode JSON.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 13 21:28:31 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to 1.2.0:
|
|
- JSON from the standard library is used automatically on PyPy.
|
|
- Support for Python versions which are end-of-lifed was dropped,
|
|
Python >= 3.5 is supported and tested in continuous
|
|
integration.
|
|
- An API to configure the underlying JSON library was added
|
|
(set_json_library).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 28 09:34:15 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 23 13:57:00 UTC 2018 - jengelh@inai.de
|
|
|
|
- Update descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 22 20:17:08 UTC 2018 - okurz@suse.com
|
|
|
|
- Add missing runtime requirement 'python-six'
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 22 19:53:27 UTC 2018 - okurz@suse.com
|
|
|
|
- Add package self-test based on multibuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 20 18:08:21 UTC 2018 - okurz@suse.com
|
|
|
|
- Cleanup duplicate files in singlespec package with fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 20 18:05:19 UTC 2018 - okurz@suse.com
|
|
|
|
- Update to 1.1.3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 13:49:57 UTC 2017 - okurz@suse.com
|
|
|
|
- Initial submission
|
|
|