diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2022-10-25 16:54:55 -0700 |
|---|---|---|
| committer | Bernát Gábor <bgabor8@bloomberg.net> | 2022-10-25 16:54:55 -0700 |
| commit | 96ff2c97e980866e5f5a668da6cd59eb490a1424 (patch) | |
| tree | acd02376d0afb2b665a92d98ba84d2d79dca47cf | |
| parent | e378131e14e7db4c7e16a06628fa06c5f73c4ecd (diff) | |
| download | tox-git-3.27.0.tar.gz | |
release 3.27.03.27.0
| -rw-r--r-- | docs/changelog.rst | 24 | ||||
| -rw-r--r-- | docs/changelog/2433.doc.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2469.doc.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2497.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2498.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2515.bugfix.rst | 2 |
6 files changed, 24 insertions, 6 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index a333e0dc..54f8428e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,30 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.27.0 (2022-10-25) +-------------------- + +Bugfixes +^^^^^^^^ + +- Dropped ``--build-option`` in isolated builds, an alternative fix for the ``SetuptoolsDeprecationWarning`` about using ``--global-option`` -- by :user:`adamchainz` + `#2497 <https://github.com/tox-dev/tox/issues/2497>`_ +- Remove read-only files in ``ensure_empty_dir``. + `#2498 <https://github.com/tox-dev/tox/issues/2498>`_ +- Multiple tox instances no longer clobber the ``.tox`` directory when + ``provision_tox_env`` is used. - by :user:`masenf` + `#2515 <https://github.com/tox-dev/tox/issues/2515>`_ + + +Documentation +^^^^^^^^^^^^^ + +- Clarify that ``install_command`` only takes one command - by :user:`jugmac00` + `#2433 <https://github.com/tox-dev/tox/issues/2433>`_ +- Documented problems with plugin and provision env - by :user:`ziima`. + `#2469 <https://github.com/tox-dev/tox/issues/2469>`_ + + v3.26.0 (2022-09-07) -------------------- diff --git a/docs/changelog/2433.doc.rst b/docs/changelog/2433.doc.rst deleted file mode 100644 index 4979ab78..00000000 --- a/docs/changelog/2433.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Clarify that ``install_command`` only takes one command - by :user:`jugmac00` diff --git a/docs/changelog/2469.doc.rst b/docs/changelog/2469.doc.rst deleted file mode 100644 index 21dca567..00000000 --- a/docs/changelog/2469.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Documented problems with plugin and provision env - by :user:`ziima`. diff --git a/docs/changelog/2497.bugfix.rst b/docs/changelog/2497.bugfix.rst deleted file mode 100644 index 3be93208..00000000 --- a/docs/changelog/2497.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Dropped ``--build-option`` in isolated builds, an alternative fix for the ``SetuptoolsDeprecationWarning`` about using ``--global-option`` -- by :user:`adamchainz` diff --git a/docs/changelog/2498.bugfix.rst b/docs/changelog/2498.bugfix.rst deleted file mode 100644 index 00673fbb..00000000 --- a/docs/changelog/2498.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Remove read-only files in ``ensure_empty_dir``. diff --git a/docs/changelog/2515.bugfix.rst b/docs/changelog/2515.bugfix.rst deleted file mode 100644 index 686fc1ac..00000000 --- a/docs/changelog/2515.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Multiple tox instances no longer clobber the ``.tox`` directory when -``provision_tox_env`` is used. - by :user:`masenf` |
