15
0

Accepting request 782834 from devel:languages:python

py38 fix

OBS-URL: https://build.opensuse.org/request/show/782834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonslicer?expand=0&rev=3
This commit is contained in:
2020-03-10 08:51:17 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2db201723f954887ae45c87ec27a97f219c6dd2db1796543e27d44044f8a240
size 22911

3
jsonslicer-0.1.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78aff4171369faafdeee0dd0363457b81104ca1768a4b82144073e748de6fd66
size 23022

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 9 08:45:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.1.5:
* Python 3.8+ compatibility fix
-------------------------------------------------------------------
Sun Jun 2 21:16:07 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

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