From ec5258f4ea5dabfc5cc1e9ed71f3e632b0b94e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:11:30 -0500 Subject: [PATCH 01/29] Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#102) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae7702a..020fc98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 - name: sign uses: sigstore/gh-action-sigstore-python@v2.1.0 From 3f8572e6c114527b16a617314b69a7b61248d065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:11:52 -0500 Subject: [PATCH 02/29] Bump actions/deploy-pages from 2.0.4 to 2.0.5 (#101) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 52a6cbb..e6baa60 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v2.0.4 + uses: actions/deploy-pages@v2.0.5 From 9afaf7a2eae8eb50aa15395a0a52f71ca486549a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:38:35 -0500 Subject: [PATCH 03/29] Bump actions/deploy-pages from 2.0.5 to 3.0.1 (#104) --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e6baa60..a5fc5a1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v2.0.5 + uses: actions/deploy-pages@v3.0.1 From 26cab3b2139b5664e2ea283e5e270aaf13f02c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:40:08 -0500 Subject: [PATCH 04/29] Bump actions/setup-python from 4 to 5 (#103) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/listgen.yml | 6 +++--- .github/workflows/release.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d78e0..ac19735 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} cache: pip @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" - name: lint diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a5fc5a1..67f1b92 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" cache: "pip" diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index 8c589a3..392d5ed 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: # NOTE: matrix.python is intentionally not used here. python-version: "3.x" @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} @@ -114,7 +114,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 020fc98..0fb0558 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.x" From 7dc04c0bf2958670375b5d371003f14d3efac0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:13:39 -0500 Subject: [PATCH 05/29] Bump sigstore/gh-action-sigstore-python from 2.1.0 to 2.1.1 (#107) Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fb0558..7900674 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.8.11 - name: sign - uses: sigstore/gh-action-sigstore-python@v2.1.0 + uses: sigstore/gh-action-sigstore-python@v2.1.1 with: inputs: ./dist/*.tar.gz ./dist/*.whl release-signing-artifacts: true From 7e64bb1e244c4ee20223ffb707c575471721648e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:13:23 -0500 Subject: [PATCH 06/29] Bump actions/download-artifact from 3 to 4 (#106) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/listgen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index 392d5ed..d858d40 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -58,7 +58,7 @@ jobs: with: python-version: ${{ matrix.python }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: pre-list-${{ matrix.python }} From e94efe275ea1afae8448c21191e0fbb93594cd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:47:55 -0500 Subject: [PATCH 07/29] Bump actions/deploy-pages from 3.0.1 to 4.0.2 (#109) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3.0.1 to 4.0.2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 67f1b92..209ae5f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v3.0.1 + uses: actions/deploy-pages@v4.0.2 From d10f20add39ff807f287260f44963a27a34bd0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:48:04 -0500 Subject: [PATCH 08/29] Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0 (#108) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 209ae5f..dc8b1c9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: make doc - name: upload docs artifact - uses: actions/upload-pages-artifact@v2.0.0 + uses: actions/upload-pages-artifact@v3.0.0 with: path: ./docs/_build/html/ From c03f3d454706cb666df7d04597e45bf39acb3f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:01:06 -0500 Subject: [PATCH 09/29] Bump actions/deploy-pages from 4.0.2 to 4.0.3 (#110) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dc8b1c9..a0004e3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v4.0.2 + uses: actions/deploy-pages@v4.0.3 From 02ff95a492caa5126a24edf598de98ee2b6578d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:03:52 -0500 Subject: [PATCH 10/29] Bump actions/upload-artifact from 3 to 4 (#105) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/listgen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index d858d40..366fb34 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -35,7 +35,7 @@ jobs: run: | ./env/bin/python ./support/fetch-sphinx.py "${LISTGEN_PYTHON_VERSION}" > pre-list.txt - name: upload pre-list - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pre-list-${{ matrix.python }} path: pre-list.txt From eff4a6e1df03e8ab50839a644a8db26c2ac484c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:01:34 +0100 Subject: [PATCH 11/29] Bump peter-evans/create-pull-request from 5 to 6 (#111) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/listgen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index 366fb34..46bf8be 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -87,7 +87,7 @@ jobs: - name: create PR if: ${{ !inputs.dry-run }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "[BOT] update list for ${{ matrix.python }}" branch: update-stdlib-list-${{ matrix.python }} @@ -142,7 +142,7 @@ jobs: - name: create PR if: ${{ !inputs.dry-run }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "[BOT] update list for ${{ matrix.python }}" branch: update-stdlib-list-${{ matrix.python }} From 58f7d1262bbce33254e52d374646d5c769d6700a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:27:55 -0500 Subject: [PATCH 12/29] Bump actions/deploy-pages from 4.0.3 to 4.0.4 (#112) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a0004e3..805d2e8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v4.0.3 + uses: actions/deploy-pages@v4.0.4 From 0b1cca87e542b080def652529cfcd4b822cf2e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:58:04 -0500 Subject: [PATCH 13/29] Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#114) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7900674..250fc2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.8.12 - name: sign uses: sigstore/gh-action-sigstore-python@v2.1.1 From 7dfd29f908e57d6f2938196d0af74bdbe7cc744b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:16:36 -0400 Subject: [PATCH 14/29] Bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 (#113) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 805d2e8..ed06ab1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: make doc - name: upload docs artifact - uses: actions/upload-pages-artifact@v3.0.0 + uses: actions/upload-pages-artifact@v3.0.1 with: path: ./docs/_build/html/ From 16119202b73adca8a40aae68f2776a2b850ac5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:17:33 +0000 Subject: [PATCH 15/29] Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#115) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.12...v1.8.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 250fc2d..2c51efb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.8.12 + uses: pypa/gh-action-pypi-publish@v1.8.14 - name: sign uses: sigstore/gh-action-sigstore-python@v2.1.1 From 31834db5dfe4efe52a4a2e00beff276925315428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:29:03 -0400 Subject: [PATCH 16/29] Bump actions/deploy-pages from 4.0.4 to 4.0.5 (#116) Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ed06ab1..823bc2e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v4.0.4 + uses: actions/deploy-pages@v4.0.5 From c3a45e824174fb298bba17cb3afb04c0ba9953a3 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 28 Apr 2024 18:00:19 +0300 Subject: [PATCH 17/29] chore(lint): address ruff deprecation warnings (#118) Signed-off-by: Mike Fiedler --- Makefile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 042a133..c1c13f6 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ $(VENV)/pyvenv.cfg: pyproject.toml lint: $(VENV)/pyvenv.cfg . $(VENV_BIN)/activate && \ black --check $(ALL_PY_SRCS) && \ - ruff $(ALL_PY_SRCS) && \ + ruff check $(ALL_PY_SRCS) && \ mypy $(PY_MODULE) .PHONY: reformat diff --git a/pyproject.toml b/pyproject.toml index 35aeab0..6021a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,6 @@ warn_unused_ignores = true line-length = 100 [tool.ruff] -select = ["E", "F", "I", "W", "UP"] +lint.select = ["E", "F", "I", "W", "UP"] target-version = "py37" line-length = 100 From 8cbc2067a4a0f9eee57fb541e4cd7727724b7db4 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 30 Apr 2024 10:15:56 -0400 Subject: [PATCH 18/29] docs: module inclusion policy (#119) * docs: module inclusion policy * module-policy: typo --- docs/conf.py | 1 + docs/index.rst | 1 + docs/module-policy.rst | 49 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 docs/module-policy.rst diff --git a/docs/conf.py b/docs/conf.py index 6ac7d2b..e9d5714 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,7 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.viewcode", + "sphinx.ext.intersphinx", ] html_theme = "furo" diff --git a/docs/index.rst b/docs/index.rst index fc8477f..cd5de4f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,6 +19,7 @@ Contents install usage + module-policy Indices and tables diff --git a/docs/module-policy.rst b/docs/module-policy.rst new file mode 100644 index 0000000..36425f3 --- /dev/null +++ b/docs/module-policy.rst @@ -0,0 +1,49 @@ +Module inclusion policy +======================= + +Python is a dynamic language with a complex module system, including +modules that are created only at runtime or appear on specific +supported platforms. + +This page exists to document ``stdlib-list``'s approach to module detection +and subsequent inclusion. It is not intended to be permanent, and may change +over time as Python itself changes (or our approach to module detection +improves). + +Current guiding rules +--------------------- + +* Missing top-level modules **are a bug**: if a new version of Python adds a new + top-level module, our failure to detect it should be considered a bug. + + Concretely: if ``examplemodule`` is present in Python 3.999, then it should be + included in the ``stdlib_list("3.999")`` listing. + +* Missing sub-modules are **best-effort**: if ``examplemodule`` contains + ``examplemodule.foo.bar.baz.deeply.nested``, we make a best-effort attempt + to detect each inner module but make no guarantee about doing so. + + Our rationale for this is that "stdlib-ness" is inherited from the parent + module, even when not explicitly listed. In other words: anything that matches + ``examplemodule.*`` is in the standard library by definition so long + as ``examplemodule`` is in the standard library. + +* Platform-specific modules are **best-effort**: ``stdlib-list`` is currently collected + from Linux builds of CPython. This means that Windows- and macOS-specific modules + (i.e., modules that aren't installed except for on those hosts) are not necessarily + included. + + This includes top-level modules. + +* Missing non-CPython modules are **not supported**: ``stdlib-list`` is implicitly + a list of CPython's standard library modules, which are expected to be mirrored + in other implementations of Python. + +* Psuedo-modules are **not supported**: Python sometimes makes use of + "pesudo-modules", i.e. namespaces placed into ``sys.modules`` that don't + pass :py:func:`inspect.ismodule`. We don't currently support these, since the + semantics for doing so are unclear. + See `stdlib-list#117 `__ + for additional details. + +If you have a scenario not covered by the rules above, please file an issue! From 38e61bb171ea51f1ea3f6bb29caeadb91bcccff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:02:34 -0400 Subject: [PATCH 19/29] Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#121) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c51efb..3c3901f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.9.0 - name: sign uses: sigstore/gh-action-sigstore-python@v2.1.1 From de96fa84f38f8fa0aa99ab93b19addeeb481b1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:58:10 -0400 Subject: [PATCH 20/29] Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 (#123) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c3901f..6996426 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.9.0 - name: sign - uses: sigstore/gh-action-sigstore-python@v2.1.1 + uses: sigstore/gh-action-sigstore-python@v3.0.0 with: inputs: ./dist/*.tar.gz ./dist/*.whl release-signing-artifacts: true From 851d75a334e6f5c9e95d63b67edcc7d8d204a3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:10:54 -0400 Subject: [PATCH 21/29] Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#124) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6996426..d7b4f45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.10.0 - name: sign uses: sigstore/gh-action-sigstore-python@v3.0.0 From e9f86b511735c16c4b5ea686292e8ecf1dc23271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:32:39 +0000 Subject: [PATCH 22/29] Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7b4f45..a2d95f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.10.0 + uses: pypa/gh-action-pypi-publish@v1.10.1 - name: sign uses: sigstore/gh-action-sigstore-python@v3.0.0 From bd349e2e72231bd314d836f4db61eb4e8a05ca96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:47:32 -0400 Subject: [PATCH 23/29] Bump peter-evans/create-pull-request from 6 to 7 (#125) --- .github/workflows/listgen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index 46bf8be..6a444ce 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -87,7 +87,7 @@ jobs: - name: create PR if: ${{ !inputs.dry-run }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "[BOT] update list for ${{ matrix.python }}" branch: update-stdlib-list-${{ matrix.python }} @@ -142,7 +142,7 @@ jobs: - name: create PR if: ${{ !inputs.dry-run }} - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "[BOT] update list for ${{ matrix.python }}" branch: update-stdlib-list-${{ matrix.python }} From 72f5abdb23ee2f99d49e9edd4278fcc947ab9d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:30:27 +0000 Subject: [PATCH 24/29] Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2d95f4..b260810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 - name: sign uses: sigstore/gh-action-sigstore-python@v3.0.0 From 6dba5d1084df4cf8f2f1ca556fb068e659de22b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:08:42 -0400 Subject: [PATCH 25/29] Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#128) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b260810..fe60130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: python -m build - name: publish - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@v1.10.3 - name: sign uses: sigstore/gh-action-sigstore-python@v3.0.0 From 66646fb6e3101e6be7c0cd86c322baa05cbb7967 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:32:19 +0100 Subject: [PATCH 26/29] [BOT] update list for 3.12 (#129) --- stdlib_list/lists/3.12.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib_list/lists/3.12.txt b/stdlib_list/lists/3.12.txt index 086bec8..5a5610d 100644 --- a/stdlib_list/lists/3.12.txt +++ b/stdlib_list/lists/3.12.txt @@ -86,6 +86,7 @@ _warnings _weakref _weakrefset _winapi +_wmi _zoneinfo abc aifc From d82ebd7eccd21b831a01b28573ddd5e306da93a3 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 15 Oct 2024 19:34:04 +0100 Subject: [PATCH 27/29] drop 3.7 and 3.8, prep for 3.13 (#131) --- .github/workflows/ci.yml | 3 +-- .github/workflows/listgen.yml | 1 + Makefile | 6 +++--- pyproject.toml | 8 ++------ 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac19735..935c879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,11 @@ jobs: strategy: matrix: python: - - "3.7" - - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" + - "3.13" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/listgen.yml b/.github/workflows/listgen.yml index 6a444ce..0c1bae0 100644 --- a/.github/workflows/listgen.yml +++ b/.github/workflows/listgen.yml @@ -108,6 +108,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" runs-on: ubuntu-latest diff --git a/Makefile b/Makefile index c1c13f6..e60821d 100644 --- a/Makefile +++ b/Makefile @@ -56,15 +56,15 @@ $(VENV)/pyvenv.cfg: pyproject.toml .PHONY: lint lint: $(VENV)/pyvenv.cfg . $(VENV_BIN)/activate && \ - black --check $(ALL_PY_SRCS) && \ + ruff format --check $(ALL_PY_SRCS) && \ ruff check $(ALL_PY_SRCS) && \ mypy $(PY_MODULE) .PHONY: reformat reformat: . $(VENV_BIN)/activate && \ - ruff --fix $(ALL_PY_SRCS) && \ - black $(ALL_PY_SRCS) + ruff check --fix $(ALL_PY_SRCS) && \ + ruff format $(ALL_PY_SRCS) .PHONY: test tests test tests: $(VENV)/pyvenv.cfg diff --git a/pyproject.toml b/pyproject.toml index 6021a19..2a019c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [] -requires-python = ">=3.7" +requires-python = ">=3.9" [project.urls] Homepage = "https://pypi.org/project/stdlib-list/" @@ -34,7 +34,7 @@ Documentation = "https://pypi.github.io/stdlib-list/" [project.optional-dependencies] test = ["pytest", "pytest-cov", "coverage[toml]"] -lint = ["black", "mypy", "ruff"] +lint = ["mypy", "ruff"] doc = ["sphinx", "furo"] dev = ["build", "stdlib-list[test,lint,doc]"] # CI only: used for list generation for Python versions < 3.10. @@ -57,10 +57,6 @@ warn_unreachable = true warn_unused_configs = true warn_unused_ignores = true -[tool.black] -line-length = 100 - [tool.ruff] lint.select = ["E", "F", "I", "W", "UP"] -target-version = "py37" line-length = 100 From 17054daea58e48be9cb001487aec3a53c487ec93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:43:12 +0100 Subject: [PATCH 28/29] [BOT] update list for 3.13 (#132) Co-authored-by: woodruffw <3059210+woodruffw@users.noreply.github.com> --- stdlib_list/lists/3.13.txt | 800 +++++++++++++++++++++++++++++++++++++ 1 file changed, 800 insertions(+) create mode 100644 stdlib_list/lists/3.13.txt diff --git a/stdlib_list/lists/3.13.txt b/stdlib_list/lists/3.13.txt new file mode 100644 index 0000000..d46e2f3 --- /dev/null +++ b/stdlib_list/lists/3.13.txt @@ -0,0 +1,800 @@ +__future__ +__main__ +_abc +_aix_support +_android_support +_ast +_asyncio +_bisect +_blake2 +_bz2 +_codecs +_codecs_cn +_codecs_hk +_codecs_iso2022 +_codecs_jp +_codecs_kr +_codecs_tw +_collections +_collections_abc +_colorize +_compat_pickle +_compression +_contextvars +_csv +_ctypes +_curses +_curses_panel +_datetime +_dbm +_decimal +_elementtree +_frozen_importlib +_frozen_importlib_external +_functools +_gdbm +_hashlib +_heapq +_imp +_interpchannels +_interpqueues +_interpreters +_io +_ios_support +_json +_locale +_lsprof +_lzma +_markupbase +_md5 +_multibytecodec +_multiprocessing +_opcode +_opcode_metadata +_operator +_osx_support +_overlapped +_pickle +_posixshmem +_posixsubprocess +_py_abc +_pydatetime +_pydecimal +_pyio +_pylong +_pyrepl +_pyrepl.__main__ +_pyrepl._minimal_curses +_pyrepl._threading_handler +_pyrepl.commands +_pyrepl.completing_reader +_pyrepl.console +_pyrepl.curses +_pyrepl.fancy_termios +_pyrepl.historical_reader +_pyrepl.input +_pyrepl.keymap +_pyrepl.main +_pyrepl.pager +_pyrepl.reader +_pyrepl.readline +_pyrepl.simple_interact +_pyrepl.trace +_pyrepl.types +_pyrepl.unix_console +_pyrepl.unix_eventqueue +_pyrepl.utils +_pyrepl.windows_console +_queue +_random +_scproxy +_sha1 +_sha2 +_sha3 +_signal +_sitebuiltins +_socket +_sqlite3 +_sre +_ssl +_stat +_statistics +_string +_strptime +_struct +_suggestions +_symtable +_sysconfig +_thread +_threading_local +_tkinter +_tokenize +_tracemalloc +_typing +_uuid +_warnings +_weakref +_weakrefset +_winapi +_wmi +_zoneinfo +abc +antigravity +argparse +array +ast +asyncio +asyncio.__main__ +asyncio.base_events +asyncio.base_futures +asyncio.base_subprocess +asyncio.base_tasks +asyncio.constants +asyncio.coroutines +asyncio.events +asyncio.exceptions +asyncio.format_helpers +asyncio.futures +asyncio.locks +asyncio.log +asyncio.mixins +asyncio.proactor_events +asyncio.protocols +asyncio.queues +asyncio.runners +asyncio.selector_events +asyncio.sslproto +asyncio.staggered +asyncio.streams +asyncio.subprocess +asyncio.taskgroups +asyncio.tasks +asyncio.threads +asyncio.timeouts +asyncio.transports +asyncio.trsock +asyncio.unix_events +asyncio.windows_events +asyncio.windows_utils +atexit +base64 +bdb +binascii +bisect +builtins +bz2 +cProfile +calendar +cmath +cmd +code +codecs +codeop +collections +collections.abc +colorsys +compileall +concurrent +concurrent.futures +concurrent.futures._base +concurrent.futures.process +concurrent.futures.thread +configparser +contextlib +contextvars +copy +copyreg +csv +ctypes +ctypes._aix +ctypes._endian +ctypes.macholib +ctypes.macholib.dyld +ctypes.macholib.dylib +ctypes.macholib.framework +ctypes.util +ctypes.wintypes +curses +curses.ascii +curses.has_key +curses.panel +curses.textpad +dataclasses +datetime +dbm +dbm.dumb +dbm.gnu +dbm.ndbm +dbm.sqlite3 +decimal +difflib +dis +doctest +email +email._encoded_words +email._header_value_parser +email._parseaddr +email._policybase +email.base64mime +email.charset +email.contentmanager +email.encoders +email.errors +email.feedparser +email.generator +email.header +email.headerregistry +email.iterators +email.message +email.mime +email.mime.application +email.mime.audio +email.mime.base +email.mime.image +email.mime.message +email.mime.multipart +email.mime.nonmultipart +email.mime.text +email.parser +email.policy +email.quoprimime +email.utils +encodings +encodings.aliases +encodings.ascii +encodings.base64_codec +encodings.big5 +encodings.big5hkscs +encodings.bz2_codec +encodings.charmap +encodings.cp037 +encodings.cp1006 +encodings.cp1026 +encodings.cp1125 +encodings.cp1140 +encodings.cp1250 +encodings.cp1251 +encodings.cp1252 +encodings.cp1253 +encodings.cp1254 +encodings.cp1255 +encodings.cp1256 +encodings.cp1257 +encodings.cp1258 +encodings.cp273 +encodings.cp424 +encodings.cp437 +encodings.cp500 +encodings.cp720 +encodings.cp737 +encodings.cp775 +encodings.cp850 +encodings.cp852 +encodings.cp855 +encodings.cp856 +encodings.cp857 +encodings.cp858 +encodings.cp860 +encodings.cp861 +encodings.cp862 +encodings.cp863 +encodings.cp864 +encodings.cp865 +encodings.cp866 +encodings.cp869 +encodings.cp874 +encodings.cp875 +encodings.cp932 +encodings.cp949 +encodings.cp950 +encodings.euc_jis_2004 +encodings.euc_jisx0213 +encodings.euc_jp +encodings.euc_kr +encodings.gb18030 +encodings.gb2312 +encodings.gbk +encodings.hex_codec +encodings.hp_roman8 +encodings.hz +encodings.idna +encodings.iso2022_jp +encodings.iso2022_jp_1 +encodings.iso2022_jp_2 +encodings.iso2022_jp_2004 +encodings.iso2022_jp_3 +encodings.iso2022_jp_ext +encodings.iso2022_kr +encodings.iso8859_1 +encodings.iso8859_10 +encodings.iso8859_11 +encodings.iso8859_13 +encodings.iso8859_14 +encodings.iso8859_15 +encodings.iso8859_16 +encodings.iso8859_2 +encodings.iso8859_3 +encodings.iso8859_4 +encodings.iso8859_5 +encodings.iso8859_6 +encodings.iso8859_7 +encodings.iso8859_8 +encodings.iso8859_9 +encodings.johab +encodings.koi8_r +encodings.koi8_t +encodings.koi8_u +encodings.kz1048 +encodings.latin_1 +encodings.mac_arabic +encodings.mac_croatian +encodings.mac_cyrillic +encodings.mac_farsi +encodings.mac_greek +encodings.mac_iceland +encodings.mac_latin2 +encodings.mac_roman +encodings.mac_romanian +encodings.mac_turkish +encodings.mbcs +encodings.oem +encodings.palmos +encodings.ptcp154 +encodings.punycode +encodings.quopri_codec +encodings.raw_unicode_escape +encodings.rot_13 +encodings.shift_jis +encodings.shift_jis_2004 +encodings.shift_jisx0213 +encodings.tis_620 +encodings.undefined +encodings.unicode_escape +encodings.utf_16 +encodings.utf_16_be +encodings.utf_16_le +encodings.utf_32 +encodings.utf_32_be +encodings.utf_32_le +encodings.utf_7 +encodings.utf_8 +encodings.utf_8_sig +encodings.uu_codec +encodings.zlib_codec +ensurepip +ensurepip.__main__ +ensurepip._uninstall +enum +errno +faulthandler +fcntl +filecmp +fileinput +fnmatch +fractions +ftplib +functools +gc +genericpath +getopt +getpass +gettext +glob +graphlib +grp +gzip +hashlib +heapq +hmac +html +html.entities +html.parser +http +http.client +http.cookiejar +http.cookies +http.server +idlelib +idlelib.__main__ +idlelib.autocomplete +idlelib.autocomplete_w +idlelib.autoexpand +idlelib.browser +idlelib.calltip +idlelib.calltip_w +idlelib.codecontext +idlelib.colorizer +idlelib.config +idlelib.config_key +idlelib.configdialog +idlelib.debugger +idlelib.debugger_r +idlelib.debugobj +idlelib.debugobj_r +idlelib.delegator +idlelib.dynoption +idlelib.editor +idlelib.filelist +idlelib.format +idlelib.grep +idlelib.help +idlelib.help_about +idlelib.history +idlelib.hyperparser +idlelib.idle +idlelib.idle_test +idlelib.idle_test.htest +idlelib.idle_test.mock_idle +idlelib.idle_test.mock_tk +idlelib.idle_test.template +idlelib.idle_test.test_autocomplete +idlelib.idle_test.test_autocomplete_w +idlelib.idle_test.test_autoexpand +idlelib.idle_test.test_browser +idlelib.idle_test.test_calltip +idlelib.idle_test.test_calltip_w +idlelib.idle_test.test_codecontext +idlelib.idle_test.test_colorizer +idlelib.idle_test.test_config +idlelib.idle_test.test_config_key +idlelib.idle_test.test_configdialog +idlelib.idle_test.test_debugger +idlelib.idle_test.test_debugger_r +idlelib.idle_test.test_debugobj +idlelib.idle_test.test_debugobj_r +idlelib.idle_test.test_delegator +idlelib.idle_test.test_editmenu +idlelib.idle_test.test_editor +idlelib.idle_test.test_filelist +idlelib.idle_test.test_format +idlelib.idle_test.test_grep +idlelib.idle_test.test_help +idlelib.idle_test.test_help_about +idlelib.idle_test.test_history +idlelib.idle_test.test_hyperparser +idlelib.idle_test.test_iomenu +idlelib.idle_test.test_macosx +idlelib.idle_test.test_mainmenu +idlelib.idle_test.test_multicall +idlelib.idle_test.test_outwin +idlelib.idle_test.test_parenmatch +idlelib.idle_test.test_pathbrowser +idlelib.idle_test.test_percolator +idlelib.idle_test.test_pyparse +idlelib.idle_test.test_pyshell +idlelib.idle_test.test_query +idlelib.idle_test.test_redirector +idlelib.idle_test.test_replace +idlelib.idle_test.test_rpc +idlelib.idle_test.test_run +idlelib.idle_test.test_runscript +idlelib.idle_test.test_scrolledlist +idlelib.idle_test.test_search +idlelib.idle_test.test_searchbase +idlelib.idle_test.test_searchengine +idlelib.idle_test.test_sidebar +idlelib.idle_test.test_squeezer +idlelib.idle_test.test_stackviewer +idlelib.idle_test.test_statusbar +idlelib.idle_test.test_text +idlelib.idle_test.test_textview +idlelib.idle_test.test_tooltip +idlelib.idle_test.test_tree +idlelib.idle_test.test_undo +idlelib.idle_test.test_util +idlelib.idle_test.test_warning +idlelib.idle_test.test_window +idlelib.idle_test.test_zoomheight +idlelib.idle_test.test_zzdummy +idlelib.idle_test.tkinter_testing_utils +idlelib.iomenu +idlelib.macosx +idlelib.mainmenu +idlelib.multicall +idlelib.outwin +idlelib.parenmatch +idlelib.pathbrowser +idlelib.percolator +idlelib.pyparse +idlelib.pyshell +idlelib.query +idlelib.redirector +idlelib.replace +idlelib.rpc +idlelib.run +idlelib.runscript +idlelib.scrolledlist +idlelib.search +idlelib.searchbase +idlelib.searchengine +idlelib.sidebar +idlelib.squeezer +idlelib.stackviewer +idlelib.statusbar +idlelib.textview +idlelib.tooltip +idlelib.tree +idlelib.undo +idlelib.util +idlelib.window +idlelib.zoomheight +idlelib.zzdummy +imaplib +importlib +importlib._abc +importlib._bootstrap +importlib._bootstrap_external +importlib.abc +importlib.machinery +importlib.metadata +importlib.metadata._adapters +importlib.metadata._collections +importlib.metadata._functools +importlib.metadata._itertools +importlib.metadata._meta +importlib.metadata._text +importlib.metadata.diagnose +importlib.readers +importlib.resources +importlib.resources._adapters +importlib.resources._common +importlib.resources._functional +importlib.resources._itertools +importlib.resources.abc +importlib.resources.readers +importlib.resources.simple +importlib.simple +importlib.util +inspect +io +ipaddress +itertools +json +json.decoder +json.encoder +json.scanner +json.tool +keyword +linecache +locale +logging +logging.config +logging.handlers +lzma +mailbox +marshal +math +mimetypes +mmap +modulefinder +msvcrt +multiprocessing +multiprocessing.connection +multiprocessing.context +multiprocessing.dummy +multiprocessing.dummy.connection +multiprocessing.forkserver +multiprocessing.heap +multiprocessing.managers +multiprocessing.pool +multiprocessing.popen_fork +multiprocessing.popen_forkserver +multiprocessing.popen_spawn_posix +multiprocessing.popen_spawn_win32 +multiprocessing.process +multiprocessing.queues +multiprocessing.reduction +multiprocessing.resource_sharer +multiprocessing.resource_tracker +multiprocessing.shared_memory +multiprocessing.sharedctypes +multiprocessing.spawn +multiprocessing.synchronize +multiprocessing.util +netrc +nt +ntpath +nturl2path +numbers +opcode +operator +optparse +os +os.path +pathlib +pathlib._abc +pathlib._local +pdb +pickle +pickletools +pkgutil +platform +plistlib +poplib +posix +posixpath +pprint +profile +pstats +pty +pwd +py_compile +pyclbr +pydoc +pydoc_data +pydoc_data.topics +pyexpat +pyexpat.errors +pyexpat.model +queue +quopri +random +re +re._casefix +re._compiler +re._constants +re._parser +readline +reprlib +resource +rlcompleter +runpy +sched +secrets +select +selectors +shelve +shlex +shutil +signal +site +smtplib +socket +socketserver +sqlite3 +sqlite3.__main__ +sqlite3.dbapi2 +sqlite3.dump +sre_compile +sre_constants +sre_parse +ssl +stat +statistics +string +stringprep +struct +subprocess +symtable +sys +sysconfig +sysconfig.__main__ +syslog +tabnanny +tarfile +tempfile +termios +textwrap +this +threading +time +timeit +tkinter +tkinter.__main__ +tkinter.colorchooser +tkinter.commondialog +tkinter.constants +tkinter.dialog +tkinter.dnd +tkinter.filedialog +tkinter.font +tkinter.messagebox +tkinter.scrolledtext +tkinter.simpledialog +tkinter.ttk +token +tokenize +tomllib +tomllib._parser +tomllib._re +tomllib._types +trace +traceback +tracemalloc +tty +turtle +turtledemo +turtledemo.__main__ +turtledemo.bytedesign +turtledemo.chaos +turtledemo.clock +turtledemo.colormixer +turtledemo.forest +turtledemo.fractalcurves +turtledemo.lindenmayer +turtledemo.minimal_hanoi +turtledemo.nim +turtledemo.paint +turtledemo.peace +turtledemo.penrose +turtledemo.planet_and_moon +turtledemo.rosette +turtledemo.round_dance +turtledemo.sorting_animate +turtledemo.tree +turtledemo.two_canvases +turtledemo.yinyang +types +typing +unicodedata +unittest +unittest.__main__ +unittest._log +unittest.async_case +unittest.case +unittest.loader +unittest.main +unittest.mock +unittest.result +unittest.runner +unittest.signals +unittest.suite +unittest.util +urllib +urllib.error +urllib.parse +urllib.request +urllib.response +urllib.robotparser +uuid +venv +venv.__main__ +warnings +wave +weakref +webbrowser +winreg +winsound +wsgiref +wsgiref.handlers +wsgiref.headers +wsgiref.simple_server +wsgiref.types +wsgiref.util +wsgiref.validate +xml +xml.dom +xml.dom.NodeFilter +xml.dom.domreg +xml.dom.expatbuilder +xml.dom.minicompat +xml.dom.minidom +xml.dom.pulldom +xml.dom.xmlbuilder +xml.etree +xml.etree.ElementInclude +xml.etree.ElementPath +xml.etree.ElementTree +xml.etree.cElementTree +xml.parsers +xml.parsers.expat +xml.sax +xml.sax._exceptions +xml.sax.expatreader +xml.sax.handler +xml.sax.saxutils +xml.sax.xmlreader +xmlrpc +xmlrpc.client +xmlrpc.server +zipapp +zipfile +zipfile.__main__ +zipfile._path +zipfile._path.glob +zipimport +zlib +zoneinfo +zoneinfo._common +zoneinfo._tzpath +zoneinfo._zoneinfo From 8bca33f5a6a16665a2582f5722f8298b9c46c2b0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 15 Oct 2024 19:47:34 +0100 Subject: [PATCH 29/29] bump version ranges to 3.13 (#133) --- README.md | 2 +- docs/index.rst | 2 +- stdlib_list/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fce91f3..eec317c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CI](https://github.com/pypi/stdlib-list/actions/workflows/ci.yml/badge.svg)](https://github.com/pypi/stdlib-list/actions/workflows/ci.yml) This package includes lists of all of the standard libraries for Python 2.6 -through 3.12. +through 3.13. **IMPORTANT**: If you're on Python 3.10 or newer, you **probably don't need this library**. See [`sys.stdlib_module_names`](https://docs.python.org/3/library/sys.html#sys.stdlib_module_names) diff --git a/docs/index.rst b/docs/index.rst index cd5de4f..d6ec838 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ stdlib-list =========== This package includes lists of all of the standard libraries for Python 2.6 -through 3.12. +through 3.13. .. note:: diff --git a/stdlib_list/__init__.py b/stdlib_list/__init__.py index 8118e8b..462a086 100644 --- a/stdlib_list/__init__.py +++ b/stdlib_list/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.10.0" +__version__ = "0.11.0" # Import all the things that used to be in here for backwards-compatibility reasons from .base import (