From d2ff3caeb6c919c564aac8ce72df6b054a03dcafb329edd37743a4810c4ee5ea Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 30 Nov 2018 14:52:03 +0000 Subject: [PATCH] Accepting request 653089 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/653089 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dicttoxml?expand=0&rev=2 --- python-dicttoxml.changes | 5 +++++ python-dicttoxml.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-dicttoxml.changes b/python-dicttoxml.changes index d025cde..b255c26 100644 --- a/python-dicttoxml.changes +++ b/python-dicttoxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 30 13:44:27 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu May 18 14:42:54 UTC 2017 - toddrme2178@gmail.com diff --git a/python-dicttoxml.spec b/python-dicttoxml.spec index 3f2a971..394a2a9 100644 --- a/python-dicttoxml.spec +++ b/python-dicttoxml.spec @@ -20,7 +20,7 @@ Name: python-dicttoxml Version: 1.7.4 Release: 0 -Summary: Converts a Python dictionary to XML +Summary: Python module for converting a dictionary to XML License: GPL-2.0-only Group: Development/Languages/Python URL: https://github.com/quandyfactory/dicttoxml @@ -32,8 +32,8 @@ BuildArch: noarch %python_subpackages %description -Converts a Python dictionary or other native data type into a valid -XML string. +This module converts a Python dictionary or other native data type +into a valid XML string. %prep %setup -q -n dicttoxml-%{version}