Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates importlib-metadata from 1.7.0 to 3.4.0.

Changelog

3.4.0

======

* 10: Project now declares itself as being typed.
* 272: Additional performance enhancements to distribution
discovery.
* 111: For PyPA projects, add test ensuring that
``MetadataPathFinder._search_paths`` honors the needed
interface. Method is still private.

3.3.0

======

* 265: ``EntryPoint`` objects now expose a ``.dist`` object
referencing the ``Distribution`` when constructed from a
Distribution.

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 #60

@pyup-bot pyup-bot closed this Feb 24, 2021
@leoschuch leoschuch deleted the pyup-update-importlib-metadata-1.7.0-to-3.4.0 branch February 24, 2021 02:33
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