Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update importlib-metadata to 7.1.0 #442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates importlib-metadata from 0.23 to 7.1.0.

Changelog

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.

1.7.0

======

* ``PathNotFoundError`` now has a custom ``__str__``
mentioning "package metadata" being missing to help
guide users to the cause when the package is installed
but no metadata is present. Closes 124.

1.6.1

======

* Added ``Distribution._local()`` as a provisional
demonstration of how to load metadata for a local
package. Implicitly requires that
`pep517 <https://pypi.org/project/pep517>`_ is
installed. Ref 42.
* Ensure inputs to FastPath are Unicode. Closes 121.
* Tests now rely on ``importlib.resources.files`` (and
backport) instead of the older ``path`` function.
* Support any iterable from ``find_distributions``.
Closes 122.

1.6.0

======

* Added ``module`` and ``attr`` attributes to ``EntryPoint``

1.5.2

======

* Fix redundant entries from ``FastPath.zip_children``.
Closes 117.

1.5.1

======

* Improve reliability and consistency of compatibility
imports for contextlib and pathlib when running tests.
Closes 116.

1.5.0

======

* Additional performance optimizations in FastPath now
saves an additional 20% on a typical call.
* Correct for issue where PyOxidizer finder has no
``__module__`` attribute. Closes 110.

1.4.0

======

* Through careful optimization, ``distribution()`` is
3-4x faster. Thanks to Antony Lee for the
contribution. Closes 95.

* When searching through ``sys.path``, if any error
occurs attempting to list a path entry, that entry
is skipped, making the system much more lenient
to errors. Closes 94.

1.3.0

======

* Improve custom finders documentation. Closes 105.

1.2.0

======

* Once again, drop support for Python 3.4. Ref 104.

1.1.3

======

* Restored support for Python 3.4 due to improper version
compatibility declarations in the v1.1.0 and v1.1.1
releases. Closes 104.

1.1.2

======

* Repaired project metadata to correctly declare the
``python_requires`` directive. Closes 103.

1.1.1

======

* Fixed ``repr(EntryPoint)`` on PyPy 3 also. Closes 102.

1.1.0

======

* Dropped support for Python 3.4.
* EntryPoints are now pickleable. Closes 96.
* Fixed ``repr(EntryPoint)`` on PyPy 2. Closes 97.

1.0.0

======

* Project adopts semver for versioning.

* Removed compatibility shim introduced in 0.23.

* For better compatibility with the stdlib implementation and to
avoid the same distributions being discovered by the stdlib and
backport implementations, the backport now disables the
stdlib DistributionFinder during initialization (import time).
Closes 91 and closes 100.
Links

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.

None yet

1 participant