Accepting request 989965 from home:mcepl:branches:devel:languages:python
- Cleanup the SPEC file. OBS-URL: https://build.opensuse.org/request/show/989965 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastjsonschema?expand=0&rev=3
This commit is contained in:
parent
0c6ebcb01f
commit
49a981e107
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 13:11:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Cleanup the SPEC file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 15:33:14 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -20,32 +20,33 @@
|
||||
Name: python-fastjsonschema
|
||||
Version: 2.15.3
|
||||
Release: 0
|
||||
License: BSD
|
||||
Summary: Fastest Python implementation of JSON schema
|
||||
URL: https://github.com/seznam/python-fastjsonschema
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/seznam/python-fastjsonschema
|
||||
Source: https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-colorama
|
||||
Suggests: python-jsonschema
|
||||
Suggests: python-json-spec
|
||||
Suggests: python-jsonschema
|
||||
Suggests: python-pylint
|
||||
Suggests: python-pytest
|
||||
Suggests: python-pytest-benchmark
|
||||
Suggests: python-pytest-cache
|
||||
Suggests: python-validictory
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Fastest Python implementation of JSON schema
|
||||
|
||||
%prep
|
||||
%setup -q -n fastjsonschema-%{version}
|
||||
%autosetup -p1 -n fastjsonschema-%{version}
|
||||
|
||||
chmod -x fastjsonschema.egg-info/*
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -57,6 +58,7 @@ Fastest Python implementation of JSON schema
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/fastjsonschema
|
||||
%{python_sitelib}/fastjsonschema-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user