From 891d0ca6fd038275d695b9d0060a34b12c3e0e52477631c9be8241d1dca1630c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 May 2019 13:17:52 +0000 Subject: [PATCH] Accepting request 705014 from home:jengelh:branches:devel:languages:python - Use noun phrase in descriptions. OBS-URL: https://build.opensuse.org/request/show/705014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mujson?expand=0&rev=2 --- python-mujson.changes | 5 +++++ python-mujson.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) 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}