15
0

Accepting request 626366 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/626366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-unidiff?expand=0&rev=2
This commit is contained in:
2018-07-31 14:00:26 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions
+5
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
+4 -3
View File
@@ -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}