forked from pool/python-git-url-parse
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:
parent
ee8f620f5f
commit
02bd3736f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5817358173e9c41200da5750ca5cf9d1d3283d93d804f7e55613c1277e188060
|
||||
size 11753
|
3
git-url-parse-1.2.1.tar.gz
Normal file
3
git-url-parse-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b06ee4850c070d6ad22f307a47c7ebff2cc3cdaeb56d35da8decb22917d9981f
|
||||
size 12782
|
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-git-url-parse
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A GIT URL parser for Python
|
||||
License: MIT
|
||||
@ -30,7 +30,6 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
@ -45,6 +44,7 @@ git-url-parse is a GIT URL parser.
|
||||
|
||||
%prep
|
||||
%setup -q -n git-url-parse-%{version}
|
||||
sed -i '/addopts/d' pytest.ini
|
||||
|
||||
%build
|
||||
# Dont let pbr install yapf, which isnt a real test dependency
|
||||
|
Loading…
Reference in New Issue
Block a user