Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-gitlab for
openSUSE:Factory checked in at 2021-01-15 19:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-gitlab (Old)
and /work/SRC/openSUSE:Factory/.python-python-gitlab.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-gitlab"
Fri Jan 15 19:46:16 2021 rev:10 rq:863139 version:2.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-gitlab/python-python-gitlab.changes
2020-05-04 22:01:46.502646776 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-gitlab.new.28504/python-python-gitlab.changes
2021-01-15 19:46:18.438028881 +0100
@@ -1,0 +2,32 @@
+Thu Jan 14 13:16:51 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v2.5.0
+ * add support to resource milestone events
+ * add share/unshare group with group
+ * add support for instance variables
+ * add support for Packages API
+ * add endpoint for latest ref artifacts
+ * wrong reconfirmation parameter when updating user's email
+ * tests fail when using REUSE_CONTAINER option
+ * implement Gitlab's behavior change for owned=True
+- from v2.4.0
+ * do not check if kwargs is none
+ * make query kwargs consistent between call in init and next
+ * pass kwargs to subsequent queries in gitlab list
+ * merge: parse arguments as query_data
+ * add NO_ACCESS const
+ * add masked parameter for variables command
+- from v2.3.1
+ * revert keyset pagination by default
+- from v2.3.0
+ * add group runners api
+ * add play command to project pipeline schedules
+ * allow an environment variable to specify config location
+ * api: added support in the GroupManager to upload Group avatars
+ * services: add project service list API
+ * types: add dir to RESTObject to expose attributes
+ * use keyset pagination by default for /projects > 50000
+ * config: fix duplicate code
+ * project: add missing project parameters
+
+-------------------------------------------------------------------
Old:
----
python-gitlab-2.2.0.tar.gz
New:
----
python-gitlab-2.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-gitlab.spec ++++++
--- /var/tmp/diff_new_pack.AnhdlP/_old 2021-01-15 19:46:19.082029839 +0100
+++ /var/tmp/diff_new_pack.AnhdlP/_new 2021-01-15 19:46:19.086029845 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-gitlab
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-python-gitlab
-Version: 2.2.0
+Version: 2.5.0
Release: 0
Summary: Python module for interacting with the GitLab API
License: LGPL-3.0-only
@@ -40,6 +40,7 @@
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.22.0}
+BuildRequires: %{python_module responses}
BuildRequires: %{python_module six}
# /SECTION
Requires(post): update-alternatives
@@ -67,7 +68,13 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+touch $HOME/.python-gitlab.cfg
+# The follow tests depend on a docker instance of gitlab
+# - test_cli
+# - test_list_project_packages
+# - test_packages
+# - test_variables
+%pytest -k 'not (test_cli or test_list_project_packages or test_packages or
test_variables)'
%post
%python_install_alternative gitlab
++++++ python-gitlab-2.2.0.tar.gz -> python-gitlab-2.5.0.tar.gz ++++++
++++ 19665 lines of diff (skipped)