From 70d8e0cdda21198aa2a0022f7213af60696b440a70e8394c845be4b134d7fef6 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Thu, 8 Apr 2021 06:20:28 +0000 Subject: [PATCH] Offline generation of 4.6.1617787694.965960f5 4.6.1617787694.965960f5 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=486 --- os-autoinst-4.6.1616752214.24ec8f98.obscpio | 3 --- os-autoinst-4.6.1617787694.965960f5.obscpio | 3 +++ os-autoinst-test.spec | 2 +- os-autoinst.changes | 16 ++++++++++++++++ os-autoinst.obsinfo | 6 +++--- os-autoinst.spec | 6 ++++-- 6 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 os-autoinst-4.6.1616752214.24ec8f98.obscpio create mode 100644 os-autoinst-4.6.1617787694.965960f5.obscpio diff --git a/os-autoinst-4.6.1616752214.24ec8f98.obscpio b/os-autoinst-4.6.1616752214.24ec8f98.obscpio deleted file mode 100644 index b20ac7d..0000000 --- a/os-autoinst-4.6.1616752214.24ec8f98.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ed47338058fc7bb6ac3014d9e21a374eeabbe2e88ac6277b72e3bf342ad40af -size 25072653 diff --git a/os-autoinst-4.6.1617787694.965960f5.obscpio b/os-autoinst-4.6.1617787694.965960f5.obscpio new file mode 100644 index 0000000..554f694 --- /dev/null +++ b/os-autoinst-4.6.1617787694.965960f5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b809721fd1896552a3199418935fff2fe1db5f50c606f17670ff9189a1634c56 +size 25077773 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index cef554d..1d48d6b 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 4.6.1616752214.24ec8f98 +Version: 4.6.1617787694.965960f5 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index bd37939..14dc16b 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 07 09:28:20 UTC 2021 - okurz@suse.com + +- Update to version 4.6.1617787694.965960f5: + * autotest: Improve test module loading error handling + * README: Add section to describe test modules with python support + * t: Fix flaky coverage with deterministic code + * backend: Use named variable in place of magic number + * Fix lookup of perl module from python + * t: Slightly extend 04-testapi-python.t + * autotest: Use more prominent output format for errors in test modules + * Fix lookup of os-autoinst modules from Python context + * Add python binding/import/wrapping code for testapi + * external: Move hadolint commands into config file + * Optimize hadolint call with passing project dir + ------------------------------------------------------------------- Fri Mar 26 09:50:24 UTC 2021 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 0e92a9d..0a3c69f 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.6.1616752214.24ec8f98 -mtime: 1616752214 -commit: 24ec8f98d9ce9d3223231c16ff21237f73391310 +version: 4.6.1617787694.965960f5 +mtime: 1617787694 +commit: 965960f534c93ef12f0978014d589b8b2be6e6d2 diff --git a/os-autoinst.spec b/os-autoinst.spec index 57dd6b6..edc1401 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1616752214.24ec8f98 +Version: 4.6.1617787694.965960f5 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -67,7 +67,7 @@ Source0: %{name}-%{version}.tar.xz # The following line is generated from dependencies.yaml %define test_version_only_requires perl(Mojo::IOLoop::ReadWriteProcess) >= 0.28 # The following line is generated from dependencies.yaml -%define test_requires %build_requires %spellcheck_requires %test_base_requires %yamllint_requires perl(YAML::PP) +%define test_requires %build_requires %spellcheck_requires %test_base_requires %yamllint_requires perl(Inline::Python) perl(YAML::PP) # The following line is generated from dependencies.yaml %define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) BuildRequires: %test_requires @@ -79,6 +79,8 @@ Recommends: /usr/bin/xkbcomp Recommends: dumponlyconsole Recommends: qemu >= 2.0.0 Recommends: tesseract-ocr +# Optional dependency for Python test API support +Recommends: perl(Inline::Python) Requires(pre): %{_bindir}/getent Requires(pre): %{_sbindir}/useradd BuildRoot: %{_tmppath}/%{name}-%{version}-build