forked from pool/python-python-jsonschema-objects
- Format with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
cc5ee450e4
commit
9e573a3f0b
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 08:42:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Format with spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 06:49:20 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-python_jsonschema_objects
|
||||
# spec file for package python-python-jsonschema-objects
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -12,36 +12,36 @@
|
||||
# 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-python-jsonschema-objects
|
||||
Version: 0.3.11
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: An object wrapper for JSON Schema definitions
|
||||
Url: http://python-jsonschema-objects.readthedocs.org/
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-jsonschema-objects/python_jsonschema_objects-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
URL: https://python-jsonschema-objects.readthedocs.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python_jsonschema_objects/python_jsonschema_objects-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools >= 18.0.0}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module inflection >= 0.2}
|
||||
BuildRequires: %{python_module jsonschema >= 2.3}
|
||||
BuildRequires: %{python_module Markdown >= 2.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module six >= 1.5.2}
|
||||
# /SECTION
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Markdown >= 2.4
|
||||
Requires: python-inflection >= 0.2
|
||||
Requires: python-jsonschema >= 2.3
|
||||
Requires: python-Markdown >= 2.4
|
||||
Requires: python-six >= 1.5.2
|
||||
BuildArch: noarch
|
||||
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Markdown >= 2.4}
|
||||
BuildRequires: %{python_module inflection >= 0.2}
|
||||
BuildRequires: %{python_module jsonschema >= 2.3}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six >= 1.5.2}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user