diff --git a/python-gitlab-1.11.0.tar.gz b/python-gitlab-1.11.0.tar.gz deleted file mode 100644 index 6287792..0000000 --- a/python-gitlab-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe356d084927477b7bf695191287474919db8cb6eb0d7832a4afd9cc8f7096c5 -size 118629 diff --git a/python-gitlab-2.1.2.tar.gz b/python-gitlab-2.1.2.tar.gz new file mode 100644 index 0000000..8e73cf6 --- /dev/null +++ b/python-gitlab-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71445d7444fe3354bf90a52d6249f91c9e572a8ef6c143afd9de25f50c92d499 +size 129023 diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index 222a7d1..97836f1 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 20 12:20:39 UTC 2020 - pgajdos@suse.com + +- version update to 2.1.2 + * This releases drops support for python < 3.6 + * lot of other changes, see + https://github.com/python-gitlab/python-gitlab/releases + ------------------------------------------------------------------- Tue Sep 10 11:26:49 UTC 2019 - Tomáš Chvátal diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index 238ec18..faa4498 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gitlab # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-python-gitlab -Version: 1.11.0 +Version: 2.1.2 Release: 0 Summary: Python module for interacting with the GitLab API License: LGPL-3.0-only @@ -28,14 +29,18 @@ Source: https://files.pythonhosted.org/packages/source/p/python-gitlab/p BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-requests >= 2.4.2 +Requires: python-PyYAML >= 5.2 +Requires: python-argcomplete >= 1.10.0 +Requires: python-requests >= 2.22.0 Requires: python-setuptools Requires: python-six BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module configparser} BuildRequires: %{python_module httmock} BuildRequires: %{python_module mock} -BuildRequires: %{python_module requests >= 2.4.2} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module requests >= 2.22.0} BuildRequires: %{python_module six} # /SECTION %python_subpackages @@ -60,7 +65,7 @@ sed -i -e '/^#!\//, 1d' gitlab/v4/cli.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc AUTHORS ChangeLog.rst README.rst