From f2a46b294ea2651ee8531097422c5e6cbaca80f2e60cf524f21a88d15ef16de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Mar 2019 15:30:21 +0000 Subject: [PATCH] Accepting request 685611 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/685611 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docrepr?expand=0&rev=7 --- python-docrepr.changes | 5 +++++ python-docrepr.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-docrepr.changes b/python-docrepr.changes index c9e0158..5046a46 100644 --- a/python-docrepr.changes +++ b/python-docrepr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 16 00:43:05 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Fri Mar 1 13:27:53 UTC 2019 - Tomáš Chvátal diff --git a/python-docrepr.spec b/python-docrepr.spec index ed0df9b..ba0f0e2 100644 --- a/python-docrepr.spec +++ b/python-docrepr.spec @@ -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.