From 279bcbef30287177452f798df0a409fa68d8230e Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Wed, 13 Nov 2019 16:26:00 +0000 Subject: [PATCH] release 3.14.1 --- docs/changelog.rst | 30 +++++++++++++++++++++++++++++ docs/changelog/1401.bugfix.rst | 1 - docs/changelog/1429.bugfix.rst | 2 -- docs/changelog/1437.bugfix.rst | 1 - docs/changelog/1444.bugfix.rst | 5 ----- docs/changelog/1452.bugfix.rst | 1 - docs/changelog/1456.deprecation.rst | 1 - 7 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 docs/changelog/1401.bugfix.rst delete mode 100644 docs/changelog/1429.bugfix.rst delete mode 100644 docs/changelog/1437.bugfix.rst delete mode 100644 docs/changelog/1444.bugfix.rst delete mode 100644 docs/changelog/1452.bugfix.rst delete mode 100644 docs/changelog/1456.deprecation.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index ec5f622cc..8f2b14aec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,36 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.14.1 (2019-11-13) +-------------------- + +Bugfixes +^^^^^^^^ + +- fix reporting of exiting due to (real) signals - by :user:`blueyed` + `#1401 `_ +- Bump minimal virtualenv to 16.0.0 to improve own transitive + deps handling in some ancient envs. — by :user:`webknjaz` + `#1429 `_ +- Adds ``CURL_CA_BUNDLE``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE`` to the default passenv values. - by :user:`ssbarnea` + `#1437 `_ +- Fix nested tox execution in the parallel mode by separating the environment + variable that let's tox know it is invoked in the parallel mode + (``_TOX_PARALLEL_ENV``) from the variable that informs the tests that tox is + running in parallel mode (``TOX_PARALLEL_ENV``). + — by :user:`hroncok` + `#1444 `_ +- Fix provisioning from a pyvenv interpreter. — by :user:`kentzo` + `#1452 `_ + + +Deprecations (removal in next major release) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Python ``3.4`` is no longer supported. — by :user:`gaborbernat` + `#1456 `_ + + v3.14.0 (2019-09-03) -------------------- diff --git a/docs/changelog/1401.bugfix.rst b/docs/changelog/1401.bugfix.rst deleted file mode 100644 index b3613acbb..000000000 --- a/docs/changelog/1401.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -fix reporting of exiting due to (real) signals - by :user:`blueyed` diff --git a/docs/changelog/1429.bugfix.rst b/docs/changelog/1429.bugfix.rst deleted file mode 100644 index cbc5c4359..000000000 --- a/docs/changelog/1429.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Bump minimal virtualenv to 16.0.0 to improve own transitive -deps handling in some ancient envs. — by :user:`webknjaz` diff --git a/docs/changelog/1437.bugfix.rst b/docs/changelog/1437.bugfix.rst deleted file mode 100644 index 0c12646ec..000000000 --- a/docs/changelog/1437.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Adds ``CURL_CA_BUNDLE``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE`` to the default passenv values. - by :user:`ssbarnea` diff --git a/docs/changelog/1444.bugfix.rst b/docs/changelog/1444.bugfix.rst deleted file mode 100644 index 0c9d9cf90..000000000 --- a/docs/changelog/1444.bugfix.rst +++ /dev/null @@ -1,5 +0,0 @@ -Fix nested tox execution in the parallel mode by separating the environment -variable that let's tox know it is invoked in the parallel mode -(``_TOX_PARALLEL_ENV``) from the variable that informs the tests that tox is -running in parallel mode (``TOX_PARALLEL_ENV``). -— by :user:`hroncok` diff --git a/docs/changelog/1452.bugfix.rst b/docs/changelog/1452.bugfix.rst deleted file mode 100644 index fc3a8c9b3..000000000 --- a/docs/changelog/1452.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix provisioning from a pyvenv interpreter. — by :user:`kentzo` diff --git a/docs/changelog/1456.deprecation.rst b/docs/changelog/1456.deprecation.rst deleted file mode 100644 index 97438b676..000000000 --- a/docs/changelog/1456.deprecation.rst +++ /dev/null @@ -1 +0,0 @@ -Python ``3.4`` is no longer supported. — by :user:`gaborbernat`