14
0

Accepting request 729678 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/729678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-restview?expand=0&rev=2
This commit is contained in:
2019-09-11 08:33:44 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 07:12:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use somewhat longer description from upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 6 03:53:30 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com> Fri Sep 6 03:53:30 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -12,25 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-restview Name: python-restview
Version: 2.9.2 Version: 2.9.2
Release: 0 Release: 0
License: GPL-3.0
Summary: ReStructuredText viewer Summary: ReStructuredText viewer
Url: https://mg.pov.lt/restview/ License: GPL-3.0-only
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://mg.pov.lt/restview/
Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module docutils} BuildRequires: %{python_module docutils}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pygments} BuildRequires: %{python_module pygments}
BuildRequires: %{python_module readme_renderer} BuildRequires: %{python_module readme_renderer}
BuildRequires: %{python_module mock}
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-docutils Requires: python-docutils
@@ -41,7 +42,7 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
ReStructuredText viewer. A viewer for ReStructuredText documents that renders them on the fly.
%prep %prep
%setup -q -n restview-%{version} %setup -q -n restview-%{version}