forked from pool/python-pygerrit2
Accepting request 704932 from home:pgajdos
- version update to 2.0.9 * Run livetests against 2.15.11 and 2.16.6 * Don't attempt to parse empty response content * Raise exception for error status before attempting to parse content * Add debug log of response content type, status code and encoding * Add a test for PUT request with a json file * Bump pytest from 4.2.1 to 4.3.0 OBS-URL: https://build.opensuse.org/request/show/704932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygerrit2?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
6aae7b36ac
commit
456df0ab41
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pygerrit2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.7
|
||||
Version: 2.0.9
|
||||
Release: 0
|
||||
Summary: Client library for interacting with Gerrit code review
|
||||
License: MIT
|
||||
@@ -36,7 +36,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pbr >= 0.8.0}
|
||||
BuildRequires: %{python_module requests >= 2.10.0}
|
||||
BuildRequires: %{python_module requests >= 2.20.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user