Sync with upstream release 84.0.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2021-02-09 19:45:50 -05:00
commit 34b61b19ca
3 changed files with 12 additions and 6 deletions

View file

@ -12,10 +12,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 4e0580a36a6c4089c96c9928905c1d9ae5e4f3be
%global commit c01f71fcc05826a08ea1b28b47930722b3363df4
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20201116
%global commit_date 20201221
%endif
%global shortcommit %(c=%{commit};echo ${c:0:9})
%global gitrel .%{commit_date}git%{shortcommit}
@ -37,7 +37,7 @@
%endif
Name: python-%{pkgname}
Version: 83.0
Version: 84.0
Release: 1%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
Group: Development/Tools
@ -90,7 +90,7 @@ these days a framework) to perform automated testing.
%prep
%setup -q -n %{srcname}-%{gitref}
%if (0%{?fedora} && 0%{?fedora} < 29) || 0%{?rhel}
%if 0%{?rhel}
sed -e "s/'PyYAML>=4.2b2'/'PyYAML>=3.12'/" -i optional_plugins/varianter_yaml_to_mux/setup.py
%endif
@ -225,7 +225,7 @@ find %{buildroot}%{_docdir}/avocado -type f -name '*.py' -exec %{__chmod} -c -x
# amount of resources we have observed so far. Let's avoid tests that
# require too much resources or are time sensitive
USER_BASE=`%{__python3} -m site --user-base`
PATH=$USER_BASE/bin:$PATH LANG=en_US.UTF-8 AVOCADO_CHECK_LEVEL=0 %{__python3} selftests/run
PATH=$USER_BASE/bin:$PATH LANG=en_US.UTF-8 AVOCADO_CHECK_LEVEL=0 %{__python3} selftests/check.py --disable-static-checks --disable-plugin-checks=robot
%endif
@ -452,6 +452,11 @@ Again Shell code (and possibly other similar shells).
%changelog
* Wed Feb 10 2021 Cleber Rosa <cleber@redhat.com> - 84.0-1
- Sync with upstream release 84.0.
- Drop old Fedora conditionals
- Use selftests/check.py job instead of more limited selftests/run
* Tue Nov 17 2020 Cleber Rosa <cleber@redhat.com> - 83.0-1
- Sync with upstream release 83.0.
- Added avocado-runner-golang script to golang package