This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Commit e0efbe2
committed
pypi-importlib_resources: Autospec creation for update from version 6.4.5 to version 6.5.2
Anderson Bravalheri (1):
Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skeleton#150)
Avasam (1):
Fix an incompatibility (and source of merge conflicts) with projects using Ruff/isort.
Jason R. Coombs (26):
Remove workaround for sphinx-contrib/sphinx-lint#83
Allow the workflow to be triggered manually.
Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146)
Add workaround for broken importlib.resources when an editable sentinel is present.
Separate bpo from Python issue numbers.
gh-123994: Generate utf-16 file using little endian and BOM. (#123995)
👹 Feed the hobgoblins (delint).
Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151)
Include pyproject.toml in ruff.toml.
Require Python 3.9 or later now that Python 3.8 is EOL.
Use extend for proper workaround.
👹 Feed the hobgoblins (delint).
Remove unused imports.
Bump badge for 2025.
Re-enable type checks.
Apply import sort fixers from ruff.
Add type annotations for Traversable.open.
Remove Python 3.8 compatibility code.
Finalize
Consolidate MemoryTraversable._resolve.
Replace unreachable block with simple assertion. Fixes diffcov failure.
Add news fragment.
Finalize
Rely on Literal from stdlib.
Add news fragment.
Finalize
Kurt McKee (3):
Demonstrate python/cpython#127012
Catch `TraversalError`, raised by `Traversable.joinpath()`
Resolve a `TypeError` lurking in the `read_text()` functional API
Peter St. John (2):
Add typing-extensions as a dependency
Update pyproject.toml
Petr Viktorin (1):
gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-124131)1 parent 0047285 commit e0efbe2
5 files changed
Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments