1
0

Accepting request 683047 from home:jayvdb:coala:python3-bears

- Remove unnecessary build dependency pytest-cov
- Update to v1.2.1
  * Corrected processing of URLs with a hyphen

OBS-URL: https://build.opensuse.org/request/show/683047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-url-parse?expand=0&rev=6
This commit is contained in:
John Vandenberg 2019-03-10 02:52:30 +00:00 committed by Git OBS Bridge
parent ee8f620f5f
commit 02bd3736f4
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5817358173e9c41200da5750ca5cf9d1d3283d93d804f7e55613c1277e188060
size 11753

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b06ee4850c070d6ad22f307a47c7ebff2cc3cdaeb56d35da8decb22917d9981f
size 12782

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 9 20:13:06 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary build dependency pytest-cov
- Update to v1.2.1
* Corrected processing of URLs with a hyphen
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 12 17:53:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Tue Feb 12 17:53:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
%{?!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.1
Release: 0 Release: 0
Summary: A GIT URL parser for Python Summary: A GIT URL parser for Python
License: MIT License: MIT
@ -30,7 +30,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
# /SECTION # /SECTION
@ -45,6 +44,7 @@ git-url-parse is a GIT URL parser.
%prep %prep
%setup -q -n git-url-parse-%{version} %setup -q -n git-url-parse-%{version}
sed -i '/addopts/d' pytest.ini
%build %build
# Dont let pbr install yapf, which isnt a real test dependency # Dont let pbr install yapf, which isnt a real test dependency