17
0

Accepting request 895312 from home:pgajdos:python

- version update to 0.1.6
  * Provide more clear messages on missing dependencies
- %check: use %pyunittest_arch rpm macro

OBS-URL: https://build.opensuse.org/request/show/895312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonslicer?expand=0&rev=7
This commit is contained in:
2021-05-25 11:14:07 +00:00
committed by Git OBS Bridge
parent d4d1c96d86
commit a6512eff38
4 changed files with 13 additions and 6 deletions

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