Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f28e4e9efc | ||
|
|
079897c6bd | ||
|
|
c781f06f55 | ||
|
|
c64e62364a | ||
|
|
0b2167ec1c | ||
|
|
ed6d05362f | ||
|
|
c7c0dc0db6 | ||
|
|
1087f35c47 | ||
|
|
384b8eaf64 | ||
|
|
56cf4c4682 | ||
|
|
2e39fac89a |
4 changed files with 32 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -16,3 +16,5 @@
|
|||
/avocado-67.0.tar.gz
|
||||
/avocado-68.0.tar.gz
|
||||
/avocado-69.0.tar.gz
|
||||
/avocado-69.1.tar.gz
|
||||
/avocado-69.2.tar.gz
|
||||
|
|
|
|||
11
avocado-69.1-selftest.patch
Normal file
11
avocado-69.1-selftest.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
diff -ru ../avocado-69.1.ORIG/selftests/unit/test_loader.py ./selftests/unit/test_loader.py
|
||||
--- ../avocado-69.1.ORIG/selftests/unit/test_loader.py 2019-06-12 13:39:15.000000000 -0500
|
||||
+++ ./selftests/unit/test_loader.py 2019-09-11 15:56:24.289042537 -0500
|
||||
@@ -449,6 +449,7 @@
|
||||
('Test10', 'selftests/.data/loader_instrumented/imports.py:Test10.test')]
|
||||
self._check_discovery(exps, tests)
|
||||
|
||||
+ @unittest.skip("Disabling unreliable test")
|
||||
def test_dont_detect_non_avocado(self):
|
||||
path = os.path.join(os.path.dirname(os.path.dirname(__file__)),
|
||||
'.data', 'loader_instrumented', 'dont_detect_non_avocado.py')
|
||||
|
|
@ -12,10 +12,10 @@
|
|||
%global gittar %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 406f29bbdf46f2320936da0028ae5df53559915c
|
||||
%global commit 489fee786c7b69cf0fa12f75be0595cb8bae5887
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20190226
|
||||
%global commit_date 20190917
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:8})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -70,8 +70,8 @@
|
|||
%endif
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 69.0
|
||||
Release: 4%{?gitrel}%{?dist}
|
||||
Version: 69.2
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
Group: Development/Tools
|
||||
# Found licenses:
|
||||
|
|
@ -81,6 +81,7 @@ Group: Development/Tools
|
|||
License: GPLv2 and MIT
|
||||
URL: http://avocado-framework.github.io/
|
||||
Source0: https://github.com/avocado-framework/%{srcname}/archive/%{gitref}.tar.gz#/%{gittar}
|
||||
Patch0: avocado-69.1-selftest.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: procps-ng
|
||||
|
|
@ -189,6 +190,7 @@ these days a framework) to perform automated testing.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{srcname}-%{gitref}
|
||||
%patch0 -p1
|
||||
# package plugins-runner-vm requires libvirt-python, but the RPM
|
||||
# version of libvirt-python does not publish the egg info and this
|
||||
# causes that dep to be attempted to be installed by pip
|
||||
|
|
@ -1170,6 +1172,18 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 04 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.2-1
|
||||
- Sync with upstream release 69.2 (LTS series).
|
||||
|
||||
* Wed Sep 11 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.1-3
|
||||
- Update patch to always skip unreliable selftest.
|
||||
|
||||
* Mon Sep 09 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.1-2
|
||||
- Patch to skip selftest currently incompatible with Python 3.8.
|
||||
|
||||
* Tue Jun 18 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.1-1
|
||||
- Sync with upstream release 69.1 (LTS series).
|
||||
|
||||
* Wed May 22 2019 Merlin Mathesius <mmathesi@redhat.com> - 69.0-4
|
||||
- pyliblzma is Python 2-only and no longer available as of F31.
|
||||
- Unversioned executables should now be Python 3.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (avocado-69.0.tar.gz) = 5353c85d94a9754a6e23eb2b4e1a09dc4f87e3590ff1073383b2b8ac5e2eeb7cddadf5773c762f1dbd8b7a04ed6314f68cf7014acc4e709683f0251518c30b10
|
||||
SHA512 (avocado-69.2.tar.gz) = edf348ed083c72de511190e0c615861cd413a54c30082f1a345d689ce7990bd0ceebfc81893087e3bc015716c6ae7ef104a71658f4b2b7cc75ec657ebe4eff61
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue