Hello community,
here is the log from the commit of package python-jenkins-job-builder for
openSUSE:Leap:15.2 checked in at 2020-04-28 20:12:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jenkins-job-builder (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jenkins-job-builder.new.2738
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jenkins-job-builder"
Tue Apr 28 20:12:13 2020 rev:16 rq:797078 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-jenkins-job-builder/python-jenkins-job-builder.changes
2020-01-15 15:49:26.183460100 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jenkins-job-builder.new.2738/python-jenkins-job-builder.changes
2020-04-28 20:12:14.388669117 +0200
@@ -1,0 +2,39 @@
+Mon Apr 20 11:45:45 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Pull configparser only on python2
+
+-------------------------------------------------------------------
+Mon Mar 9 16:44:09 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 3.3.0
+ * Add support for become in ansible playbook
+ * Adding view for the Delivery Pipeline Plugin
+ * Fix authorization property issue
+ * Experimental support for filterChecks trait
+ * Add support for opsgenie notification plugin
+
+-------------------------------------------------------------------
+Wed Jan 8 16:02:23 UTC 2020 - Jan Zerebecki <[email protected]>
+
+- BuildRequire python configparser to make tests work on Python 2
+- Update to 3.2.0:
+ * Add support for noSquash (no-squash) in jms-messaging trigger
+ * Fix the yaml load warning.
+ * Switch to debug log level for not deleting job
+ * Add alias to multijob builder
+ * Add Private and WIP change support for gerrit
+ * Fix double inderection of name templates
+ * Allow use of jinja templates in defaults
+- Update to 3.1.0:
+ * Fix repository location in README.rst
+ * registry: cache component loading
+ * Support sectioned views
+ * registry: preload entrypoints before caching
+ * Support nested views
+ * text-finder: support not-built-if-found
+ * Add support for new 'notify every failure' option in Slack Plugin
+ * Fix Authorization properties for folder and job in Folder
+ * Setup python-black for auto code style fmt
+ * Auto-generated output from python-black
+
+-------------------------------------------------------------------
Old:
----
jenkins-job-builder-3.0.2.tar.gz
New:
----
jenkins-job-builder-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jenkins-job-builder.spec ++++++
--- /var/tmp/diff_new_pack.OnDbtr/_old 2020-04-28 20:12:14.880670139 +0200
+++ /var/tmp/diff_new_pack.OnDbtr/_new 2020-04-28 20:12:14.884670147 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jenkins-job-builder
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2014 Thomas Bechtold <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-jenkins-job-builder
-Version: 3.0.2
+Version: 3.3.0
Release: 0
Summary: Program for configuring Jenkins jobs with YAML
License: Apache-2.0
@@ -50,6 +51,9 @@
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
+%if %{with python2}
+BuildRequires: python-configparser
+%endif
%python_subpackages
%description
++++++ jenkins-job-builder-3.0.2.tar.gz -> jenkins-job-builder-3.3.0.tar.gz
++++++
++++ 35678 lines of diff (skipped)