From 412dc01a3bcbb7a10c7ee640af3f0ea636c58ab564dbc1322ab368d3d6ef9d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:33:48 +0000 Subject: [PATCH] Accepting request 626054 from home:jengelh:branches:devel:languages:python - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/626054 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unidiff?expand=0&rev=5 --- python-unidiff.changes | 5 +++++ python-unidiff.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-unidiff.changes b/python-unidiff.changes index 404d24c..71578f6 100644 --- a/python-unidiff.changes +++ b/python-unidiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 11:05:16 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Tue May 29 16:51:09 UTC 2018 - toddrme2178@gmail.com diff --git a/python-unidiff.spec b/python-unidiff.spec index 5788f7a..7209a7b 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-unidiff Version: 0.5.5 Release: 0 -License: MIT Summary: Unified diff parsing/metadata extraction library -Url: http://github.com/matiasb/python-unidiff +License: MIT Group: Development/Languages/Python +Url: http://github.com/matiasb/python-unidiff Source: https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -33,7 +34,7 @@ BuildArch: noarch %python_subpackages %description -Simple Python library to parse and interact with unified diff data. +Python library to parse and interact with unified diff data. %prep %setup -q -n unidiff-%{version}