Hello community,
here is the log from the commit of package python-jenkins-job-builder for
openSUSE:Factory checked in at 2020-04-21 13:10:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jenkins-job-builder (Old)
and /work/SRC/openSUSE:Factory/.python-jenkins-job-builder.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jenkins-job-builder"
Tue Apr 21 13:10:40 2020 rev:22 rq:795809 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jenkins-job-builder/python-jenkins-job-builder.changes
2020-03-09 21:04:15.331018501 +0100
+++
/work/SRC/openSUSE:Factory/.python-jenkins-job-builder.new.2738/python-jenkins-job-builder.changes
2020-04-21 13:10:40.660813529 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:45:45 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Pull configparser only on python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jenkins-job-builder.spec ++++++
--- /var/tmp/diff_new_pack.tVFTt7/_old 2020-04-21 13:10:41.872815946 +0200
+++ /var/tmp/diff_new_pack.tVFTt7/_new 2020-04-21 13:10:41.876815954 +0200
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-jenkins-job-builder
Version: 3.3.0
Release: 0
@@ -28,7 +29,6 @@
Source:
https://files.pythonhosted.org/packages/source/j/jenkins-job-builder/jenkins-job-builder-%{version}.tar.gz
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module PyYAML >= 3.10.0}
-BuildRequires: %{python_module configparser}
BuildRequires: %{python_module fasteners}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pbr >= 1.8}
@@ -51,6 +51,9 @@
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
+%if %{with python2}
+BuildRequires: python-configparser
+%endif
%python_subpackages
%description