diff --git a/jsonslicer-0.1.4.tar.gz b/jsonslicer-0.1.4.tar.gz deleted file mode 100644 index cc39339..0000000 --- a/jsonslicer-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2db201723f954887ae45c87ec27a97f219c6dd2db1796543e27d44044f8a240 -size 22911 diff --git a/jsonslicer-0.1.5.tar.gz b/jsonslicer-0.1.5.tar.gz new file mode 100644 index 0000000..aa00bcc --- /dev/null +++ b/jsonslicer-0.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aff4171369faafdeee0dd0363457b81104ca1768a4b82144073e748de6fd66 +size 23022 diff --git a/python-jsonslicer.changes b/python-jsonslicer.changes index 7490e9a..addd827 100644 --- a/python-jsonslicer.changes +++ b/python-jsonslicer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 9 08:45:07 UTC 2020 - Tomáš Chvátal + +- Update to 0.1.5: + * Python 3.8+ compatibility fix + ------------------------------------------------------------------- Sun Jun 2 21:16:07 UTC 2019 - Jan Engelhardt diff --git a/python-jsonslicer.spec b/python-jsonslicer.spec index dbbe497..b2c8477 100644 --- a/python-jsonslicer.spec +++ b/python-jsonslicer.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonslicer # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,21 +19,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jsonslicer -Version: 0.1.4 +Version: 0.1.5 Release: 0 Summary: Streaming JSON parser with iterator interface License: MIT -Group: Development/Languages/Python -Url: https://github.com/AMDmi3/jsonslicer +URL: https://github.com/AMDmi3/jsonslicer Source: https://files.pythonhosted.org/packages/source/j/jsonslicer/jsonslicer-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(yajl) - %python_subpackages %description