diff --git a/python-gitlab-1.7.0.tar.gz b/python-gitlab-1.7.0.tar.gz deleted file mode 100644 index 6ba8556..0000000 --- a/python-gitlab-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e -size 110657 diff --git a/python-gitlab-1.8.0.tar.gz b/python-gitlab-1.8.0.tar.gz new file mode 100644 index 0000000..8f469da --- /dev/null +++ b/python-gitlab-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7 +size 115603 diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index ca25dcd..714476b 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 9 06:22:28 UTC 2019 - pgajdos@suse.com + +- version update to 1.8.0 + * fix(api): make reset_time_estimate() work again + * fix: handle empty 'Retry-After' header from GitLab + * fix: remove decode() on error_message string + * fix(api): avoid parameter conflicts with python and gitlab + * fix(api): Don't try to parse raw downloads + * feat: Added approve & unapprove method for Mergerequests + * fix all kwarg behaviour + ------------------------------------------------------------------- Mon Dec 31 10:36:44 UTC 2018 - Thomas Bechtold diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index 980fe01..8837521 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gitlab # -# 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-python-gitlab -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: Python module for interacting with the GitLab API License: LGPL-3.0-only @@ -35,6 +35,7 @@ BuildRequires: %{python_module requests >= 2.4.2} BuildRequires: %{python_module six} # /SECTION Requires: python-requests >= 2.4.2 +Requires: python-setuptools Requires: python-six BuildArch: noarch