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

remove requirement for setuptools.pkg_resources #5845

Merged
merged 30 commits into from
Nov 1, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a73a78a
remove requirement for setuptools.pkg_resources
marscher Oct 7, 2021
9d14a01
doh
marscher Oct 7, 2021
6104a05
doh2
marscher Oct 7, 2021
d500090
doh3, no reraise for fallback version number
marscher Oct 7, 2021
7537b33
black formatting
marscher Oct 7, 2021
4dcc371
ordering
marscher Oct 7, 2021
2fc6537
all this lifetime wasted by fucking linting tools
marscher Oct 7, 2021
b482d68
precommit
marscher Oct 7, 2021
b2f1ad2
unconditionally depend on importlib-metadata [ci skip]
marscher Oct 27, 2021
25cb017
follow up
marscher Oct 27, 2021
9666401
import import_libmeta (unconditionally); rename pkg_entrypoints
marscher Oct 27, 2021
becf45e
Revert "unconditionally depend on importlib-metadata [ci skip]"
marscher Oct 27, 2021
a21485b
first try importlib.metadata (stdlib), then fallback to importlib_met…
marscher Oct 27, 2021
2310041
linting
marscher Oct 27, 2021
7ab694f
minor [ci skip]
marscher Oct 27, 2021
60b4237
broad exception clause?
marscher Oct 28, 2021
6a377ac
use importlib.resources read_binary to read html formatting files
marscher Oct 28, 2021
a9e695f
update changelog [ci skip]
marscher Oct 28, 2021
0ea3d65
Merge branch 'main' into remove_pkgresources
marscher Oct 28, 2021
e69e073
Update doc/whats-new.rst
marscher Oct 28, 2021
efc0bdb
Update doc/whats-new.rst
keewis Oct 28, 2021
5883ff8
remove setuptools from the minimum dependencies
keewis Oct 28, 2021
833b1cd
remove setuptools from the min deps CI and the installing docs
keewis Oct 28, 2021
d602190
ignore setuptools
keewis Oct 28, 2021
aeeb89f
decode the loaded resources
keewis Oct 28, 2021
5348287
add importlib_metadata to the list of dependencies
keewis Oct 28, 2021
4d2cc88
__init__: no no-redef
marscher Oct 29, 2021
dbd8108
Merge branch 'main' into remove_pkgresources
dcherian Oct 29, 2021
5ca4a94
Revert "__init__: no no-redef"
dcherian Oct 29, 2021
28c8485
[skip-ci] Update doc/getting-started-guide/installing.rst
dcherian Oct 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into remove_pkgresources
marscher authored Oct 28, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0ea3d658ce10fd15ea56c80098ee61840dc7655b
6 changes: 5 additions & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
@@ -120,8 +120,12 @@ Internal Changes
dask versions of functions when acting on dask arrays, instead relying numpy
and dask's adherence to NEP-18 to dispatch automatically. (:pull:`5571`)
By `Tom Nicholas <https://github.com/TomNicholas>`_.
- Add an ASV benchmark CI and improve performance of the benchmarks (:pull:`5796`)
By `Jimmy Westling <https://github.com/illviljan>`_.
- Use importlib to replace functionality of pkg_resources as
version setting and loading of resources. (:pull:`5845`)
version setting and loading of resources. (:pull:`5845`).
By _`Martin K. Scherer <https://github.com/marscher>`_.


.. _whats-new.0.19.0:

You are viewing a condensed version of this merge commit. You can view the full changes here.