14
0
forked from pool/python-tox

Accepting request 703495 from home:scarabeus_iv:branches:devel:languages:python

- Update to 3.11.1:
  * When creating virtual environments we no longer ask the python to tell
    its path, but rather use the discovered path.

OBS-URL: https://build.opensuse.org/request/show/703495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal
2019-05-16 17:20:47 +00:00
committed by Git OBS Bridge
parent ccda5c46d4
commit 9363195e7f
4 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tox
Version: 3.11.0
Version: 3.11.1
Release: 0
Summary: Virtualenv-based automation of test activities
License: MIT
@@ -122,7 +122,6 @@ done
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
export PYTHONDONTWRITEBYTECODE=1
export PATH=%{buildroot}%{_bindir}:$PATH
# Ignores for gh#tox-dev/tox#1293