14
0

Accepting request 701719 from home:pgajdos

- 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

OBS-URL: https://build.opensuse.org/request/show/701719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-05-09 09:42:31 +00:00
committed by Git OBS Bridge
parent a8fed5b558
commit 91f97c6132
4 changed files with 18 additions and 5 deletions

View File

@@ -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 <tbechtold@suse.com>