15
0

- 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
This commit is contained in:
2023-12-08 09:48:40 +00:00
committed by Git OBS Bridge
parent 6f2d0f26fe
commit 9b875467c1
4 changed files with 19 additions and 8 deletions

View File

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