Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-jenkins for
openSUSE:Factory checked in at 2026-04-25 23:27:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-jenkins (Old)
and /work/SRC/openSUSE:Factory/.python-python-jenkins.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jenkins"
Sat Apr 25 23:27:57 2026 rev:16 rq:1349274 version:1.8.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-jenkins/python-python-jenkins.changes
2025-07-28 14:58:35.659388404 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-jenkins.new.11940/python-python-jenkins.changes
2026-04-25 23:28:16.561720776 +0200
@@ -1,0 +2,19 @@
+Sat Apr 25 19:58:56 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.8.3:
+ * Stop using external mock module
+ * Added get_nodes_with_info() function to show information of
+ all the nodes
+ * Add tree parameter to get_build_test_report()
+ * Add support for connection retry
+ * add support for python 3.12
+ * remove Python2 & six
+ * prevent get_running_builds failure when ephemeral nodes
+ disapear during the call
+ * Fix typos
+ * fix zuul tests
+ * only change view name from all to All when All was requested
+ * Do not initialize Request headers with bytestring
+- drop python-python-jenkins-no-mock.patch, remove-six.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
python-jenkins-1.8.2.tar.gz
python-python-jenkins-no-mock.patch
remove-six.patch
New:
----
python_jenkins-1.8.3.tar.gz
----------(Old B)----------
Old: * Do not initialize Request headers with bytestring
- drop python-python-jenkins-no-mock.patch, remove-six.patch (upstream)
Old: * Do not initialize Request headers with bytestring
- drop python-python-jenkins-no-mock.patch, remove-six.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-jenkins.spec ++++++
--- /var/tmp/diff_new_pack.O5uJDh/_old 2026-04-25 23:28:17.105743028 +0200
+++ /var/tmp/diff_new_pack.O5uJDh/_new 2026-04-25 23:28:17.109743192 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-jenkins
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2014 Thomas Bechtold <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -18,16 +18,12 @@
Name: python-python-jenkins
-Version: 1.8.2
+Version: 1.8.3
Release: 0
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause
URL: https://opendev.org/jjb/python-jenkins
-Source:
https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on
https://review.opendev.org/c/jjb/python-jenkins/+/953273
-Patch0: python-python-jenkins-no-mock.patch
-# PATCH-FIX-UPSTREAM Based on
https://opendev.org/jjb/python-jenkins/commit/63b657fe23c3b33903061a17b88787886be3c6dd
-Patch1: remove-six.patch
+Source:
https://files.pythonhosted.org/packages/source/p/python-jenkins/python_jenkins-%{version}.tar.gz
BuildRequires: %{python_module cmd2}
BuildRequires: %{python_module multi_key_dict}
BuildRequires: %{python_module multiprocess}
@@ -58,7 +54,7 @@
* Slave node configuration
%prep
-%autosetup -p1 -n python-jenkins-%{version}
+%autosetup -p1 -n python_jenkins-%{version}
sed -i '1{\@^#!%{_bindir}/env python@d}' jenkins/__init__.py