15
0

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
This commit is contained in:
2018-11-30 14:52:03 +00:00
committed by Git OBS Bridge
parent bcf784079c
commit d2ff3caeb6
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 30 13:44:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Thu May 18 14:42:54 UTC 2017 - toddrme2178@gmail.com

View File

@@ -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}