From 4cec9f7e3b9fbc021411ce80bff340567eec8b57f6cb2819e06fafcff27f26cc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Feb 2019 13:51:34 +0000 Subject: [PATCH] Accepting request 673891 from home:Naveenaidu:branches:devel:languages:python Tue Feb 12 11:50:56 UTC 2019 - Naveen Naidu - Initial spec for v1.2.0 OBS-URL: https://build.opensuse.org/request/show/673891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-url-parse?expand=0&rev=2 --- git-url-parse-1.1.0.tar.gz | 3 --- git-url-parse-1.2.0.tar.gz | 3 +++ python-git-url-parse.changes | 4 ++-- python-git-url-parse.spec | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 git-url-parse-1.1.0.tar.gz create mode 100644 git-url-parse-1.2.0.tar.gz diff --git a/git-url-parse-1.1.0.tar.gz b/git-url-parse-1.1.0.tar.gz deleted file mode 100644 index ede6566..0000000 --- a/git-url-parse-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7d1dba7fc253dff8afb7b683af35834864c9796eb130b44ec63b2584bbc6522 -size 11402 diff --git a/git-url-parse-1.2.0.tar.gz b/git-url-parse-1.2.0.tar.gz new file mode 100644 index 0000000..b3716a3 --- /dev/null +++ b/git-url-parse-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5817358173e9c41200da5750ca5cf9d1d3283d93d804f7e55613c1277e188060 +size 11753 diff --git a/python-git-url-parse.changes b/python-git-url-parse.changes index 8382607..ef0e5fb 100644 --- a/python-git-url-parse.changes +++ b/python-git-url-parse.changes @@ -1,4 +1,4 @@ ------------------------------------------------------------------- -Wed Feb 6 07:11:56 UTC 2019 - John Vandenberg +Tue Feb 12 11:50:56 UTC 2019 - Naveen Naidu -- Initial spec for v1.1.0 +- Initial spec for v1.2.0 diff --git a/python-git-url-parse.spec b/python-git-url-parse.spec index bb5a714..dd46b19 100644 --- a/python-git-url-parse.spec +++ b/python-git-url-parse.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-git-url-parse -Version: 1.1.0 +Version: 1.2.0 Release: 0 License: MIT Summary: A simple GIT URL parser @@ -31,6 +31,7 @@ BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest-cov} # /SECTION BuildRequires: fdupes BuildArch: noarch