Sync with upstream release 98.0
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
4adc731d21
commit
f981628259
3 changed files with 14 additions and 5 deletions
|
|
@ -9,10 +9,10 @@
|
|||
%global gittar avocado-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit edd8acc0d38a27d69b1820251f8bd52102415f52
|
||||
%global commit 027faa19aba070f7697690cf0b946f6e94ee6bb2
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20220524
|
||||
%global commit_date 20221714
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-avocado
|
||||
Version: 97.0
|
||||
Version: 98.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
# Found licenses:
|
||||
|
|
@ -74,6 +74,8 @@ BuildRequires: libcdio
|
|||
BuildRequires: psmisc
|
||||
%if ! 0%{?rhel}
|
||||
BuildRequires: perl-Test-Harness
|
||||
BuildRequires: python3-elementpath
|
||||
BuildRequires: python3-xmlschema
|
||||
%endif
|
||||
BuildRequires: glibc-all-langpacks
|
||||
BuildRequires: python3-netifaces
|
||||
|
|
@ -89,7 +91,7 @@ these days a framework) to perform automated testing.
|
|||
%prep
|
||||
%setup -q -n avocado-%{gitref}
|
||||
%if 0%{?rhel}
|
||||
sed -e "s/'PyYAML>=4.2b2'/'PyYAML>=3.12'/" -i optional_plugins/varianter_yaml_to_mux/setup.py
|
||||
sed -e 's/"PyYAML>=4.2b2"/"PyYAML>=3.12"/' -i optional_plugins/varianter_yaml_to_mux/setup.py
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
|
@ -442,6 +444,12 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 16 2022 Cleber Rosa <crosa@redhat.com> - 98.0-1
|
||||
- Sync with upstream release 98.0
|
||||
- Add build requirements for python3-elementpath and
|
||||
python3-xmlschema, used on some tests
|
||||
- Changed regex to match new string quote style
|
||||
|
||||
* Tue May 24 2022 Cleber Rosa <crosa@redhat.com> - 97.0-1
|
||||
- Sync with upstream release 97.0
|
||||
- Require python3-jsonschema when running tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue