- Update to 1.15:
* Fixes for new sphinx releases - Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-jsonschema?expand=0&rev=2
This commit is contained in:
parent
742e3d2155
commit
a1f7d71494
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:45:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.15:
|
||||
* Fixes for new sphinx releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:43:37 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Format with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 01:35:48 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-jsonschema
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,34 +12,33 @@
|
||||
# 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-sphinx-jsonschema
|
||||
Version: 1.10
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
License: GPL-3.0
|
||||
Summary: Sphinx extension to display JSON Schema
|
||||
Url: https://github.com/lnoor/sphinx-jsonschema
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx-jsonschema/sphinx-jsonschema-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/lnoor/sphinx-jsonschema
|
||||
Source: https://github.com/lnoor/sphinx-jsonschema/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML
|
||||
Requires: python-docutils
|
||||
Requires: python-jsonpointer
|
||||
Requires: python-requests
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module jsonpointer}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module requests}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-docutils
|
||||
Requires: python-jsonpointer
|
||||
Requires: python-PyYAML
|
||||
Requires: python-requests
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -56,10 +55,12 @@ Sphinx extension to display JSON Schema.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
# The tests don't actually properly execute
|
||||
#%%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3f51a2c45c739b06f9f16ebaaf17bd9f2011a1202bc28f19f894c2f49ea5343
|
||||
size 9181
|
3
v1.15.tar.gz
Normal file
3
v1.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51905e99a4c3a0e6f7a07af0eef4e9b1309f5a9356cd2e4332e54f1daea6770a
|
||||
size 30248
|
Loading…
x
Reference in New Issue
Block a user