Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-avocado-plugins-vt for
openSUSE:Factory checked in at 2021-06-24 18:22:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-avocado-plugins-vt (Old)
and /work/SRC/openSUSE:Factory/.python-avocado-plugins-vt.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-avocado-plugins-vt"
Thu Jun 24 18:22:36 2021 rev:6 rq:901629 version:88.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-avocado-plugins-vt/python-avocado-plugins-vt.changes
2021-06-01 10:39:04.704978191 +0200
+++
/work/SRC/openSUSE:Factory/.python-avocado-plugins-vt.new.2625/python-avocado-plugins-vt.changes
2021-06-24 18:22:56.312940467 +0200
@@ -1,0 +2,11 @@
+Thu Jun 24 06:50:20 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to version 88:
+ * No upstream changelog
+- Remove common package, upstream now require configuration and backends
+ in the python purelib directory.
+- Update BuildRequires/Requires
+- Force all scripts to execute python3
+- Switch fdupes macro to using hardlinks
+
+-------------------------------------------------------------------
Old:
----
avocado-vt-69.0.tar.gz
New:
----
avocado-vt-88.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-avocado-plugins-vt.spec ++++++
--- /var/tmp/diff_new_pack.BLnVTX/_old 2021-06-24 18:22:56.816941027 +0200
+++ /var/tmp/diff_new_pack.BLnVTX/_new 2021-06-24 18:22:56.820941032 +0200
@@ -18,19 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pythons python3
-%define pkgname avocado-vt
Name: python-avocado-plugins-vt
-Version: 69.0
+Version: 88.0
Release: 0
Summary: Avocado Virt Test Plugin
License: GPL-2.0-only
URL: https://avocado-framework.readthedocs.org/
-Source0:
https://github.com/avocado-framework/avocado-vt/archive/%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz
+Source0:
https://github.com/avocado-framework/avocado-vt/archive/%{version}.tar.gz#/avocado-vt-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: %{pkgname}-common
Requires: attr
Requires: bridge-utils
# Requires: autotest-framework
@@ -43,10 +41,11 @@
Requires: netcat-openbsd
Requires: openvswitch
Requires: python-aexpect > 1.5.0
-Requires: python-avocado >= 51.0
+Requires: python-avocado >= 68.0
Requires: python-netaddr >= 0.7.18
Requires: python-netifaces >= 0.10.5
Requires: python-simplejson >= 3.5.3
+Requires: python-six
Requires: qemu-kvm
Requires: systemtap
Requires: tcpdump
@@ -66,17 +65,19 @@
Avocado Virt Test is a plugin that executes virt-tests with all the avocado
features, such as HTML report and Xunit output, among others.
-%package -n %{pkgname}-common
-Summary: Avocado Test Framework
-
-%description -n %{pkgname}-common
-Avocado Virt Test is a plugin that executes virt-tests with all the avocado
-features, such as HTML report and Xunit output, among others.
-
-This package contains common infrastructure files
-
%prep
-%setup -q -n %{pkgname}-%{version}
+%setup -q -n avocado-vt-%{version}
+sed -E -i "1{s|^#\!\s*/usr/bin/env python$|#\!%{_bindir}/python3|}" \
+ scripts/*py \
+ scripts/github/*py \
+ virttest/remote_commander/*py \
+ virttest/shared/deps/run_autotest/boottool.py
+sed -E -i "1s/env //" virttest/shared/scripts/pmsocat/pmsocat36.py
+sed -E -i "1s|^(#\!/usr/bin/python)$|\13|" \
+ virttest/*py \
+ virttest/shared/deps/serial/*py \
+ virttest/shared/scripts/*py \
+ virttest/staging/*py
%build
%python_build
@@ -86,22 +87,21 @@
# Reduce duplicities
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%fdupes -s %{buildroot}%{_datadir}/avocado-plugins-vt
+%fdupes %{buildroot}%{_datadir}/avocado-plugins-vt
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/avocado_vt*
-%{python_sitelib}/avocado_plugins_vt*
+%dir %{python_sitelib}/avocado_vt
+%dir %{python_sitelib}/avocado_vt/conf.d
+%dir %{python_sitelib}/avocado_vt/plugins
+%dir %{python_sitelib}/avocado_vt/__pycache__
+%config(noreplace)%{python_sitelib}/avocado_vt/conf.d/vt.conf
+%config(noreplace)%{python_sitelib}/avocado_vt/conf.d/vt_joblock.conf
+%{python_sitelib}/avocado_framework_plugin_vt*egg-info
+%{python_sitelib}/avocado_vt/*py
+%{python_sitelib}/avocado_vt/__pycache__/*
+%{python_sitelib}/avocado_vt/plugins/*
%{python_sitelib}/virttest*
-%files -n %{pkgname}-common
-%dir %{_sysconfdir}/avocado
-%dir %{_sysconfdir}/avocado/conf.d
-%config(noreplace)%{_sysconfdir}/avocado/conf.d/vt.conf
-%{_datadir}/avocado-plugins-vt
-%{_datadir}/avocado-plugins-vt/backends
-%{_datadir}/avocado-plugins-vt/shared
-%{_datadir}/avocado-plugins-vt/test-providers.d
-
%changelog
++++++ avocado-vt-69.0.tar.gz -> avocado-vt-88.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-avocado-plugins-vt/avocado-vt-69.0.tar.gz
/work/SRC/openSUSE:Factory/.python-avocado-plugins-vt.new.2625/avocado-vt-88.0.tar.gz
differ: char 15, line 1