1
0

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
This commit is contained in:
John Vandenberg 2019-02-12 23:41:18 +00:00 committed by Git OBS Bridge
parent 4cec9f7e3b
commit 1e3dbdfdd2
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 12 17:53:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from descriptions.
-------------------------------------------------------------------
Tue Feb 12 11:50:56 UTC 2019 - Naveen Naidu <naveennaidu479@gmail.com>

View File

@ -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}