Sync with upstream release 76.0.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
89711448b3
commit
a5ac1be67f
3 changed files with 18 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -22,3 +22,4 @@
|
|||
/avocado-73.0.tar.gz
|
||||
/avocado-74.0.tar.gz
|
||||
/avocado-75.1.tar.gz
|
||||
/avocado-76.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 60d3c48ddbcbfcf7f996e535b665412650ebfb35
|
||||
%global commit bda98905d288b789166a03a8e4ec2efa5d403f89
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20200120
|
||||
%global commit_date 20200224
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:8})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 75.1
|
||||
Version: 76.0
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
|
|
@ -186,7 +186,9 @@ for exe in \
|
|||
avocado-runner-exec \
|
||||
avocado-runner-exec-test \
|
||||
avocado-runner-python-unittest \
|
||||
avocado-runner-avocado-instrumented
|
||||
avocado-runner-avocado-instrumented \
|
||||
avocado-runner-tap \
|
||||
avocado-software-manager
|
||||
do
|
||||
%{__mv} %{buildroot}%{_bindir}/$exe %{buildroot}%{_bindir}/$exe-%{python3_version}
|
||||
%{__ln_s} $exe-%{python3_version} %{buildroot}%{_bindir}/$exe-3
|
||||
|
|
@ -332,7 +334,7 @@ find %{buildroot}%{_docdir}/avocado -type f -name '*.py' -exec %{__chmod} -c -x
|
|||
# use the one that was setup in the source tree by the "setup.py
|
||||
# develop --user" step and is guaranteed to be version specific.
|
||||
USER_BASE=`%{__python3} -m site --user-base`
|
||||
LANG=en_US.UTF-8 AVOCADO_CHECK_LEVEL=0 UNITTEST_AVOCADO_CMD=$USER_BASE/bin/avocado %{__python3} selftests/run
|
||||
LANG=en_US.UTF-8 AVOCADO_CHECK_LEVEL=0 UNITTEST_AVOCADO_CMD=$USER_BASE/bin/avocado PYTHONWARNINGS=ignore %{__python3} selftests/run
|
||||
%endif
|
||||
|
||||
|
||||
|
|
@ -381,6 +383,12 @@ these days a framework) to perform automated testing.
|
|||
%{_bindir}/avocado-runner-avocado-instrumented-%{python3_version}
|
||||
%{_bindir}/avocado-runner-avocado-instrumented-3
|
||||
%{_bindir}/avocado-runner-avocado-instrumented
|
||||
%{_bindir}/avocado-runner-tap-%{python3_version}
|
||||
%{_bindir}/avocado-runner-tap-3
|
||||
%{_bindir}/avocado-runner-tap
|
||||
%{_bindir}/avocado-software-manager-%{python3_version}
|
||||
%{_bindir}/avocado-software-manager-3
|
||||
%{_bindir}/avocado-software-manager
|
||||
|
||||
|
||||
%package -n python-%{pkgname}-common
|
||||
|
|
@ -650,6 +658,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2020 Merlin Mathesius <mmathesi@redhat.com> - 76.0-1
|
||||
- Sync with upstream release 76.0.
|
||||
|
||||
* Mon Jan 20 2020 Merlin Mathesius <mmathesi@redhat.com> - 75.1-1
|
||||
- Sync with upstream release 75.1.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-75.1.tar.gz) = 3c01a6f4b8abf84307b5f268d516120864bffb49079e59875f7264ae414c6e987affde5da508d70cfc83afcf58e499ea0efb91e3b050a790c2b6dd4cf415cce9
|
||||
SHA512 (avocado-76.0.tar.gz) = 1380e353562a00fc153463eaade9faf9553ebdc27c4b221cfebb018dfe71d44ac91fdd789c8cdb4b8f914b85d4f82a9c9c30a5c58e463c4c3ea0748b1cf61a45
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue