From 9b875467c19594872f7d5f421c660c70114119dfbf2048ba987c038096a617dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 8 Dec 2023 09:48:40 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=204.0.0:=20=20=20*=20use=20?= =?UTF-8?q?=E2=80=98orjson=E2=80=99=20or=20=E2=80=98ujson=E2=80=99=20for?= =?UTF-8?q?=20reading=20if=20available=20=20=20*=20drop=20support=20for=20?= =?UTF-8?q?end-of-life=20Python=20versions;=20this=20package=20is=20now=20?= =?UTF-8?q?=20=20=20=20Python=203.8+=20only.=20=20=20*=20drop=20support=20?= =?UTF-8?q?for=20numbers.Number=20in=20type=3D=20arguments=20(#63)=20=20?= =?UTF-8?q?=20*=20drop=20support=20for=20python=20versions=20older=20than?= =?UTF-8?q?=203.6=20-=20Added=20python-jsonlines=20needed=20by=20python-cl?= =?UTF-8?q?oudflare,=20which=20is?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonlines?expand=0&rev=8 --- 3.1.0.tar.gz | 3 --- 4.0.0.tar.gz | 3 +++ python-jsonlines.changes | 14 +++++++++++--- python-jsonlines.spec | 7 +++++-- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 3.1.0.tar.gz create mode 100644 4.0.0.tar.gz diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz deleted file mode 100644 index 1406172..0000000 --- a/3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da82d01c11d271fb4f6471ddde4a752e7bd7d58efec7ae71a39f0f874daac13 -size 12658 diff --git a/4.0.0.tar.gz b/4.0.0.tar.gz new file mode 100644 index 0000000..4b7e16e --- /dev/null +++ b/4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51df713e1f9b54f520f2a13fa0a9a386b8551686f964008d497c160082e1e295 +size 13172 diff --git a/python-jsonlines.changes b/python-jsonlines.changes index bb890fe..a21de3c 100644 --- a/python-jsonlines.changes +++ b/python-jsonlines.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 8 09:47:50 UTC 2023 - Dirk Müller + +- 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 @@ -11,16 +19,16 @@ Thu Sep 29 14:16:46 UTC 2022 - Yogalakshmi Arunachalam * 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) + * drop support for numbers.Number in type= arguments (#63) ------------------------------------------------------------------- Mon Nov 8 10:08:24 UTC 2021 - Dirk Müller - update to 2.0.0: - * drop support for python versions older than 3.6 + * 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 +- Added python-jsonlines needed by python-cloudflare, which is needed by python-certbot-dns-cloudflare diff --git a/python-jsonlines.spec b/python-jsonlines.spec index 1784aa4..3f9fc93 100644 --- a/python-jsonlines.spec +++ b/python-jsonlines.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonlines # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,18 +20,21 @@ %global skip_python2 1 %{?sle15_python_module_pythons} Name: python-jsonlines -Version: 3.1.0 +Version: 4.0.0 Release: 0 Summary: Library with helpers for the jsonlines file format License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/wbolster/jsonlines Source: https://github.com/wbolster/jsonlines/archive/%{version}.tar.gz +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module ujson} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Requires: python-ujson %python_subpackages %description