Accepting request 735636 from home:mcalabkova:branches:devel:languages:python
- Update to version 1.2.0 (finally) * Deprecate the jsondiff command due to conflicts with json-patch OBS-URL: https://build.opensuse.org/request/show/735636 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
6f76e1868b
commit
e6964f481c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e18138aecaa4a8f3b7ac7525b8466234e6378dd6cae702b982c9ed851d2ae21
|
||||
size 7803
|
3
jsondiff-1.2.0.tar.gz
Normal file
3
jsondiff-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34941bc431d10aa15828afe1cbb644977a114e75eef6cc74fb58951312326303
|
||||
size 7985
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 15:22:38 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to version 1.2.0
|
||||
* Deprecate the jsondiff command due to conflicts with json-patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 20:34:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jsondiff
|
||||
Version: 1.1.2
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Module to diff JSON and JSON-like structures in Python
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ZoomerAnalytics/jsondiff
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jsondiff/jsondiff-%{version}.tar.gz
|
||||
BuildRequires: %{python_module nose-random}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -47,13 +47,13 @@ Package to show differences between JSON and JSON-like structures in Python
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# Tests do not run in py3 and upstream is not much worried about that
|
||||
#%%python_expand nosetests-%{$python_bin_suffix}
|
||||
%python_expand nosetests-%{$python_bin_suffix}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
%python3_only %{_bindir}/jdiff
|
||||
%python3_only %{_bindir}/jsondiff
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user