Skip to content

Commit e7254ec

Browse files
committed
Fixup some files that should not be changed
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 27eb1ca commit e7254ec

File tree

11 files changed

+45
-9
lines changed

11 files changed

+45
-9
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
5-
- pre-commit-ci
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
name: ${{ env.dists-artifact-name }}
4545
path: dist/
4646
- name: 🚀 Publish to PyPI
47-
uses: pypa/gh-action-pypi-publish@v1.12.3
47+
uses: pypa/gh-action-pypi-publish@v1.13.0
4848
with:
4949
attestations: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace

docs/changelog.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.35.1 (2025-10-09)
9+
---------------------
10+
11+
Bugfixes - 20.35.1
12+
~~~~~~~~~~~~~~~~~~
13+
- Patch get_interpreter to handle missing cache and app_data - by :user:`esafak` (:issue:`2972`)
14+
- Fix backwards incompatible changes to ``PythonInfo`` - by :user:`gaborbernat`. (:issue:`2975`)
15+
16+
v20.35.0 (2025-10-08)
17+
---------------------
18+
19+
Features - 20.35.0
20+
~~~~~~~~~~~~~~~~~~
21+
- Add AppData and Cache protocols to discovery for decoupling - by :user:`esafak`. (:issue:`2074`)
22+
- Ensure python3.exe and python3 on Windows for Python 3 - by :user:`esafak`. (:issue:`2774`)
23+
24+
Bugfixes - 20.35.0
25+
~~~~~~~~~~~~~~~~~~
26+
- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`)
27+
- Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`)
28+
29+
v20.34.0 (2025-08-13)
30+
---------------------
31+
32+
Features - 20.34.0
33+
~~~~~~~~~~~~~~~~~~
34+
- Abstract out caching in discovery - by :user:`esafak`.
35+
Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`.
36+
Remove references to py_info in FileCache - by :user:`esafak`.
37+
Decouple discovery from creator plugins - by :user:`esafak`.
38+
Decouple discovery by duplicating info utils - by :user:`esafak`. (:issue:`2074`)
39+
- Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`)
40+
41+
Bugfixes - 20.34.0
42+
~~~~~~~~~~~~~~~~~~
43+
- Upgrade embedded wheel pip to ``25.2`` from ``25.1.1`` - by :user:`gaborbernat`. (:issue:`2333`)
44+
- Accept RuntimeError in `test_too_many_open_files`, by :user:`esafak` (:issue:`2935`)
45+
- Python in PATH takes precedence over uv-managed python. Contributed by :user:`edgarrmondragon`. (:issue:`2952`)
46+
847
v20.33.1 (2025-08-05)
948
---------------------
1049

docs/changelog/2333.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2774.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2932.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2944.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2952.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2978.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Revert out changes related to the extraction of the discovery module - by :user:`gaborbernat`.

0 commit comments

Comments
 (0)