Hello community,
here is the log from the commit of package python-python-gitlab for
openSUSE:Factory checked in at 2020-03-23 12:51:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-gitlab (Old)
and /work/SRC/openSUSE:Factory/.python-python-gitlab.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-gitlab"
Mon Mar 23 12:51:47 2020 rev:7 rq:787370 version:2.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-gitlab/python-python-gitlab.changes
2019-09-11 10:36:20.311279760 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-gitlab.new.3160/python-python-gitlab.changes
2020-03-23 12:53:02.856050123 +0100
@@ -1,0 +2,8 @@
+Fri Mar 20 12:20:39 UTC 2020 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-gitlab-1.11.0.tar.gz
New:
----
python-gitlab-2.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-gitlab.spec ++++++
--- /var/tmp/diff_new_pack.n7wIDX/_old 2020-03-23 12:53:06.280052273 +0100
+++ /var/tmp/diff_new_pack.n7wIDX/_new 2020-03-23 12:53:06.316052295 +0100
@@ -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 @@
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 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc AUTHORS ChangeLog.rst README.rst
++++++ python-gitlab-1.11.0.tar.gz -> python-gitlab-2.1.2.tar.gz ++++++
++++ 4510 lines of diff (skipped)