From 7a8a6acf5f72472dadcc982c2e418c7e7a52e6fb Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Tue, 3 Sep 2019 16:37:32 +0100 Subject: [PATCH] release 3.14.0 --- docs/changelog.rst | 48 +++++++++++++++++++ .../1363.misc.fix-broken-pr-template.rst | 1 - docs/changelog/1367.misc.rst | 2 - .../1370.misc.show-change-fragments-help.rst | 1 - docs/changelog/1374.bugfix.rst | 1 - docs/changelog/1374.feature.rst | 1 - docs/changelog/1377.bugfix.rst | 1 - docs/changelog/1378.bugfix.rst | 1 - docs/changelog/1380.bugfix.rst | 1 - docs/changelog/1383.bugfix.rst | 1 - docs/changelog/1384.feature.rst | 1 - docs/changelog/1399.doc.rst | 1 - docs/changelog/1415.bugfix.rst | 1 - 13 files changed, 48 insertions(+), 13 deletions(-) delete mode 100644 docs/changelog/1363.misc.fix-broken-pr-template.rst delete mode 100644 docs/changelog/1367.misc.rst delete mode 100644 docs/changelog/1370.misc.show-change-fragments-help.rst delete mode 100644 docs/changelog/1374.bugfix.rst delete mode 100644 docs/changelog/1374.feature.rst delete mode 100644 docs/changelog/1377.bugfix.rst delete mode 100644 docs/changelog/1378.bugfix.rst delete mode 100644 docs/changelog/1380.bugfix.rst delete mode 100644 docs/changelog/1383.bugfix.rst delete mode 100644 docs/changelog/1384.feature.rst delete mode 100644 docs/changelog/1399.doc.rst delete mode 100644 docs/changelog/1415.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 6446321c4..ec5f622cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,54 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.14.0 (2019-09-03) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fix ``PythonSpec`` detection of ``python3.10`` - by :user:`asottile` + `#1374 `_ +- Fix regression failing to detect future and past ``py##`` factors - by :user:`asottile` + `#1377 `_ +- Fix ``current_tox_py`` for ``pypy`` / ``pypy3`` - by :user:`asottile` + `#1378 `_ +- Honor environment markers in ``requires`` list - by :user:`asottile` + `#1380 `_ +- improve recreate check by allowing directories containing ``.tox-config1`` (the marker file created by tox) - by :user:`asottile` + `#1383 `_ +- Recognize correctly interpreters that have suffixes (like python3.7-dbg). + `#1415 `_ + + +Features +^^^^^^^^ + +- Add support for minor versions with multiple digits ``tox -e py310`` works for ``python3.10`` - by :user:`asottile` + `#1374 `_ +- Remove dependence on ``md5`` hashing algorithm - by :user:`asottile` + `#1384 `_ + + +Documentation +^^^^^^^^^^^^^ + +- clarify behaviour if recreate is set to false - by :user:`PJCampi` + `#1399 `_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- Fix relative URLs to files in the repo in ``.github/PULL_REQUEST_TEMPLATE.md`` — by :user:`webknjaz` + `#1363 `_ +- Replace ``importlib_metadata`` backport with ``importlib.metadata`` + from the standard library on Python ``3.8+`` - by :user:`hroncok` + `#1367 `_ +- Render the change fragment help on the ``docs/changelog/`` directory view on GitHub — by :user:`webknjaz` + `#1370 `_ + + v3.13.2 (2019-07-01) -------------------- diff --git a/docs/changelog/1363.misc.fix-broken-pr-template.rst b/docs/changelog/1363.misc.fix-broken-pr-template.rst deleted file mode 100644 index c30e6c4bd..000000000 --- a/docs/changelog/1363.misc.fix-broken-pr-template.rst +++ /dev/null @@ -1 +0,0 @@ -Fix relative URLs to files in the repo in ``.github/PULL_REQUEST_TEMPLATE.md`` — by :user:`webknjaz` diff --git a/docs/changelog/1367.misc.rst b/docs/changelog/1367.misc.rst deleted file mode 100644 index f1643f3c4..000000000 --- a/docs/changelog/1367.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Replace ``importlib_metadata`` backport with ``importlib.metadata`` -from the standard library on Python ``3.8+`` - by :user:`hroncok` diff --git a/docs/changelog/1370.misc.show-change-fragments-help.rst b/docs/changelog/1370.misc.show-change-fragments-help.rst deleted file mode 100644 index 03af261df..000000000 --- a/docs/changelog/1370.misc.show-change-fragments-help.rst +++ /dev/null @@ -1 +0,0 @@ -Render the change fragment help on the ``docs/changelog/`` directory view on GitHub — by :user:`webknjaz` diff --git a/docs/changelog/1374.bugfix.rst b/docs/changelog/1374.bugfix.rst deleted file mode 100644 index 4c052109f..000000000 --- a/docs/changelog/1374.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``PythonSpec`` detection of ``python3.10`` - by :user:`asottile` diff --git a/docs/changelog/1374.feature.rst b/docs/changelog/1374.feature.rst deleted file mode 100644 index 76707229a..000000000 --- a/docs/changelog/1374.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for minor versions with multiple digits ``tox -e py310`` works for ``python3.10`` - by :user:`asottile` diff --git a/docs/changelog/1377.bugfix.rst b/docs/changelog/1377.bugfix.rst deleted file mode 100644 index 2834b85b0..000000000 --- a/docs/changelog/1377.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression failing to detect future and past ``py##`` factors - by :user:`asottile` diff --git a/docs/changelog/1378.bugfix.rst b/docs/changelog/1378.bugfix.rst deleted file mode 100644 index f4ac64819..000000000 --- a/docs/changelog/1378.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``current_tox_py`` for ``pypy`` / ``pypy3`` - by :user:`asottile` diff --git a/docs/changelog/1380.bugfix.rst b/docs/changelog/1380.bugfix.rst deleted file mode 100644 index c7fdadf16..000000000 --- a/docs/changelog/1380.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Honor environment markers in ``requires`` list - by :user:`asottile` diff --git a/docs/changelog/1383.bugfix.rst b/docs/changelog/1383.bugfix.rst deleted file mode 100644 index 3445944ba..000000000 --- a/docs/changelog/1383.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -improve recreate check by allowing directories containing ``.tox-config1`` (the marker file created by tox) - by :user:`asottile` diff --git a/docs/changelog/1384.feature.rst b/docs/changelog/1384.feature.rst deleted file mode 100644 index ab6146ef4..000000000 --- a/docs/changelog/1384.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Remove dependence on ``md5`` hashing algorithm - by :user:`asottile` diff --git a/docs/changelog/1399.doc.rst b/docs/changelog/1399.doc.rst deleted file mode 100644 index dbb83cdeb..000000000 --- a/docs/changelog/1399.doc.rst +++ /dev/null @@ -1 +0,0 @@ -clarify behaviour if recreate is set to false - by :user:`PJCampi` diff --git a/docs/changelog/1415.bugfix.rst b/docs/changelog/1415.bugfix.rst deleted file mode 100644 index 89612be8f..000000000 --- a/docs/changelog/1415.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Recognize correctly interpreters that have suffixes (like python3.7-dbg).