Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates importlib-metadata from 1.7.0 to 3.2.0.

Changelog

3.2.0

======

* The object returned by ``metadata()`` now has a
formally-defined protocol called ``PackageMetadata``
with declared support for the ``.get_all()`` method.
Fixes 126.

3.1.1

======

3.1.0

======

* Merge with 2.1.0.

3.0.0

======

* Require Python 3.6 or later.

2.1.1

======

* 261: Restored compatibility for package discovery for
metadata without version in the name and for legacy
eggs.

2.1.0

======

* 253: When querying for package metadata, the lookup
now honors
`package normalization rules <https://packaging.python.org/specifications/recording-installed-packages/>`_.

2.0.0

======

* ``importlib_metadata`` no longer presents a
``__version__`` attribute. Consumers wishing to
resolve the version of the package should query it
directly with
``importlib_metadata.version('importlib-metadata')``.
Closes 71.
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #43

@pyup-bot pyup-bot closed this Dec 14, 2020
@leoschuch leoschuch deleted the pyup-update-importlib-metadata-1.7.0-to-3.2.0 branch December 14, 2020 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants