14
0

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:
Tomáš Chvátal
2019-05-23 09:14:32 +00:00
committed by Git OBS Bridge
parent 6aae7b36ac
commit 456df0ab41
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c2676d947b10c41d0662ea74c5ed4ced1db735118658af5de0e0cd69db99444
size 22804

3
pygerrit2-2.0.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f85ce483e96ce244d73747dc6a7ed92c5b5c99149c2424627b306a475868234
size 23578

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 23 07:50:13 UTC 2019 - pgajdos@suse.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 30 15:21:19 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de> Tue Oct 30 15:21:19 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pygerrit2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pygerrit2 Name: python-pygerrit2
Version: 2.0.7 Version: 2.0.9
Release: 0 Release: 0
Summary: Client library for interacting with Gerrit code review Summary: Client library for interacting with Gerrit code review
License: MIT License: MIT
@@ -36,7 +36,7 @@ BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
BuildRequires: %{python_module pbr >= 0.8.0} BuildRequires: %{python_module pbr >= 0.8.0}
BuildRequires: %{python_module requests >= 2.10.0} BuildRequires: %{python_module requests >= 2.20.0}
# /SECTION # /SECTION
%python_subpackages %python_subpackages