Loosen the PyYAML version requirement in python3-avocado-plugins-varianter-yaml-to-mux
Upstream has pinned this for Debian reasons:
f130c763be
This commit is contained in:
parent
fbd8b0d95c
commit
b443276b64
1 changed files with 6 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
Name: python-avocado
|
||||
Version: 92.3
|
||||
Release: 1%{?gitrel}%{?dist}
|
||||
Release: 2%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
# Found licenses:
|
||||
# avocado/core/tapparser.py: MIT
|
||||
|
|
@ -90,6 +90,8 @@ sed -e "s/'PyYAML>=4.2b2'/'PyYAML>=3.12'/" -i optional_plugins/varianter_yaml_to
|
|||
sed -e "s/'markupsafe<2.0.0', //" -i optional_plugins/html/setup.py
|
||||
# loosen jinja2 version requirement
|
||||
sed -e "s/'jinja2<3.0.0'/'jinja2'/" -i optional_plugins/html/setup.py
|
||||
# loosen pyyaml version requirement
|
||||
sed -e "s/'PyYAML>=4.2b2,<6.0.2'/'PyYAML>=4.2b2'/" -i optional_plugins/varianter_yaml_to_mux/setup.py
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
|
@ -452,6 +454,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 03 2025 Miro Hrončok <mhroncok@redhat.com> - 92.3-2
|
||||
- Loosen the PyYAML version requirement in python3-avocado-plugins-varianter-yaml-to-mux
|
||||
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue