Hello community, here is the log from the commit of package python-demjson for openSUSE:Factory checked in at 2018-12-13 19:42:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-demjson (Old) and /work/SRC/openSUSE:Factory/.python-demjson.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-demjson" Thu Dec 13 19:42:46 2018 rev:3 rq:654010 version:2.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-demjson/python-demjson.changes 2017-05-17 17:18:08.070933614 +0200 +++ /work/SRC/openSUSE:Factory/.python-demjson.new.28833/python-demjson.changes 2018-12-13 19:42:47.953141473 +0100 @@ -1,0 +2,5 @@ +Tue Dec 4 12:47:14 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-demjson.spec ++++++ --- /var/tmp/diff_new_pack.I0TUBc/_old 2018-12-13 19:42:48.305141013 +0100 +++ /var/tmp/diff_new_pack.I0TUBc/_new 2018-12-13 19:42:48.309141007 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-demjson # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,27 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without tests Name: python-demjson Version: 2.2.4 Release: 0 -Url: http://deron.meranda.us/python/demjson/ Summary: Encoder, decoder, and lint/validator for JSON compliant with RFC 4627 -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python +URL: http://deron.meranda.us/python/demjson/ Source: https://files.pythonhosted.org/packages/source/d/demjson/demjson-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-2to3 -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildArch: noarch %python_subpackages @@ -62,7 +59,7 @@ %if %{with tests}3 %check %python_expand cp test/test_demjson.py test/test_demjson_%{$python_bin_suffix}.py -%if %have_python3 +%if %{have_python3} 2to3 -nw test/test_demjson_%{python3_bin_suffix}.py %endif %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} @@ -71,8 +68,8 @@ %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.txt +%license LICENSE.txt +%doc README.txt %doc docs/ %python3_only %{_bindir}/jsonlint %{python_sitelib}/*
