14
0

- Update to 1.11.0:

* add methods to retrieve an individual project environment
  * group labels with subscriptable mixin
  * add mr rebase method bc4280c
  * get artifact by ref and job cda1174
  * add support for board update 908d79f, closes #801
  * add support for issue.related_merge_requests 90a3631, closes #794

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:29:31 +00:00
committed by Git OBS Bridge
parent e40407a9cd
commit 8169dfedbb
4 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe356d084927477b7bf695191287474919db8cb6eb0d7832a4afd9cc8f7096c5
size 118629

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d622ccc9cbfe24d71b40db063c7ab9509bc12ee3a83aa03379b5542f53311dc
size 116460

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 10 11:26:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.11.0:
* add methods to retrieve an individual project environment
* group labels with subscriptable mixin
* add mr rebase method bc4280c
* get artifact by ref and job cda1174
* add support for board update 908d79f, closes #801
* add support for issue.related_merge_requests 90a3631, closes #794
-------------------------------------------------------------------
Mon Jul 22 13:15:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,27 +18,26 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-gitlab
Version: 1.9.0
Version: 1.11.0
Release: 0
Summary: Python module for interacting with the GitLab API
License: LGPL-3.0-only
Group: Development/Languages/Python
Url: https://github.com/python-gitlab/python-gitlab
URL: https://github.com/python-gitlab/python-gitlab
Source: https://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests >= 2.4.2
Requires: python-setuptools
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module httmock}
BuildRequires: %{python_module mock}
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
%python_subpackages
%description