diff --git a/git-url-parse-1.2.0.tar.gz b/git-url-parse-1.2.0.tar.gz deleted file mode 100644 index b3716a3..0000000 --- a/git-url-parse-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5817358173e9c41200da5750ca5cf9d1d3283d93d804f7e55613c1277e188060 -size 11753 diff --git a/git-url-parse-1.2.1.tar.gz b/git-url-parse-1.2.1.tar.gz new file mode 100644 index 0000000..52b2906 --- /dev/null +++ b/git-url-parse-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06ee4850c070d6ad22f307a47c7ebff2cc3cdaeb56d35da8decb22917d9981f +size 12782 diff --git a/python-git-url-parse.changes b/python-git-url-parse.changes index 333c761..9bacff9 100644 --- a/python-git-url-parse.changes +++ b/python-git-url-parse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 9 20:13:06 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-git-url-parse.spec b/python-git-url-parse.spec index fb19692..3f4f9a9 100644 --- a/python-git-url-parse.spec +++ b/python-git-url-parse.spec @@ -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