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 2023-10-13 23:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-gitlab (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-gitlab.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-gitlab"

Fri Oct 13 23:15:02 2023 rev:17 rq:1117526 version:3.15.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-gitlab/python-python-gitlab.changes    
    2022-12-13 18:55:35.983245663 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-gitlab.new.20540/python-python-gitlab.changes
     2023-10-13 23:16:05.674113160 +0200
@@ -1,0 +2,46 @@
+Thu Oct 12 19:28:30 UTC 2023 - Matej Cepl <mc...@cepl.eu>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Thu Oct 12 18:22:00 UTC 2023 - Ondřej Súkup <mimi...@gmail.com>
+
+- Update to 3.15.0
+- force urllib3 < 2 for testsuite
+ * Add support for select="package_file" in package upload (3a49f09)
+ * api: Add support for events scope parameter (348f56e
+ * Usernames support for MR approvals ()a2b8c8c)
+ * Remove exclusive EE about issue links (e0f6f18)
+ * projects: Allow importing additional items from GitHub (ce84f2e)
+ * objects: Support fetching PATs via id or self endpoint (19b38bd)
+ * Add resource_weight_event for ProjectIssue (6e5ef55)
+ * backends: Use PEP544 protocols for structural subtyping (#2442) (4afeaff)
+ * client: Add http_patch method (#2471) (f711d9e)
+ * cli: Add setting of allow_force_push for protected branch (929e07d)
+ * cli: Warn user when no fields are displayed (8bf53c8)
+ * client: Properly parse content-type when charset is present (76063c3)
+ * Support int for parent_id in import_group (90f96ac)
+ * cli: Add ability to escape at-prefixed parameter (#2513) (4f7c784)
+ * cli: Display items when iterator is returned (33a04e7)
+ * objects: Fix typo in pipeline schedules (3057f45)
+ * advanced: Clarify netrc, proxy behavior with requests (1da7c53)
+ * Fix update badge behaviour (3d7ca1c)
+ * advanced: Fix typo in Gitlab examples (1992790)
+ * group: Add support for group restore API (9322db6)
+ * client: Automatically retry on HTTP 409 Resource lock (dced76a)
+ * api: Add support for bulk imports API (043de2d)
+ * api: Add support for resource groups (5f8b8f5)
+ * api: Support listing pipelines triggered by pipeline schedules (865fa41)
+ * Allow filtering pipelines by source (b6c0872)
+ * client: Bootstrap the http backends concept (#2391) (91a665f)
+ * Add resource iteration events (see 
https://docs.gitlab.com/ee/api/resource_iteration_events.html)
+ * Allow passing kwargs to Gitlab class when instantiating with from_config 
(#2392) (e88d34e)
+ * Add keep_base_url when getting configuration from file (50a0301)
+ * client: Regression - do not automatically get_next if page=# and (585e3a8)
+ * Change return value to "None" in case getattr returns None to prevent error 
(3f86d36)
+ * deps: Bump requests-toolbelt to fix deprecation warning (faf842e)
+ * Use the ProjectIterationManager within the Project object (44f05dc)
+ * api: Make description optional for releases (5579750)
+ * faq: Describe and group common errors (4c9a072)
+
+-------------------------------------------------------------------

Old:
----
  python-gitlab-3.12.0.tar.gz

New:
----
  python-gitlab-3.15.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-python-gitlab.spec ++++++
--- /var/tmp/diff_new_pack.UNSnNu/_old  2023-10-13 23:16:07.018161909 +0200
+++ /var/tmp/diff_new_pack.UNSnNu/_new  2023-10-13 23:16:07.030162343 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-gitlab
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,11 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-python-gitlab
-Version:        3.12.0
+Version:        3.15.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
 Source:         
https://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -34,6 +31,8 @@
 Requires:       python-requests >= 2.22.0
 Requires:       python-requests-toolbelt >= 0.9.1
 Requires:       python-setuptools
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module httmock}
@@ -41,9 +40,9 @@
 BuildRequires:  %{python_module requests >= 2.22.0}
 BuildRequires:  %{python_module requests-toolbelt >= 0.9.1}
 BuildRequires:  %{python_module responses}
+# force urllib3 < 2, for tests to passs
+BuildRequires:  %{python_module urllib3 < 2}
 # /SECTION
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
 %python_subpackages
 
 %description
@@ -80,5 +79,6 @@
 %doc AUTHORS CHANGELOG.md README.rst
 %license COPYING
 %python_alternative %{_bindir}/gitlab
-%{python_sitelib}/*
+%{python_sitelib}/gitlab
+%{python_sitelib}/python_gitlab-%{version}*-info
 

++++++ python-gitlab-3.12.0.tar.gz -> python-gitlab-3.15.0.tar.gz ++++++
++++ 5405 lines of diff (skipped)

Reply via email to