Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2020-01-25 13:24:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Sat Jan 25 13:24:14 2020 rev:111 rq:766801 version:4.6.1579790259.c018d5dc2 Changes: -------- openQA-test.changes: same change openQA-worker-test.changes: same change --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2020-01-21 21:01:55.136892406 +0100 +++ /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA.changes 2020-01-25 13:24:29.740045378 +0100 @@ -1,0 +2,33 @@ +Fri Jan 24 10:38:06 UTC 2020 - [email protected] + +- Update to version 4.6.1579790259.c018d5dc2: + * Workaround api request in ObsRsync Plugin + * Remove dead code + * Use uppercase variables in OpenQA::Utils to make their scope immediately obvious + * Replace compose_job_overview_search_args and param_hash methods with helpers + * Move mark_job_linked function into the correct resultset + * Move job_group_and_parents function into the correct resultset + * Use :DEFAULT instead of importing twice + * Replace global variables in OpenQA::Utils with functions + * Remove unused export + * Do not export variables from OpenQA::Utils anymore + * Add OpenQA::App as a singleton container, replacing $OpenQA::Utils::app + * Move worker specific code from OpenQA::Setup into OpenQA::Worker::App + * Just use Mojolicious as a base class instead of trying to reinvent it + * Parse Snapshot number in ObsRsync plugin + * Add silent reload of dashboard contents for fullscreen mode + * Dependency cron 200123 + * Add dependency to client so asset download via SSL works + * load_templates: fail early if host is unreachable + * Log asset download error to autoinst log file + * Fix asset status test so it works when the cache file does not exist + * Dependency cron 200122 + * Support batches in ObsRsync Plugin (#2653) + * Use new format to store job module details + * Set text mime in ObsRsync download + * Use is_admin_js helper in asset table template + * Show cached assets also when cleanup is ongoing + * Add CLI tool to validate a job template YAML file + * Fix ObsRsync mutex leak on errors + +------------------------------------------------------------------- Old: ---- openQA-4.6.1579529599.e032e3659.obscpio New: ---- openQA-4.6.1579790259.c018d5dc2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.i6Kumx/_old 2020-01-25 13:24:33.556047051 +0100 +++ /var/tmp/diff_new_pack.i6Kumx/_new 2020-01-25 13:24:33.556047051 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1579529599.e032e3659 +Version: 4.6.1579790259.c018d5dc2 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.i6Kumx/_old 2020-01-25 13:24:33.568047056 +0100 +++ /var/tmp/diff_new_pack.i6Kumx/_new 2020-01-25 13:24:33.568047056 +0100 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1579529599.e032e3659 +Version: 4.6.1579790259.c018d5dc2 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.i6Kumx/_old 2020-01-25 13:24:33.580047061 +0100 +++ /var/tmp/diff_new_pack.i6Kumx/_new 2020-01-25 13:24:33.580047061 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1579529599.e032e3659 +Version: 4.6.1579790259.c018d5dc2 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.i6Kumx/_old 2020-01-25 13:24:33.592047066 +0100 +++ /var/tmp/diff_new_pack.i6Kumx/_new 2020-01-25 13:24:33.596047068 +0100 @@ -48,8 +48,8 @@ %define assetpack_requires perl(Mojolicious::Plugin::AssetPack) >= 1.36, perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) %define common_requires perl(Config::IniFiles) perl(Cpanel::JSON::XS) perl(Cwd) perl(Data::Dump) perl(Data::Dumper) perl(Digest::MD5) perl(Getopt::Long) perl(Minion) >= 9.09, perl(Mojolicious) >= 8.24, perl(Try::Tiny) perl(Regexp::Common), perl(Storable) # runtime requirements for the main package that are not required by other sub-packages -%define main_requires %assetpack_requires git-core perl(Carp::Always) perl(Date::Format) perl(DateTime::Format::Pg) perl(DBD::Pg) >= 3.7.4, perl(DBI) >= 1.632, perl(DBIx::Class) >= 0.082801, perl(DBIx::Class::DeploymentHandler) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(DBIx::Class::OptimisticLocking) perl(File::Copy::Recursive) perl(Net::OpenID::Consumer) perl(Module::Pluggable) perl(aliased) perl(Config::Tiny) perl(Text::Diff) perl(CommonMark) perl(JSON::Validator) perl(IPC::Run) perl(Archive::Extract) perl(Time::ParseDate) perl(Sort::Versions) perl(BSD::Resource) perl(Pod::POM) perl(Mojo::Pg) perl(Mojo::RabbitMQ::Client) >= 0.2, perl(SQL::Translator) perl(YAML::XS) perl(LWP::UserAgent) -%define client_requires curl jq git-core perl(IO::Socket::SSL) >= 2.009, perl(LWP::UserAgent) perl(IPC::Run) +%define main_requires %assetpack_requires git-core perl(Carp::Always) perl(Date::Format) perl(DateTime::Format::Pg) perl(DBD::Pg) >= 3.7.4, perl(DBI) >= 1.632, perl(DBIx::Class) >= 0.082801, perl(DBIx::Class::DeploymentHandler) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(DBIx::Class::OptimisticLocking) perl(File::Copy::Recursive) perl(Net::OpenID::Consumer) perl(Module::Pluggable) perl(aliased) perl(Config::Tiny) perl(Text::Diff) perl(CommonMark) perl(JSON::Validator) perl(IPC::Run) perl(Archive::Extract) perl(Time::ParseDate) perl(Sort::Versions) perl(BSD::Resource) perl(Pod::POM) perl(Mojo::Pg) perl(Mojo::RabbitMQ::Client) >= 0.2, perl(SQL::Translator) perl(YAML::XS) perl(LWP::UserAgent) perl(Getopt::Long::Descriptive) +%define client_requires curl jq git-core perl(IO::Socket::SSL) >= 2.009, perl(LWP::UserAgent) perl(LWP::Protocol::https) perl(IPC::Run) %define worker_requires os-autoinst < 5, perl(Mojo::IOLoop::ReadWriteProcess) > 0.19, perl(Minion::Backend::SQLite) perl(Mojo::SQLite) openQA-client optipng %define build_requires rubygem(sass) %assetpack_requires @@ -65,7 +65,7 @@ %define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) Name: openQA -Version: 4.6.1579529599.e032e3659 +Version: 4.6.1579790259.c018d5dc2 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -256,6 +256,7 @@ ln -s %{_datadir}/openqa/script/dump_templates %{buildroot}%{_bindir}/openqa-dump-templates ln -s %{_datadir}/openqa/script/load_templates %{buildroot}%{_bindir}/openqa-load-templates ln -s %{_datadir}/openqa/script/openqa-clone-custom-git-refspec %{buildroot}%{_bindir}/openqa-clone-custom-git-refspec +ln -s %{_datadir}/openqa/script/openqa-validate-yaml %{buildroot}%{_bindir}/openqa-validate-yaml %if %{with python_scripts} ln -s %{_datadir}/openqa/script/openqa-label-all %{buildroot}%{_bindir}/openqa-label-all %endif @@ -492,6 +493,7 @@ %{_datadir}/openqa/script/load_templates %{_datadir}/openqa/script/openqa-clone-job %{_datadir}/openqa/script/openqa-clone-custom-git-refspec +%{_datadir}/openqa/script/openqa-validate-yaml %{_datadir}/openqa/script/configure-web-proxy %dir %{_datadir}/openqa/lib %{_datadir}/openqa/lib/OpenQA/Client.pm @@ -502,6 +504,7 @@ %{_bindir}/openqa-dump-templates %{_bindir}/openqa-load-templates %{_bindir}/openqa-clone-custom-git-refspec +%{_bindir}/openqa-validate-yaml %if %{with python_scripts} %files python-scripts ++++++ openQA-4.6.1579529599.e032e3659.obscpio -> openQA-4.6.1579790259.c018d5dc2.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1579529599.e032e3659.obscpio /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA-4.6.1579790259.c018d5dc2.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.i6Kumx/_old 2020-01-25 13:24:33.636047086 +0100 +++ /var/tmp/diff_new_pack.i6Kumx/_new 2020-01-25 13:24:33.636047086 +0100 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1579529599.e032e3659 -mtime: 1579529599 -commit: e032e3659da3fca95739b708360b3bc988714ee1 +version: 4.6.1579790259.c018d5dc2 +mtime: 1579790259 +commit: c018d5dc293913cc5f9806316c419f7d27f47803
