Bump importlib-metadata from 4.13.0 to 6.2.0
Bumps importlib-metadata from 4.13.0 to 6.2.0.
Changelog
Sourced from importlib-metadata's changelog.
v6.2.0
- #384:
PackageMetadata
now stipulates an additionalget
method allowing for easy querying of metadata keys that may not be present.v6.1.0
- #428:
packages_distributions
now honors packages and modules with Python modules that not.py
sources (e.g..pyc
,.so
).v6.0.1
- #434: Expand protocol for
PackageMetadata.get_all
to match the upstream implementation ofemail.message.Message.get_all
in python/typeshed#9620.v6.0.0
#419: Declared
Distribution
as an abstract class, enforcing definition of abstract methods in instantiated subclasses. It's no longer possible to instantiate aDistribution
or any subclasses unless they define the abstract methods.Please comment in the issue if this change breaks any projects. This change will likely be rolled back if it causes significant disruption.
v5.2.0
- #371: Deprecated expectation that
PackageMetadata.__getitem__
will returnNone
for missing keys. In the future, it will raise aKeyError
.v5.1.0
- #415: Instrument
SimplePath
with generic support.v5.0.0
Commits
-
4df89f1
Merge pull request #444 from dimbleby/metadata-get -
15fffb8
Update changelog. -
73c1385
add .get() to the PackageMetadata protocol -
700f2c7
Merge https://github.com/jaraco/skeleton -
66e8e9b
Merge pull request #432 from FFY00/gh-428 -
df7824b
Restore logic for parts. -
6610368
Extract variable for optional names. -
a3c066d
Remove long-line comment. -
56aee03
Add missing modules to packages_distributions -
109f8c0
jaraco/skeleton#76
- Additional commits viewable in compare view