15
0
Files
python-canonicaljson/python-canonicaljson.changes
Oliver Kurz ecaa87c2f8 Accepting request 826553 from home:darix:apps
- 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).

OBS-URL: https://build.opensuse.org/request/show/826553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-canonicaljson?expand=0&rev=12
2020-08-14 06:14:37 +00:00

49 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
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