Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2020-02-21 16:43:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Fri Feb 21 16:43:03 2020 rev:122 rq:777902 version:4.6.1582278168.345f257f6 Changes: -------- openQA-test.changes: same change openQA-worker-test.changes: same change --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2020-02-19 12:42:18.655829151 +0100 +++ /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA.changes 2020-02-21 16:43:14.178138340 +0100 @@ -1,0 +2,23 @@ +Fri Feb 21 10:39:15 UTC 2020 - [email protected] + +- Update to version 4.6.1582278168.345f257f6: + * Use unique git hash from vars.json for src links when possible + * docs: Add hint about importance of using the same filesystem for cache+pool + * Fix source code remote path for optional .git github links + * Fix missing dependency 'perl(Archive::Extract)' for worker since e86f68b08 + * Silence a warning in 24-worker-overall.t + * docs: Replace dated styling/Mark systemctl command + * Handle the case where there are no screenshots more gracefully (avoiding warnings in tests) + * Redirect to remote code location for source view when using CASEDIR + * Flatten the download conditions a bit + * Do not capture and store all job output as a note + * Log all download errors + * Fail the job instead of throwing an exception + * Add tests for OpenQA::Downloader + * Use OpenQA::Downloader in download_asset task + * Add downloader module and use it for the cache service + * Use preferred explicit rendering in "src" method + * Simplify "src" method showing source code of test modules + * t: Fix and re-enable ui/03-source.t + +------------------------------------------------------------------- Old: ---- openQA-4.6.1582068800.bb5602a1e.obscpio New: ---- openQA-4.6.1582278168.345f257f6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.06OkjU/_old 2020-02-21 16:43:15.830141641 +0100 +++ /var/tmp/diff_new_pack.06OkjU/_new 2020-02-21 16:43:15.854141689 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1582068800.bb5602a1e +Version: 4.6.1582278168.345f257f6 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.06OkjU/_old 2020-02-21 16:43:15.910141800 +0100 +++ /var/tmp/diff_new_pack.06OkjU/_new 2020-02-21 16:43:15.910141800 +0100 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1582068800.bb5602a1e +Version: 4.6.1582278168.345f257f6 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.06OkjU/_old 2020-02-21 16:43:15.934141849 +0100 +++ /var/tmp/diff_new_pack.06OkjU/_new 2020-02-21 16:43:15.946141872 +0100 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1582068800.bb5602a1e +Version: 4.6.1582278168.345f257f6 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.06OkjU/_old 2020-02-21 16:43:15.982141944 +0100 +++ /var/tmp/diff_new_pack.06OkjU/_new 2020-02-21 16:43:15.986141953 +0100 @@ -46,9 +46,9 @@ %define python_scripts_requires %{nil} %endif %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) +%define common_requires perl(Archive::Extract) 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) perl(Getopt::Long::Descriptive) +%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(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.1582068800.bb5602a1e +Version: 4.6.1582278168.345f257f6 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later ++++++ openQA-4.6.1582068800.bb5602a1e.obscpio -> openQA-4.6.1582278168.345f257f6.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1582068800.bb5602a1e.obscpio /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA-4.6.1582278168.345f257f6.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.06OkjU/_old 2020-02-21 16:43:16.094142168 +0100 +++ /var/tmp/diff_new_pack.06OkjU/_new 2020-02-21 16:43:16.098142176 +0100 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1582068800.bb5602a1e -mtime: 1582068800 -commit: bb5602a1eddb1d6c8d4b7dc3ce0b10a57dfa3a67 +version: 4.6.1582278168.345f257f6 +mtime: 1582278168 +commit: 345f257f6a2b25fc9f1014f7897872a93ba5bf84
