commit python-jenkins-job-builder for openSUSE:Factory
Hello community, here is the log from the commit of package python-jenkins-job-builder for openSUSE:Factory checked in at 2019-05-17 23:43:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jenkins-job-builder (Old) and /work/SRC/openSUSE:Factory/.python-jenkins-job-builder.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-jenkins-job-builder" Fri May 17 23:43:38 2019 rev:16 rq:703564 version:2.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jenkins-job-builder/python-jenkins-job-builder.changes 2019-04-08 20:53:49.202580861 +0200 +++ /work/SRC/openSUSE:Factory/.python-jenkins-job-builder.new.5148/python-jenkins-job-builder.changes 2019-05-17 23:43:38.813896875 +0200 @@ -1,0 +2,16 @@ +Thu May 16 21:08:30 UTC 2019 - Stephen Ma <sma@suse.com> + +- Fixed the BuildRequires line for pbr: added a space after '>='. + +------------------------------------------------------------------- +Tue May 14 23:06:15 UTC 2019 - Jonathan Harker <jharker@suse.com> + +- update to 2.10.0 + * Adds named branches to property strategy support + * Do not ignore global-settings-type in Maven module + * Adds github scm multibranch regex branch filte + * Adds match-script and groovy-sandbox to Lockable Resources Plugin properties + * Add 'publishers-from' to the publishers module + * Refactor jobfilters to separate file + +------------------------------------------------------------------- Old: ---- 0001-Allow-pyyaml-5.patch jenkins-job-builder-2.9.1.tar.gz New: ---- jenkins-job-builder-2.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jenkins-job-builder.spec ++++++ --- /var/tmp/diff_new_pack.OE8K5C/_old 2019-05-17 23:43:39.485896506 +0200 +++ /var/tmp/diff_new_pack.OE8K5C/_new 2019-05-17 23:43:39.485896506 +0200 @@ -19,23 +19,25 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jenkins-job-builder -Version: 2.9.1 +Version: 2.10.0 Release: 0 Summary: Program for configuring Jenkins jobs with YAML License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/openstack-ci/jenkins-job-builder +URL: https://opendev.org/jjb/jenkins-job-builder Source: https://files.pythonhosted.org/packages/source/j/jenkins-job-builder/jenkins-job-builder-%{version}.tar.gz -# # PATCH-FIX-UPSTREAM 0001-Allow-pyyaml-5.patch -- https://review.openstack.org/650859 -Patch0: 0001-Allow-pyyaml-5.patch BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module PyYAML >= 3.10.0} BuildRequires: %{python_module fasteners} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pbr} -BuildRequires: %{python_module python-jenkins} +BuildRequires: %{python_module pbr >= 1.8} +BuildRequires: %{python_module python-jenkins >= 0.4.15} BuildRequires: %{python_module setuptools-git} +BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module stestr} +BuildRequires: %{python_module stevedore >= 1.17.1} BuildRequires: %{python_module testscenarios} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Jinja2 Requires: python-PyYAML >= 3.10.0 @@ -58,7 +60,6 @@ %prep %setup -q -n jenkins-job-builder-%{version} -%patch0 -p1 %build %python_build @@ -66,6 +67,7 @@ %install %python_install %python_clone -a %{buildroot}%{_bindir}/jenkins-jobs +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec -m stestr.cli run ++++++ jenkins-job-builder-2.9.1.tar.gz -> jenkins-job-builder-2.10.0.tar.gz ++++++ ++++ 2982 lines of diff (skipped)
participants (1)
-
root