diff --git a/python-mujson.changes b/python-mujson.changes index 3e4356e..fabb949 100644 --- a/python-mujson.changes +++ b/python-mujson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 23 12:59:26 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Wed May 22 12:21:39 UTC 2019 - pgajdos@suse.com diff --git a/python-mujson.spec b/python-mujson.spec index 2ce8d58..15fa94a 100644 --- a/python-mujson.spec +++ b/python-mujson.spec @@ -12,29 +12,31 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mujson Version: 1.4 Release: 0 +Summary: Module that selects the fastest JSON functions available at import time License: MIT -Summary: Use the fastest JSON functions available at import time -Url: https://github.com/mattgiles/mujson Group: Development/Languages/Python +Url: https://github.com/mattgiles/mujson Source0: https://files.pythonhosted.org/packages/source/m/mujson/mujson-%{version}.tar.gz # https://github.com/mattgiles/mujson/issues/8 Source1: https://raw.githubusercontent.com/mattgiles/mujson/master/LICENSE -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -Use the fastest JSON functions available at import time. +A Python module that selects the fastest JSON functions available at +import time. %prep %setup -q -n mujson-%{version}