diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz deleted file mode 100644 index e59bae5..0000000 --- a/1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b3411520af884391d5e61a316ff9ac6eeed34c19862911ae0be957171377727 -size 9176 diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz new file mode 100644 index 0000000..44895b1 --- /dev/null +++ b/2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c99f169133598999e98696da830daf704c978b90bf1a95c1bf0e67573e6c93 +size 9209 diff --git a/python-jsonlines.changes b/python-jsonlines.changes index c75e4f6..81d9d50 100644 --- a/python-jsonlines.changes +++ b/python-jsonlines.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Wed Aug 29 11:40:44 UTC 2018 - mcalabkova@suse.com diff --git a/python-jsonlines.spec b/python-jsonlines.spec index a15c5e0..a8f3b3b 100644 --- a/python-jsonlines.spec +++ b/python-jsonlines.spec @@ -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