forked from pool/python-tox
Accepting request 841453 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/841453 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=36
This commit is contained in:
commit
57f9eaf4a8
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 13:31:13 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 3.18.0
|
||||
* Add allowlist_externals alias to whitelist_externals (whitelist_externals is now deprecated). - by :user:`dajose`
|
||||
* Fix tests when the ``HOSTNAME`` environment variable is set, but empty string - by :user:`hroncok`
|
||||
* The long arguments ``--verbose`` and ``--quiet`` (rather than only their short forms, ``-v`` and ``-q``) are now accepted.
|
||||
* The ``ResultLog`` now prefers ``HOSTNAME`` environment variable value (if set) over the full qualified domain name of localhost.
|
||||
This makes it possible to disable an undesired DNS lookup,
|
||||
which happened on all ``tox`` invocations, including trivial ones * by :user:`hroncok`
|
||||
* Update packaging information for Flit.
|
||||
* Fixed the support for using ``{temp_dir}`` in ``tox.ini`` - by :user:`webknjaz`
|
||||
* Allow skipping the package and installation step when passing the ``--skip-pkg-install``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 05:02:58 UTC 2020 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-tox
|
||||
Version: 3.15.2
|
||||
Version: 3.18.0
|
||||
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:c696d36cd7c6a28ada2da780400e44851b20ee19ef08cfe73344a1dcebbbe9f3
|
||||
size 303545
|
3
tox-3.18.0.tar.gz
Normal file
3
tox-3.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f179cb4043d7dc1339425dd49ab1dd8c916246b0d9173143c1b0af7498a03ab0
|
||||
size 304036
|
Loading…
Reference in New Issue
Block a user