From caea367abf973314922cd49ff95f887087fce6b32fc8acb6b5f9eb27a4d5dd69 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 25 Mar 2019 03:36:49 +0000 Subject: [PATCH] Accepting request 688052 from home:jayvdb:coala:python3-bears - Update to v1.2.2 * Corrected processing of name with a dot OBS-URL: https://build.opensuse.org/request/show/688052 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-url-parse?expand=0&rev=8 --- git-url-parse-1.2.1.tar.gz | 3 --- git-url-parse-1.2.2.tar.gz | 3 +++ python-git-url-parse.changes | 6 ++++++ python-git-url-parse.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 git-url-parse-1.2.1.tar.gz create mode 100644 git-url-parse-1.2.2.tar.gz diff --git a/git-url-parse-1.2.1.tar.gz b/git-url-parse-1.2.1.tar.gz deleted file mode 100644 index 52b2906..0000000 --- a/git-url-parse-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b06ee4850c070d6ad22f307a47c7ebff2cc3cdaeb56d35da8decb22917d9981f -size 12782 diff --git a/git-url-parse-1.2.2.tar.gz b/git-url-parse-1.2.2.tar.gz new file mode 100644 index 0000000..245edcb --- /dev/null +++ b/git-url-parse-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5f4e3aeb1d693afeee67a3bd4ac063f7206c2e8e46e559f0da0da98445f117 +size 12963 diff --git a/python-git-url-parse.changes b/python-git-url-parse.changes index 9bacff9..0d007bb 100644 --- a/python-git-url-parse.changes +++ b/python-git-url-parse.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 25 02:54:09 UTC 2019 - John Vandenberg + +- Update to v1.2.2 + * Corrected processing of name with a dot + ------------------------------------------------------------------- Sat Mar 9 20:13:06 UTC 2019 - John Vandenberg diff --git a/python-git-url-parse.spec b/python-git-url-parse.spec index 3f4f9a9..a330a35 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.1 +Version: 1.2.2 Release: 0 Summary: A GIT URL parser for Python License: MIT