forked from pool/python-tox
Accepting request 1161549 from home:dancermak:branches:devel:languages:python
New upstream release 4.14.2 OBS-URL: https://build.opensuse.org/request/show/1161549 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=119
This commit is contained in:
@@ -23,30 +23,26 @@
|
||||
%bcond_with devpi_process
|
||||
%endif
|
||||
Name: python-tox
|
||||
Version: 4.11.4
|
||||
Version: 4.14.2
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: MIT
|
||||
URL: https://github.com/tox-dev/tox
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE optional_devpi_process.patch bsc#[0-9]+ mcepl@suse.com
|
||||
# Make use devpi_process optional
|
||||
Patch0: optional_devpi_process.patch
|
||||
# PATCH-FEATURE-UPSTREAM mark-network-tests.patch bsc#[0-9]+ mcepl@suse.com
|
||||
# to skip test which require network access
|
||||
Patch1: mark-network-tests.patch
|
||||
Patch0: 0001-Make-use-of-devpi_process-optional.patch
|
||||
Patch1: 0002-skip-test-which-require-network-access.patch
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module build >= 0.10.0}
|
||||
BuildRequires: %{python_module cachetools >= 5.3.1}
|
||||
BuildRequires: %{python_module cachetools >= 5.3.2}
|
||||
BuildRequires: %{python_module chardet >= 5.2}
|
||||
BuildRequires: %{python_module colorama >= 0.4.6}
|
||||
BuildRequires: %{python_module filelock >= 3.12.3}
|
||||
BuildRequires: %{python_module filelock >= 3.13.1}
|
||||
BuildRequires: %{python_module hatch >= 0.3}
|
||||
BuildRequires: %{python_module hatch_vcs >= 0.3}
|
||||
BuildRequires: %{python_module hatchling >= 1.18}
|
||||
BuildRequires: %{python_module packaging >= 23.1}
|
||||
BuildRequires: %{python_module hatch_vcs >= 0.4}
|
||||
BuildRequires: %{python_module hatchling >= 1.21}
|
||||
BuildRequires: %{python_module packaging >= 23.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module platformdirs >= 3.10}
|
||||
BuildRequires: %{python_module platformdirs >= 4.1}
|
||||
BuildRequires: %{python_module pluggy >= 1.3}
|
||||
BuildRequires: %{python_module poetry-core}
|
||||
BuildRequires: %{python_module pyproject-api >= 1.6.1}
|
||||
@@ -54,27 +50,27 @@ BuildRequires: %{python_module pytoml >= 0.1}
|
||||
BuildRequires: %{python_module re-assert}
|
||||
BuildRequires: %{python_module setuptools >= 41.0.1}
|
||||
BuildRequires: %{python_module setuptools_scm >= 2.0.0}
|
||||
BuildRequires: %{python_module time-machine >= 2.12}
|
||||
BuildRequires: %{python_module time-machine >= 2.13}
|
||||
BuildRequires: %{python_module tomli >= 2.0.1}
|
||||
BuildRequires: %{python_module virtualenv >= 20.24.3}
|
||||
BuildRequires: %{python_module wheel >= 0.41.2}
|
||||
BuildRequires: %{python_module wheel >= 0.42}
|
||||
%if %{with devpi_process}
|
||||
BuildRequires: %{python_module devpi-process > 1}
|
||||
%endif
|
||||
BuildRequires: %{python_module importlib-metadata >= 6.8}
|
||||
%dnl BuildRequires: %{python_module importlib-metadata >= 6.8}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-cachetools >= 5.3.1
|
||||
Requires: python-cachetools >= 5.3.2
|
||||
Requires: python-chardet >= 5.2
|
||||
Requires: python-colorama >= 0.4.6
|
||||
Requires: python-filelock >= 3.12.3
|
||||
Requires: python-packaging >= 23.1
|
||||
Requires: python-platformdirs >= 3.10
|
||||
Requires: python-filelock >= 3.13.1
|
||||
Requires: python-packaging >= 23.2
|
||||
Requires: python-platformdirs >= 4.1
|
||||
Requires: python-pluggy >= 1.3
|
||||
Requires: python-pyproject-api >= 1.6.1
|
||||
Requires: python-virtualenv >= 20.24.3
|
||||
Requires: (python-importlib-metadata >= 0.12 if python3-base < 3.8)
|
||||
%dnl Requires: (python-importlib-metadata >= 0.12 if python3-base < 3.8)
|
||||
Requires: (python-tomli >= 2.0.1 if python3-base < 3.11)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
@@ -88,10 +84,9 @@ BuildRequires: %{python_module flaky >= 3.7.0}
|
||||
BuildRequires: %{python_module freezegun >= 0.3.11}
|
||||
BuildRequires: %{python_module numpy >= 1.25}
|
||||
BuildRequires: %{python_module psutil >= 5.9.5}
|
||||
BuildRequires: %{python_module pytest >= 7.4}
|
||||
BuildRequires: %{python_module pytest >= 7.4.4}
|
||||
BuildRequires: %{python_module pytest-cov >= 4.1}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.11.1}
|
||||
BuildRequires: %{python_module pytest-randomly >= 3.0.0}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.12}
|
||||
BuildRequires: %{python_module pytest-xdist >= 3.3.1}
|
||||
# /SECTION
|
||||
%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
|
||||
|
Reference in New Issue
Block a user