SHA256
1
0
forked from pool/python-tox
Commit Graph

125 Commits

Author SHA256 Message Date
Ana Guerrero
2782eb51cf Accepting request 1163255 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1163255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=56
2024-03-29 12:09:31 +00:00
13ba9a9ffb Accepting request 1162951 from home:ecsos:python
- Fix build error in Leap.
  - Disable one more test.
  - Drop macro %dnl because it works only in rpm version >= 4.15.
    Leap hast 4.14 at this time.
    Also enable it.
  - Fix some python3 typos in spec.

OBS-URL: https://build.opensuse.org/request/show/1162951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=121
2024-03-28 08:03:04 +00:00
Ana Guerrero
f4a3b6c4df Accepting request 1161560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1161560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=55
2024-03-26 18:26:27 +00:00
dbcfdd3dea 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
2024-03-25 21:32:21 +00:00
Ana Guerrero
b341b7bca8 Accepting request 1155220 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1155220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=54
2024-03-05 17:52:27 +00:00
150f36e39b Accepting request 1155206 from home:dimstar:Factory
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1155206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=117
2024-03-05 14:08:15 +00:00
Dominique Leuenberger
41a66c4eec Accepting request 1132139 from devel:languages:python
- update to 4.11.4:
  * Fix `quickstart` command from requiring `root` positional
    argument
  * docs(config): fix default value for install_command
  * Added Python 3.12 in installation docs
  * Fix terminal size in tox commands (#2999)
  * Use the new ruff formatter over black
  * docs(config): Fix base_python default reference
  * Fixed 'AppData' not passed to env by default (#3151)

OBS-URL: https://build.opensuse.org/request/show/1132139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=53
2023-12-09 21:53:32 +00:00
bc27a8e7b9 - update to 4.11.4:
* Fix `quickstart` command from requiring `root` positional
    argument
  * docs(config): fix default value for install_command
  * Added Python 3.12 in installation docs
  * Fix terminal size in tox commands (#2999)
  * Use the new ruff formatter over black
  * docs(config): Fix base_python default reference
  * Fixed 'AppData' not passed to env by default (#3151)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=115
2023-12-08 16:21:52 +00:00
Ana Guerrero
b3d63834e4 Accepting request 1124422 from devel:languages:python
Forwarded request #1124399 from ecsos

- Fix required versions for BuildRequires and Requieres to use
    right version and to can build under Leap.

OBS-URL: https://build.opensuse.org/request/show/1124422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=52
2023-11-09 20:36:00 +00:00
d6e91d07b5 Accepting request 1124399 from home:ecsos:python
- Fix required versions for BuildRequires and Requieres to use
  right version and to can build under Leap.

OBS-URL: https://build.opensuse.org/request/show/1124399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=113
2023-11-09 11:20:04 +00:00
Ana Guerrero
742ceeb268 Accepting request 1115808 from devel:languages:python
- update to 4.11.3:
  * docs(plugin): explain plugin registration
  * Fix error caused by a bad `base_python` path
  * Fix typos discovered by codespell
  * Providing example to make CLI help more helpful for -x,--
    override
  * Remove stray colons in `config.rst` left over from #3111

  * on venv cleanup: add explicit check for pypy venv to make it possible to recreate it
  * --showconfig overhaul
- Update to 2.1.1:
  * fix issue258, fix issue248, fix issue253: for non-test commands
  * fix issue247: tox now passes the LANG variable from the tox invocation
    invocation environment to the test environment and on Windows
    on unix additionally ``TMPDIR`` is passed.  If you need to pass
    execute: the new per-venv "platform" setting allows to specify
    If platform is set and doesn't match the platform spec in the test
    for testenv sections.  Can be used from plugins through the
    call virtualenv through "python -m virtualenv" with the same
  + fix issue116: make 1.6 introduced behaviour of changing to a
    per-env HOME directory during install activities dependent
  + fix issue117: python2.5 fix: don't use ``--insecure`` option because
    want to support python2.5/pip1.3.1 based test environments you need
  + fix issue91: python2.5 support by vendoring the virtualenv-1.9.1
    script and forcing pip<1.4. Also the default [py25] environment
    to use pip without the "--pre" option which was introduced
    with pip-1.4 and is now required if you want to install non-stable
 - make sure test commands are searched first in the virtualenv
 - show (test) command that is being executed, thanks
 - depend on virtualenv-1.9.1

OBS-URL: https://build.opensuse.org/request/show/1115808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=51
2023-10-05 18:05:13 +00:00
cf6fb0401e - update to 4.11.3:
* docs(plugin): explain plugin registration
  * Fix error caused by a bad `base_python` path
  * Fix typos discovered by codespell
  * Providing example to make CLI help more helpful for -x,--
    override
  * Remove stray colons in `config.rst` left over from #3111
  * on venv cleanup: add explicit check for pypy venv to make it possible to recreate it
  * --showconfig overhaul
- Update to 2.1.1:
  * fix issue258, fix issue248, fix issue253: for non-test commands
  * fix issue247: tox now passes the LANG variable from the tox invocation
    invocation environment to the test environment and on Windows
    on unix additionally ``TMPDIR`` is passed.  If you need to pass
    execute: the new per-venv "platform" setting allows to specify
    If platform is set and doesn't match the platform spec in the test
    for testenv sections.  Can be used from plugins through the
    call virtualenv through "python -m virtualenv" with the same
  + fix issue116: make 1.6 introduced behaviour of changing to a
    per-env HOME directory during install activities dependent
  + fix issue117: python2.5 fix: don't use ``--insecure`` option because
    want to support python2.5/pip1.3.1 based test environments you need
  + fix issue91: python2.5 support by vendoring the virtualenv-1.9.1
    script and forcing pip<1.4. Also the default [py25] environment
    to use pip without the "--pre" option which was introduced
    with pip-1.4 and is now required if you want to install non-stable
 - make sure test commands are searched first in the virtualenv
 - show (test) command that is being executed, thanks
 - depend on virtualenv-1.9.1
  + refactor reporting and virtualenv manipulation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=111
2023-10-05 11:36:34 +00:00
Ana Guerrero
c8d8bf9b4c Accepting request 1109766 from devel:languages:python
Forwarded request #1109638 from mschreiner

- Refresh mark-network-tests.patch for 4.11.1.
  - Rewrite optional_devpi_process.patch for 4.11.1.
  - Add explicit numpy built-time dependency, as the one pulled by
    pytest-randomly was broken.
  - Fix rpmlint warning: package was obsoleting itself.
  - Update to 4.11.1.
  - Please check the .changes file for a more complete changelog.

OBS-URL: https://build.opensuse.org/request/show/1109766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=50
2023-09-10 11:09:59 +00:00
5fbce3fe15 Accepting request 1109638 from home:mschreiner:branches:devel:languages:python
- Refresh mark-network-tests.patch for 4.11.1.
- Rewrite optional_devpi_process.patch for 4.11.1.
- Add explicit numpy built-time dependency, as the one pulled by
  pytest-randomly was broken.
- Fix rpmlint warning: package was obsoleting itself.
- Update to 4.11.1.
- Please check the .changes file for a more complete changelog.

OBS-URL: https://build.opensuse.org/request/show/1109638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=109
2023-09-08 17:15:07 +00:00
Dominique Leuenberger
a5bb5cf86e Accepting request 1092492 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=49
2023-06-12 13:27:46 +00:00
0d1407f509 Accepting request 1092160 from home:ecsos:python
- Fix build error in Leap.
  Change %autopatch -p1 -m 1 to %patch1 -p1

OBS-URL: https://build.opensuse.org/request/show/1092160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=107
2023-06-12 08:24:01 +00:00
Dominique Leuenberger
ee41959658 Accepting request 1090576 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1090576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=48
2023-06-04 16:36:05 +00:00
4a14ca407b Accepting request 1090515 from home:dancermak:branches:devel:languages:python
Fix requires & buildrequires

OBS-URL: https://build.opensuse.org/request/show/1090515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=105
2023-06-02 21:13:14 +00:00
Dominique Leuenberger
ffad1f4997 Accepting request 1086768 from devel:languages:python
- Update to 4.5.1:
  The amount of changes is so huge, that user is kindly referred
  to the packaged changelog.
- Add mark-network-tests.patch to skip test which require network
  access
- Add optional_devpi_process.patch to make the package not depend
  on devpi_process (which is rather expensive to build).
- Add _constraints.

OBS-URL: https://build.opensuse.org/request/show/1086768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=47
2023-05-12 18:39:01 +00:00
c5d63e6ff6 - Add _constraints.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=103
2023-05-12 13:33:05 +00:00
05f5732558 Fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=102
2023-05-12 13:20:14 +00:00
aa34e2856a Skip more tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=101
2023-05-12 13:19:49 +00:00
6c1f7bb642 Temporarily switch off devpi-process
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=100
2023-05-11 07:07:17 +00:00
d425c2befe Correct use of sle15_python_module_pythons
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=99
2023-05-11 06:05:59 +00:00
feaea52c71 - Add optional_devpi_process.patch to make the package not depend
on devpi_process (which is rather expensive to build).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=98
2023-05-10 20:13:37 +00:00
988f896c70 - Add mark-network-tests.patch to skip test which require network
access

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=97
2023-05-10 20:05:27 +00:00
0fbeef6ce6 - Update to 4.5.1:
The amount of changes is so huge, that user is kindly referred
  to the packaged changelog.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=96
2023-05-05 14:45:01 +00:00
Dominique Leuenberger
5d8dc96a46 Accepting request 1081737 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=46
2023-04-21 18:17:14 +00:00
4380d511bc Accepting request 1081669 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=94
2023-04-21 13:30:45 +00:00
Dominique Leuenberger
357eae97a0 Accepting request 1060096 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1060096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=45
2023-01-21 18:12:24 +00:00
83336b68a1 Accepting request 1059852 from home:michals
- Add missing python-tomli dependency.

OBS-URL: https://build.opensuse.org/request/show/1059852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=92
2023-01-21 06:47:02 +00:00
Dominique Leuenberger
551866be99 Accepting request 1031190 from devel:languages:python
- Remove python2-related parts of the SPEC file.

OBS-URL: https://build.opensuse.org/request/show/1031190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=44
2022-10-26 10:31:37 +00:00
a1b4186e42 - Remove python2-related parts of the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=90
2022-10-25 18:57:15 +00:00
Dominique Leuenberger
4e734480de Accepting request 1010419 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=43
2022-10-14 13:41:40 +00:00
47d72d0895 Accepting request 1010293 from home:yarunachalam:branches:devel:languages:python
- Update to version 3.26.0 
  Bugfixes
  * Fix fallback to python environment when isolated_build = true is set – by @Unrud #2474
  * Fixed SetuptoolsDeprecationWarning about using --global-option – by @adamchainz #2478

OBS-URL: https://build.opensuse.org/request/show/1010293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=88
2022-10-13 07:49:49 +00:00
Richard Brown
91d35a824a 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
2022-07-26 17:43:58 +00:00
6fd786ef78 - 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/package/show/devel:languages:python/python-tox?expand=0&rev=86
2022-07-24 08:07:08 +00:00
Dominique Leuenberger
a2e403bb80 Accepting request 942714 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/942714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=41
2021-12-27 15:07:18 +00:00
b690e99052 Accepting request 942212 from home:dimstar:Factory
- Drop definition of python-tox-doc: this subpackage is not being
  built.

OBS-URL: https://build.opensuse.org/request/show/942212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=85
2021-12-27 09:15:44 +00:00
Dominique Leuenberger
38eb414101 Accepting request 921541 from devel:languages:python
- Update to 3.24.4:
  - Fixed handling of -e ALL in parallel mode by ignoring the ALL
    in subprocesses -- by :user:`guahki`. #2167
  - Prevent tox from using a truncated interpreter when using
    TOX_LIMITED_SHEBANG -- by :user:`jdknight`. #2208
  - Enabled the use of the favicon in the Sphinx docs first
    introduced in :pull:`764` but not integrated fully --
    :user:`webknjaz` #2177
  - --parallel reports now show ASCII OK/FAIL/SKIP lines when
    full Unicode output is not available - by :user:`brettcs`
    #1421
  - Started enforcing valid references in Sphinx docs --
    :user:`webknjaz` #2168
  - include LC_ALL to implicit list of passenv variables - by
    :user:`ssbarnea` #2162
  - get_requires_for_build_sdist hook (PEP 517) is assumed to
    return an empty list if left unimplemented by the backend
    build system - by :user:`oczkoisse` #2130
  - The documentation of install_command now also mentions that
    you can provide arbitrary commands - by :user:`jugmac00`
    #2081
  - --devenv no longer modifies the directory in which the .tox
    environment is provisioned - by :user:`isaac-ped` #2065
  - Fix show config when the package names are not in canonical
    form - by :user:`gaborbernat`. #2103
  - Extended environment variables section - by :user:`majiang`
    #2036
  - tox no longer shows deprecation warnings for
    distutils.sysconfig on Python 3.10 - by :user:`9999years`
    #2100
  - Distinguish between normal Windows Python and MSYS2 Python
    when looking for virtualenv executable path. Adds os.sep to
    :class:`~tox.interpreters.InterpreterInfo` - by
    :user:`jschwartzentruber` #1982
  - Fix a tox-conda isolation build bug - by :user:`AntoineD`.
    #2056
  - Update examples in the documentation to use setenv in the
    [testenv] sections, not wrongly in the [tox] main section.
    - by :user:`AndreyNautilus` #1999
  - Enable building tox with setuptools_scm 6+ by :user:`hroncok`
    #1984
  - tox can now be invoked with a new --no-provision flag that
    prevents provision, if :conf:`requires` or :conf:`minversion`
    are not satisfied, tox will fail; if a path is specified as
    an argument to the flag (e.g. as tox --no-provision
    missing.json) and provision is prevented, provision metadata
    are written as JSON to that path - by :user:`hroncok` #1921
  - Unicode support in pyproject.toml - by :user:`domdfcoding`
    #1940
  - The value of the :conf:`requires` configuration option is now
    exposed via the :class:`tox.config.Config` object - by
    :user:`hroncok` #1918
  - Adapt tests not to assume the easy_install command exists, as
    it was removed from setuptools 52.0.0+ - by :user:`hroncok`
    #1893
  - Fix a killed tox (via SIGTERM) leaving the commands
    subprocesses running by handling it as if it were
    a KeyboardInterrupt - by :user:`dajose` #1772
  - Newer coverage tools update the COV_CORE_CONTEXT environment
    variable, add it to the list of environment variables that
    can change in our pytest plugin - by :user:`gaborbernat`.
    #1854

OBS-URL: https://build.opensuse.org/request/show/921541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=40
2021-09-27 18:08:49 +00:00
bc6b6e89bf - Update to 3.24.4:
- Fixed handling of -e ALL in parallel mode by ignoring the ALL
    in subprocesses -- by :user:`guahki`. #2167
  - Prevent tox from using a truncated interpreter when using
    TOX_LIMITED_SHEBANG -- by :user:`jdknight`. #2208
  - Enabled the use of the favicon in the Sphinx docs first
    introduced in :pull:`764` but not integrated fully --
    :user:`webknjaz` #2177
  - --parallel reports now show ASCII OK/FAIL/SKIP lines when
    full Unicode output is not available - by :user:`brettcs`
    #1421
  - Started enforcing valid references in Sphinx docs --
    :user:`webknjaz` #2168
  - include LC_ALL to implicit list of passenv variables - by
    :user:`ssbarnea` #2162
  - get_requires_for_build_sdist hook (PEP 517) is assumed to
    return an empty list if left unimplemented by the backend
    build system - by :user:`oczkoisse` #2130
  - The documentation of install_command now also mentions that
    you can provide arbitrary commands - by :user:`jugmac00`
    #2081
  - --devenv no longer modifies the directory in which the .tox
    environment is provisioned - by :user:`isaac-ped` #2065
  - Fix show config when the package names are not in canonical
    form - by :user:`gaborbernat`. #2103
  - Extended environment variables section - by :user:`majiang`
    #2036
  - tox no longer shows deprecation warnings for
    distutils.sysconfig on Python 3.10 - by :user:`9999years`
    #2100

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=84
2021-09-26 22:35:25 +00:00
Dominique Leuenberger
fd303552ed Accepting request 874338 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=39
2021-02-23 19:20:44 +00:00
9b19367ee8 Accepting request 874310 from home:bnavigator:branches:devel:languages:python
- Fix wheel location when custom installing into test venv.

OBS-URL: https://build.opensuse.org/request/show/874310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=82
2021-02-22 13:55:12 +00:00
Dominique Leuenberger
cf8574a9e9 Accepting request 863927 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/863927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=38
2021-01-18 10:30:14 +00:00
296d92ae46 Accepting request 863907 from home:bnavigator:branches:devel:languages:python
- Update requirements
- Fix the test suite failure introduced by the switch to
  coinstallable python3 flavors: must be called with plain python
  name for sys.executable to not detect the minor version as
  binary extension (python3.8 --> magic.8)

- Update to v3.21.1

OBS-URL: https://build.opensuse.org/request/show/863907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=80
2021-01-17 23:13:24 +00:00
Dominique Leuenberger
7cccabea39 Accepting request 863047 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/863047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=37
2021-01-14 14:05:51 +00:00
c1858f5087 Accepting request 863000 from home:jayvdb:branches:devel:languages:python
- Remove build dependency on pytest-cov
- Re-enable test_create_KeyboardInterrupt and spinner tests
- Update to v0.21.1

OBS-URL: https://build.opensuse.org/request/show/863000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=78
2021-01-14 09:22:40 +00:00
Dominique Leuenberger
57f9eaf4a8 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
2020-10-29 08:47:47 +00:00
Tomáš Chvátal
a19fd8bb0c Accepting request 841413 from home:mcalabkova:branches:devel:languages:python
- 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``.

OBS-URL: https://build.opensuse.org/request/show/841413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=76
2020-10-13 09:31:35 +00:00
Dominique Leuenberger
b56327468c Accepting request 817143 from devel:languages:python
- update to 3.15.2:
  - Add an option to allow a process to suicide before sending the
    SIGTERM.
  - PyPy 7.3.1 on Windows uses the 'Script' folder instead of
    'bin'.

OBS-URL: https://build.opensuse.org/request/show/817143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=35
2020-06-28 21:04:07 +00:00