14
0

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
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:33:48 +00:00
committed by Git OBS Bridge
parent 9ac4e6f167
commit 412dc01a3b
2 changed files with 9 additions and 3 deletions

View File

@@ -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 Tue May 29 16:51:09 UTC 2018 - toddrme2178@gmail.com

View File

@@ -13,16 +13,17 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-unidiff Name: python-unidiff
Version: 0.5.5 Version: 0.5.5
Release: 0 Release: 0
License: MIT
Summary: Unified diff parsing/metadata extraction library Summary: Unified diff parsing/metadata extraction library
Url: http://github.com/matiasb/python-unidiff License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/matiasb/python-unidiff
Source: https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -33,7 +34,7 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Simple Python library to parse and interact with unified diff data. Python library to parse and interact with unified diff data.
%prep %prep
%setup -q -n unidiff-%{version} %setup -q -n unidiff-%{version}