From 1e3dbdfdd2d78d5a7bea2a0fdbe3a826bca82f05eec354018e8933f81160a04c Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 12 Feb 2019 23:41:18 +0000 Subject: [PATCH] Accepting request 674198 from home:jengelh:branches:devel:languages:python - Trim bias from descriptions. OBS-URL: https://build.opensuse.org/request/show/674198 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-url-parse?expand=0&rev=3 --- python-git-url-parse.changes | 5 +++++ python-git-url-parse.spec | 15 ++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/python-git-url-parse.changes b/python-git-url-parse.changes index ef0e5fb..09eade4 100644 --- a/python-git-url-parse.changes +++ b/python-git-url-parse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 12 17:53:38 UTC 2019 - Jan Engelhardt + +- Trim bias from descriptions. + ------------------------------------------------------------------- Tue Feb 12 11:50:56 UTC 2019 - Naveen Naidu diff --git a/python-git-url-parse.spec b/python-git-url-parse.spec index dd46b19..fb19692 100644 --- a/python-git-url-parse.spec +++ b/python-git-url-parse.spec @@ -13,25 +13,26 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-git-url-parse Version: 1.2.0 Release: 0 +Summary: A GIT URL parser for Python License: MIT -Summary: A simple GIT URL parser -Url: https://github.com/retr0h/git-url-parse Group: Development/Languages/Python +Url: https://github.com/retr0h/git-url-parse Source: https://files.pythonhosted.org/packages/source/g/git-url-parse/git-url-parse-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pbr} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes BuildArch: noarch @@ -40,7 +41,7 @@ Requires: python-pbr %python_subpackages %description -git-url-parse - A simple GIT URL parser. +git-url-parse is a GIT URL parser. %prep %setup -q -n git-url-parse-%{version}