From 6e0bbcedb51736eb3fba260bc29af07e3219e1d9 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Tue, 7 Jul 2020 16:34:40 +0100 Subject: [PATCH] release 20.0.26 --- docs/changelog.rst | 18 ++++++++++++++++++ docs/changelog/1880.bugfix.rst | 1 - docs/changelog/1883.bugfix.rst | 8 -------- docs/changelog/1885.bugfix.rst | 1 - docs/changelog/1887.bugfix.rst | 1 - 5 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 docs/changelog/1880.bugfix.rst delete mode 100644 docs/changelog/1883.bugfix.rst delete mode 100644 docs/changelog/1885.bugfix.rst delete mode 100644 docs/changelog/1887.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 926b9ed50..d543d6bd3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,24 @@ Release History .. towncrier release notes start +v20.0.26 (2020-07-07) +--------------------- + +Bugfixes - 20.0.26 +~~~~~~~~~~~~~~~~~~ +- Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. (`#1880 `_) +- Improve periodic update handling: + + - better logging output while running and enable logging on background process call ( + ``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug behaviour inline) + - fallback to unverified context when querying the PyPi for release date, + - stop downloading wheels once we reach the embedded version, + + by :user:`gaborbernat`. (`#1883 `_) +- Do not print error message if the application exists with ``SystemExit(0)`` - by :user:`gaborbernat`. (`#1885 `_) +- Upgrade embedded setuptools from ``47.3.1`` to ``49.1.0`` for Python ``3.5+`` - by :user:`gaborbernat`. (`#1887 `_) + + v20.0.25 (2020-06-23) --------------------- diff --git a/docs/changelog/1880.bugfix.rst b/docs/changelog/1880.bugfix.rst deleted file mode 100644 index 11c95a079..000000000 --- a/docs/changelog/1880.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. diff --git a/docs/changelog/1883.bugfix.rst b/docs/changelog/1883.bugfix.rst deleted file mode 100644 index f5f3670f4..000000000 --- a/docs/changelog/1883.bugfix.rst +++ /dev/null @@ -1,8 +0,0 @@ -Improve periodic update handling: - -- better logging output while running and enable logging on background process call ( - ``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug behaviour inline) -- fallback to unverified context when querying the PyPi for release date, -- stop downloading wheels once we reach the embedded version, - -by :user:`gaborbernat`. diff --git a/docs/changelog/1885.bugfix.rst b/docs/changelog/1885.bugfix.rst deleted file mode 100644 index 6f7c9da21..000000000 --- a/docs/changelog/1885.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not print error message if the application exists with ``SystemExit(0)`` - by :user:`gaborbernat`. diff --git a/docs/changelog/1887.bugfix.rst b/docs/changelog/1887.bugfix.rst deleted file mode 100644 index 388f37a43..000000000 --- a/docs/changelog/1887.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools from ``47.3.1`` to ``49.1.0`` for Python ``3.5+`` - by :user:`gaborbernat`.