From 91d50c4cad19f8501228879aa9750d3f918a2a1122499e18b372836d2a182f3a Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 9 May 2018 01:00:54 +0000 Subject: [PATCH] Accepting request 605506 from home:TheBlackCat:branches:devel:languages:python - Fix typo to allow building OBS-URL: https://build.opensuse.org/request/show/605506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=2 --- python-jsondiff.changes | 5 +++++ python-jsondiff.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jsondiff.changes b/python-jsondiff.changes index e04c3f6..9d5b4bb 100644 --- a/python-jsondiff.changes +++ b/python-jsondiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 9 01:00:26 UTC 2018 - toddrme2178@gmail.com + +- Fix typo to allow building + ------------------------------------------------------------------- Tue May 8 18:43:02 UTC 2018 - tchvatal@suse.com diff --git a/python-jsondiff.spec b/python-jsondiff.spec index 13754f0..8460f0b 100644 --- a/python-jsondiff.spec +++ b/python-jsondiff.spec @@ -54,6 +54,6 @@ Package to show differences between JSON and JSON-like structures in Python %license LICENSE %doc README.rst %{python_sitelib}/* -%{py3_only} %{_bindir}/jsondiff +%python3_only %{_bindir}/jsondiff %changelog