diff --git a/pygerrit2-2.0.7.tar.gz b/pygerrit2-2.0.7.tar.gz deleted file mode 100644 index f36c489..0000000 --- a/pygerrit2-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c2676d947b10c41d0662ea74c5ed4ced1db735118658af5de0e0cd69db99444 -size 22804 diff --git a/pygerrit2-2.0.9.tar.gz b/pygerrit2-2.0.9.tar.gz new file mode 100644 index 0000000..030d86f --- /dev/null +++ b/pygerrit2-2.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f85ce483e96ce244d73747dc6a7ed92c5b5c99149c2424627b306a475868234 +size 23578 diff --git a/python-pygerrit2.changes b/python-pygerrit2.changes index 688d26b..033cdcc 100644 --- a/python-pygerrit2.changes +++ b/python-pygerrit2.changes @@ -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 diff --git a/python-pygerrit2.spec b/python-pygerrit2.spec index 19609e3..6b1ee8c 100644 --- a/python-pygerrit2.spec +++ b/python-pygerrit2.spec @@ -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