From 96ff2c97e980866e5f5a668da6cd59eb490a1424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 25 Oct 2022 16:54:55 -0700 Subject: [PATCH] release 3.27.0 --- docs/changelog.rst | 24 ++++++++++++++++++++++++ docs/changelog/2433.doc.rst | 1 - docs/changelog/2469.doc.rst | 1 - docs/changelog/2497.bugfix.rst | 1 - docs/changelog/2498.bugfix.rst | 1 - docs/changelog/2515.bugfix.rst | 2 -- 6 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 docs/changelog/2433.doc.rst delete mode 100644 docs/changelog/2469.doc.rst delete mode 100644 docs/changelog/2497.bugfix.rst delete mode 100644 docs/changelog/2498.bugfix.rst delete mode 100644 docs/changelog/2515.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index a333e0dc2..54f8428e0 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 `_ +- Remove read-only files in ``ensure_empty_dir``. + `#2498 `_ +- Multiple tox instances no longer clobber the ``.tox`` directory when + ``provision_tox_env`` is used. - by :user:`masenf` + `#2515 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Clarify that ``install_command`` only takes one command - by :user:`jugmac00` + `#2433 `_ +- Documented problems with plugin and provision env - by :user:`ziima`. + `#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 4979ab787..000000000 --- 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 21dca567f..000000000 --- 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 3be932089..000000000 --- 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 00673fbb9..000000000 --- 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 686fc1ac1..000000000 --- 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`