From 8169dfedbb6acb655993ae088f64cb55b70f707628e79983034bf5f4e74201e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 11:29:31 +0000 Subject: [PATCH] - 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 --- python-gitlab-1.11.0.tar.gz | 3 +++ python-gitlab-1.9.0.tar.gz | 3 --- python-python-gitlab.changes | 11 +++++++++++ python-python-gitlab.spec | 13 ++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 python-gitlab-1.11.0.tar.gz delete mode 100644 python-gitlab-1.9.0.tar.gz diff --git a/python-gitlab-1.11.0.tar.gz b/python-gitlab-1.11.0.tar.gz new file mode 100644 index 0000000..6287792 --- /dev/null +++ b/python-gitlab-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe356d084927477b7bf695191287474919db8cb6eb0d7832a4afd9cc8f7096c5 +size 118629 diff --git a/python-gitlab-1.9.0.tar.gz b/python-gitlab-1.9.0.tar.gz deleted file mode 100644 index d2e436d..0000000 --- a/python-gitlab-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d622ccc9cbfe24d71b40db063c7ab9509bc12ee3a83aa03379b5542f53311dc -size 116460 diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index d9d80d7..222a7d1 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 10 11:26:49 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index 5def5fd..238ec18 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -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