15
0
forked from pool/python-mujson

Accepting request 706510 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/706510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mujson?expand=0&rev=2
This commit is contained in:
2019-06-01 07:56:54 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 23 12:59:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
-------------------------------------------------------------------
Wed May 22 12:21:39 UTC 2019 - pgajdos@suse.com

View File

@@ -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}