Skip to content

Commit a063f66

Browse files
committed
Merge branch 'main' into symlinked-packages-work
2 parents 0023c15 + 4ebe490 commit a063f66

File tree

12 files changed

+125
-123
lines changed

12 files changed

+125
-123
lines changed

.flake8

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v6.6.0
2+
======
3+
4+
* #449: Expanded type annotations.
5+
6+
v6.5.1
7+
======
8+
9+
* python/cpython#103661: Removed excess error suppression in
10+
``_read_files_egginfo_installed`` and fixed path handling
11+
on Windows.
12+
113
v6.5.0
214
======
315

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
nitpick_ignore = [
6565
# Workaround for #316
6666
('py:class', 'importlib_metadata.EntryPoints'),
67+
('py:class', 'importlib_metadata.PackagePath'),
6768
('py:class', 'importlib_metadata.SelectableGroups'),
6869
('py:class', 'importlib_metadata._meta._T'),
6970
# Workaround for #435

0 commit comments

Comments
 (0)