forked from pool/python-python-gitlab
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:
committed by
Git OBS Bridge
parent
a8fed5b558
commit
91f97c6132
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e
|
||||
size 110657
|
3
python-gitlab-1.8.0.tar.gz
Normal file
3
python-gitlab-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7
|
||||
size 115603
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user