1
0
Files
python-jsonlines/python-jsonlines.changes
Dirk Mueller 9b875467c1 - update to 4.0.0:
* use ‘orjson’ or ‘ujson’ for reading if available
  * drop support for end-of-life Python versions; this package is now
    Python 3.8+ only.
  * drop support for numbers.Number in type= arguments (#63)
  * drop support for python versions older than 3.6
- Added python-jsonlines needed by python-cloudflare, which is

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonlines?expand=0&rev=8
2023-12-08 09:48:40 +00:00

35 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Fri Dec 8 09:47:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.0.0:
* use orjson or ujson for reading if available
* drop support for end-of-life Python versions; this package is now
Python 3.8+ only.
-------------------------------------------------------------------
Sat Jul 1 09:05:29 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Sep 29 14:16:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.0.0
* add type annotations; adopt mypy in strict mode (#58, #62)
* ignore UTF-8 BOM sequences in various scenarios (#69)
* support dumps() callables returning bytes again (#64)
* add basic support for rfc7464 text sequences (#61)
* drop support for numbers.Number in type= arguments (#63)
-------------------------------------------------------------------
Mon Nov 8 10:08:24 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.0.0:
* drop support for python versions older than 3.6
-------------------------------------------------------------------
Wed Aug 29 11:40:44 UTC 2018 - mcalabkova@suse.com
- Added python-jsonlines needed by python-cloudflare, which is
needed by python-certbot-dns-cloudflare