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>
|
Sat Jul 16 15:33:14 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -20,32 +20,33 @@
|
|||||||
Name: python-fastjsonschema
|
Name: python-fastjsonschema
|
||||||
Version: 2.15.3
|
Version: 2.15.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD
|
|
||||||
Summary: Fastest Python implementation of JSON schema
|
Summary: Fastest Python implementation of JSON schema
|
||||||
URL: https://github.com/seznam/python-fastjsonschema
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://github.com/seznam/python-fastjsonschema
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Suggests: python-colorama
|
Suggests: python-colorama
|
||||||
Suggests: python-jsonschema
|
|
||||||
Suggests: python-json-spec
|
Suggests: python-json-spec
|
||||||
|
Suggests: python-jsonschema
|
||||||
Suggests: python-pylint
|
Suggests: python-pylint
|
||||||
Suggests: python-pytest
|
Suggests: python-pytest
|
||||||
Suggests: python-pytest-benchmark
|
Suggests: python-pytest-benchmark
|
||||||
Suggests: python-pytest-cache
|
Suggests: python-pytest-cache
|
||||||
Suggests: python-validictory
|
Suggests: python-validictory
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Fastest Python implementation of JSON schema
|
Fastest Python implementation of JSON schema
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n fastjsonschema-%{version}
|
%autosetup -p1 -n fastjsonschema-%{version}
|
||||||
|
|
||||||
|
chmod -x fastjsonschema.egg-info/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -57,6 +58,7 @@ Fastest Python implementation of JSON schema
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/fastjsonschema
|
||||||
|
%{python_sitelib}/fastjsonschema-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user