15
0

Accepting request 685826 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/685826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docrepr?expand=0&rev=4
This commit is contained in:
2019-03-19 08:58:48 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 16 00:43:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Fri Mar 1 13:27:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -20,7 +20,7 @@
Name: python-docrepr
Version: 0.1.1
Release: 0
Summary: Render Python docstrings in HTML
Summary: Python module to render docstrings as HTML
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/spyder-ide/docrepr
@@ -38,7 +38,7 @@ BuildArch: noarch
%python_subpackages
%description
The docrepr package renders Python docstrings in HTML. It is based on
The docrepr package renders Python docstrings as HTML. It is based on
the sphinxify module developed by Tim Dumol for the Sage Notebook and
the utils.inspector module developed for the Spyder IDE.