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,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