forked from pool/python-tox
Accepting request 990866 from devel:languages:python
- update to 3.25.1: * ``sitepackages = true`` will add user's site-package to the python path on Windows as expected * Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11 * Fix ``isolated_build`` when the build process produces stderr at exit. * Fixed failing isolated_build because setuptools warning was captured in ``build_requires``. * Avoid potential 30s delay caused by socket.getfqdn(). * Ignore missing commands if they are prefixed by ``-`` OBS-URL: https://build.opensuse.org/request/show/990866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=42
This commit is contained in:
commit
91d35a824a
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 08:05:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.25.1:
|
||||
* ``sitepackages = true`` will add user's site-package to the python path on Windows as expected
|
||||
* Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11
|
||||
* Fix ``isolated_build`` when the build process produces stderr at exit.
|
||||
* Fixed failing isolated_build because setuptools warning was captured
|
||||
in ``build_requires``.
|
||||
* Avoid potential 30s delay caused by socket.getfqdn().
|
||||
* Ignore missing commands if they are prefixed by ``-``
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 09:17:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tox
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-tox
|
||||
Version: 3.24.4
|
||||
Version: 3.25.1
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca
|
||||
size 316762
|
3
tox-3.25.1.tar.gz
Normal file
3
tox-3.25.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9
|
||||
size 318457
|
Loading…
Reference in New Issue
Block a user