Update to 4.4.8 (rhbz#2177519)

This commit is contained in:
Miro Hrončok 2023-03-29 15:25:25 +02:00
commit fac05c2144
3 changed files with 16 additions and 11 deletions

View file

@ -19,7 +19,7 @@
%undefine _py3_shebang_s
Name: python-tox
Version: 4.4.6
Version: 4.4.8
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
@ -102,7 +102,9 @@ Obsoletes: python3-tox < 3.24.4-2
# Upstream updates dependencies too aggressively
# see https://github.com/tox-dev/tox/pull/2843#discussion_r1065028356
sed -ri 's/"(packaging|filelock|platformdirs|psutil|diff-cover)>=.*/"\1",/g' pyproject.toml
sed -ri -e 's/"(packaging|filelock|platformdirs|psutil|diff-cover|pyproject-api|pytest-xdist|wheel)>=.*/"\1",/g' \
-e 's/"(virtualenv)>=.*/"\1>=20",/g' \
pyproject.toml
%generate_buildrequires
export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
@ -157,6 +159,9 @@ k="${k-}${k+ and }not test_local_execute_write_a_lot"
%changelog
* Wed Mar 29 2023 Miro Hrončok <mhroncok@redhat.com> - 4.4.8-1
- Update to 4.4.8 (rhbz#2177519)
* Tue Feb 28 2023 Miro Hrončok <mhroncok@redhat.com> - 4.4.6-1
- Update to 4.4.6 (rhbz#2164640)