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:
parent
4cec9f7e3b
commit
1e3dbdfdd2
@ -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>
|
Tue Feb 12 11:50:56 UTC 2019 - Naveen Naidu <naveennaidu479@gmail.com>
|
||||||
|
|
||||||
|
@ -13,25 +13,26 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-git-url-parse
|
Name: python-git-url-parse
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: A GIT URL parser for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: A simple GIT URL parser
|
|
||||||
Url: https://github.com/retr0h/git-url-parse
|
|
||||||
Group: Development/Languages/Python
|
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
|
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 pbr}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module pbr}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module pytest-mock}
|
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
|
BuildRequires: %{python_module pytest-mock}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -40,7 +41,7 @@ Requires: python-pbr
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
git-url-parse - A simple GIT URL parser.
|
git-url-parse is a GIT URL parser.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n git-url-parse-%{version}
|
%setup -q -n git-url-parse-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user