15
0

Accepting request 895335 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonslicer?expand=0&rev=4
This commit is contained in:
2021-06-01 08:35:36 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 25 09:05:08 UTC 2021 - pgajdos@suse.com
- version update to 0.1.6
* Provide more clear messages on missing dependencies
- %check: use %pyunittest_arch rpm macro
-------------------------------------------------------------------
Mon Mar 9 08:45:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsonslicer
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jsonslicer
Version: 0.1.5
Version: 0.1.6
Release: 0
Summary: Streaming JSON parser with iterator interface
License: MIT
@@ -55,7 +55,7 @@ given path as complete Python objects.
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test
%pyunittest_arch discover -v
%files %{python_files}
%license LICENSE