15
0

- update to 2.0.0:

* drop support for python versions older than 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonlines?expand=0&rev=3
This commit is contained in:
2021-11-08 10:09:20 +00:00
committed by Git OBS Bridge
parent 1325aab9e1
commit 1a69fa133d
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsonlines
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-jsonlines
Version: 1.2.0
Version: 2.0.0
Release: 0
Summary: Library with helpers for the jsonlines file format
License: BSD-3-Clause