From 0a8a06e539539df8b3de97ecab6b886e58ea1eb9d0448d670b9008deab1db07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Mar 2020 10:29:37 +0000 Subject: [PATCH] Accepting request 786804 from home:mcalabkova:branches:devel:languages:python - update to 2.0.10 * Support explicit anonymous access * Remove unnecessary string concatenation * Explicitly install importlib_metadata for Python < 3.8.0 * Travis: Add build for Python 3.8 OBS-URL: https://build.opensuse.org/request/show/786804 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygerrit2?expand=0&rev=5 --- pygerrit2-2.0.10.tar.gz | 3 +++ pygerrit2-2.0.9.tar.gz | 3 --- python-pygerrit2.changes | 9 +++++++++ python-pygerrit2.spec | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 pygerrit2-2.0.10.tar.gz delete mode 100644 pygerrit2-2.0.9.tar.gz diff --git a/pygerrit2-2.0.10.tar.gz b/pygerrit2-2.0.10.tar.gz new file mode 100644 index 0000000..45cb996 --- /dev/null +++ b/pygerrit2-2.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66745e2096c6cfd111ef05ef84ab792e179a9f8408b5870e12df9254a2a168d9 +size 29237 diff --git a/pygerrit2-2.0.9.tar.gz b/pygerrit2-2.0.9.tar.gz deleted file mode 100644 index 030d86f..0000000 --- a/pygerrit2-2.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f85ce483e96ce244d73747dc6a7ed92c5b5c99149c2424627b306a475868234 -size 23578 diff --git a/python-pygerrit2.changes b/python-pygerrit2.changes index 033cdcc..98816e9 100644 --- a/python-pygerrit2.changes +++ b/python-pygerrit2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 20 08:26:30 UTC 2020 - Marketa Calabkova + +- update to 2.0.10 + * Support explicit anonymous access + * Remove unnecessary string concatenation + * Explicitly install importlib_metadata for Python < 3.8.0 + * Travis: Add build for Python 3.8 + ------------------------------------------------------------------- Thu May 23 07:50:13 UTC 2019 - pgajdos@suse.com diff --git a/python-pygerrit2.spec b/python-pygerrit2.spec index 6b1ee8c..e1ea8a2 100644 --- a/python-pygerrit2.spec +++ b/python-pygerrit2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygerrit2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pygerrit2 -Version: 2.0.9 +Version: 2.0.10 Release: 0 Summary: Client library for interacting with Gerrit code review License: MIT @@ -30,10 +30,12 @@ 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 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}