From c3797a6aba27223bcbe79dceb430ee5b3c4d68158447b62f10650c17d2dc9b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 10 Aug 2020 07:00:13 +0000 Subject: [PATCH] Accepting request 824885 from home:mcalabkova:branches:devel:languages:python - update to 2.0.13 * Return result from review() method * Support explicit anonymous access * Debug log when .netrc could not be parsed * Remove unnecessary string concatenation OBS-URL: https://build.opensuse.org/request/show/824885 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygerrit2?expand=0&rev=7 --- pygerrit2-2.0.10.tar.gz | 3 --- pygerrit2-2.0.13.tar.gz | 3 +++ python-pygerrit2.changes | 9 +++++++++ python-pygerrit2.spec | 7 ++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 pygerrit2-2.0.10.tar.gz create mode 100644 pygerrit2-2.0.13.tar.gz diff --git a/pygerrit2-2.0.10.tar.gz b/pygerrit2-2.0.10.tar.gz deleted file mode 100644 index 45cb996..0000000 --- a/pygerrit2-2.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66745e2096c6cfd111ef05ef84ab792e179a9f8408b5870e12df9254a2a168d9 -size 29237 diff --git a/pygerrit2-2.0.13.tar.gz b/pygerrit2-2.0.13.tar.gz new file mode 100644 index 0000000..956e832 --- /dev/null +++ b/pygerrit2-2.0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3c66017e02833bb9302f98fca47fb21cc01d5d2281d62eaefa18e8bd2c2c08 +size 29812 diff --git a/python-pygerrit2.changes b/python-pygerrit2.changes index 98816e9..a4c0744 100644 --- a/python-pygerrit2.changes +++ b/python-pygerrit2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 7 15:04:44 UTC 2020 - Marketa Calabkova + +- update to 2.0.13 + * Return result from review() method + * Support explicit anonymous access + * Debug log when .netrc could not be parsed + * Remove unnecessary string concatenation + ------------------------------------------------------------------- Fri Mar 20 08:26:30 UTC 2020 - Marketa Calabkova diff --git a/python-pygerrit2.spec b/python-pygerrit2.spec index e1ea8a2..18bb9f7 100644 --- a/python-pygerrit2.spec +++ b/python-pygerrit2.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pygerrit2 -Version: 2.0.10 +Version: 2.0.13 Release: 0 Summary: Client library for interacting with Gerrit code review License: MIT @@ -26,16 +26,13 @@ Group: Development/Languages/Python URL: https://github.com/dpursehouse/pygerrit2 Source: https://files.pythonhosted.org/packages/source/p/pygerrit2/pygerrit2-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-importlib-metadata >= 0.22 Requires: python-pbr >= 0.8.0 -Requires: python-requests >= 2.10.0 +Requires: python-requests >= 2.20.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module importlib-metadata >= 0.22} BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr >= 0.8.0} BuildRequires: %{python_module requests >= 2.20.0}