14
0

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
This commit is contained in:
Tomáš Chvátal
2020-03-20 10:29:37 +00:00
committed by Git OBS Bridge
parent 456df0ab41
commit 0a8a06e539
4 changed files with 16 additions and 5 deletions

View File

@@ -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}