Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2df227949 |
3 changed files with 11 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,3 +31,4 @@
|
|||
/avocado-92.0.tar.gz
|
||||
/avocado-92.1.tar.gz
|
||||
/avocado-92.1-python312.patch
|
||||
/avocado-92.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
%global gittar avocado-%{version}.tar.gz
|
||||
%else
|
||||
%if ! 0%{?commit:1}
|
||||
%global commit 08ac79fa4ecaee60d7d5211d9634568b5545bdcd
|
||||
%global commit 5b21f030001d6eed69c0357cc45b6128c73dc860
|
||||
%endif
|
||||
%if ! 0%{?commit_date:1}
|
||||
%global commit_date 20211019
|
||||
%global commit_date 20240819
|
||||
%endif
|
||||
%global shortcommit %(c=%{commit};echo ${c:0:9})
|
||||
%global gitrel .%{commit_date}git%{shortcommit}
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
%endif
|
||||
|
||||
Name: python-avocado
|
||||
Version: 92.1
|
||||
Release: 5%{?gitrel}%{?dist}
|
||||
Version: 92.3
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
# Found licenses:
|
||||
# avocado/core/tapparser.py: MIT
|
||||
|
|
@ -49,7 +49,6 @@ License: GPLv2+ and GPLv2 and MIT
|
|||
URL: https://avocado-framework.github.io/
|
||||
Source0: https://github.com/avocado-framework/avocado/archive/%{gitref}/%{gittar}
|
||||
BuildArch: noarch
|
||||
Patch0: avocado-92.1-python312.patch
|
||||
|
||||
BuildRequires: kmod
|
||||
BuildRequires: procps-ng
|
||||
|
|
@ -84,7 +83,6 @@ these days a framework) to perform automated testing.
|
|||
|
||||
%prep
|
||||
%setup -q -n avocado-%{gitref}
|
||||
%patch 0 -p 1
|
||||
%if 0%{?rhel}
|
||||
sed -e "s/'PyYAML>=4.2b2'/'PyYAML>=3.12'/" -i optional_plugins/varianter_yaml_to_mux/setup.py
|
||||
%endif
|
||||
|
|
@ -446,6 +444,11 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2024 Cleber Rosa <crosa@redhat.com> - 92.3-1
|
||||
- Updated to 92.3
|
||||
- Support building and running under Python 3.13 for F42
|
||||
- Removed patch from 92.1 as its present in 92.3
|
||||
|
||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 92.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
SHA512 (avocado-92.1.tar.gz) = b775ebd014f4c91aae2b13e1aa350940ce7e277eb63ebf7c325f6dd020c10eb21390942080468804ceadd923f52970cb2f2ca214c7855df435d442e99a499ceb
|
||||
SHA512 (avocado-92.1-python312.patch) = fc94e23c84653b317ba3d9a6a52d99d2e136c2fa50621b5ce36b2b10bbcb8cceac36d12dd715820ebe5ae266768bf3384fcb15b6f4614d4a4dd60415c1821901
|
||||
SHA512 (avocado-92.3.tar.gz) = 97a0c113bc826537a02ebf6efcd7cf49b505a93e5fd9686c3a4c7e70902f2d367f78eb2fb23ddf9253b97f45e27b2e328fd6bd1c420ecbeb59e25e991b29c262
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue