You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypi-importlib_metadata: Autospec creation for update from version 7.1.0 to version 8.0.0
Adam Turner (1):
GH-109653: Defer import of ``importlib.metadata._adapters`` (python/cpython#109829)
Avasam (1):
Allow mypy on PyPy (jaraco/skeleton#111)
Bartosz Sławecki (2):
Add link to blog entry from jaraco/skeleton#115 above CI build matrix.
Move project metadata to `pyproject.toml` (jaraco/skeleton#122)
Dan Blanchard (4):
Add support for egg packages with files outside site-packages
Tweak test
Update importlib_metadata/__init__.py
Fix mypy failure that has nothing to do with this PR
Jason R. Coombs (23):
Re-enable ignoring of temporary merge queue branches. Closesjaraco/skeleton#103.
Fetch unshallow clones in readthedocs. Closesjaraco/skeleton#114.
Move Python 3.11 out of the test matrix.
Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112.
Pin against pytest 8.1.x due to pytest-dev/pytest#12194.
Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml.
Allow macos on Python 3.8 to fail as GitHub CI has dropped support.
Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.
Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support."
Rename extras to align with core metadata spec.
gh-120801: Update fixtures.
Finalize
Prefer "Source" to "Homepage" for the repository label.
Move _relative_to compatibility to a compat module.
Update wrapper to rely on 'relative_to(walk_up=True)' on Python 3.12 and compatibility wrapper on Python 3.11 and earlier.
Mark compat code as uncovered.
Revert "Fix mypy failure that has nothing to do with this PR"
Remove additional method in SimplePath.
Add news fragment
Finalize
Removed deprecated support for Distribution subclasses not implementing abstract methods.
Message.__getitem__ now raises a KeyError on missing keys.
Finalize
0 commit comments