Update to version 92.3

This update to a minor release on the 92LTS series, allowing
for building and running under F42.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2024-08-19 10:08:22 -04:00
commit 08a71ed577
3 changed files with 11 additions and 8 deletions

View file

@ -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: 8%{?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
@ -454,6 +452,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
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 92.1-8
- convert license to SPDX