From 39911d5d4167882e56ee926bc7390d43d2c21d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 16 Mar 2021 08:14:09 +0000 Subject: [PATCH] release 20.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .github/workflows/check.yml | 22 +++++++++++----------- docs/changelog.rst | 9 +++++++++ docs/changelog/2069.bugfix.rst | 1 - docs/changelog/2071.bugfix.rst | 1 - 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 docs/changelog/2069.bugfix.rst delete mode 100644 docs/changelog/2071.bugfix.rst diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1181b026e..f83eab3af 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,14 +15,14 @@ jobs: test: name: test ${{ matrix.py }} - ${{ matrix.os }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: - - ubuntu - - windows - - macos + - ubuntu-latest + - windows-latest + - macos-latest py: - 3.9 - 3.8 @@ -33,8 +33,8 @@ jobs: - 2.7 - pypy2 include: - - { os: macos, py: brew@py3 } - - { os: ubuntu, py: 3.4.10 } + - { os: macos-latest, py: brew@py3 } + - { os: "ubuntu-18.04", py: 3.4.10 } steps: - name: Install OS dependencies run: | @@ -101,13 +101,13 @@ jobs: check: name: ${{ matrix.tox_env }} - ${{ matrix.os }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: - - ubuntu - - windows + - ubuntu-latest + - windows-latest tox_env: - dev - docs @@ -115,8 +115,8 @@ jobs: - upgrade - zipapp exclude: - - { os: windows, tox_env: readme } - - { os: windows, tox_env: docs } + - { os: windows-latest, tox_env: readme } + - { os: windows-latest, tox_env: docs } steps: - uses: actions/checkout@v2 with: diff --git a/docs/changelog.rst b/docs/changelog.rst index d6b5bbd3b..407e66123 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.4.3 (2021-03-16) +-------------------- + +Bugfixes - 20.4.3 +~~~~~~~~~~~~~~~~~ +- Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` (`#2069 `_) +- Fix PyPy3 stdlib on Windows is incorrect - by :user:`gaborbernat`. (`#2071 `_) + + v20.4.2 (2021-02-01) -------------------- diff --git a/docs/changelog/2069.bugfix.rst b/docs/changelog/2069.bugfix.rst deleted file mode 100644 index 5fffce3eb..000000000 --- a/docs/changelog/2069.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat` diff --git a/docs/changelog/2071.bugfix.rst b/docs/changelog/2071.bugfix.rst deleted file mode 100644 index c8c87b35f..000000000 --- a/docs/changelog/2071.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix PyPy3 stdlib on Windows is incorrect - by :user:`gaborbernat`.