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
This commit is contained in:
parent
6e45190ef0
commit
70d8e0cdda
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ed47338058fc7bb6ac3014d9e21a374eeabbe2e88ac6277b72e3bf342ad40af
|
||||
size 25072653
|
3
os-autoinst-4.6.1617787694.965960f5.obscpio
Normal file
3
os-autoinst-4.6.1617787694.965960f5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b809721fd1896552a3199418935fff2fe1db5f50c606f17670ff9189a1634c56
|
||||
size 25077773
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user