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}