forked from pool/python-python-gitlab
Accepting request 787369 from home:pgajdos:python
- 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 OBS-URL: https://build.opensuse.org/request/show/787369 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
8169dfedbb
commit
a967dc9f68
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe356d084927477b7bf695191287474919db8cb6eb0d7832a4afd9cc8f7096c5
|
||||
size 118629
|
3
python-gitlab-2.1.2.tar.gz
Normal file
3
python-gitlab-2.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71445d7444fe3354bf90a52d6249f91c9e572a8ef6c143afd9de25f50c92d499
|
||||
size 129023
|
@@ -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 <tchvatal@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user