Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

registry.py: migrate deprecated pkg_resources#145

Open
hseg wants to merge 1 commit intoxlcnd:devfrom
hseg:patch-1
Open

registry.py: migrate deprecated pkg_resources#145
hseg wants to merge 1 commit intoxlcnd:devfrom
hseg:patch-1

Conversation

Copy link

hseg commented Oct 29, 2024

As noted in https://setuptools.pypa.io/en/latest/pkg_resources.html, pkg_resources is deprecated. We were only using it for iter_entry_points anyway, which has been moved to importlib.metadata:entry_points

Changes proposed in this pull request:

  • Replace pkg_resources:iter_entry_points by importlib.metadata:entry_points

@xlcnd

KenjiTakahashi, dotlambda, and jghauser reacted with thumbs up emoji
As noted in https://setuptools.pypa.io/en/latest/pkg_resources.html,
pkg_resources is deprecated. We were only using it for iter_entry_points anyway,
which has been moved to importlib.metadata:entry_points
hseg requested a review from xlcnd as a code owner October 29, 2024 14:04
Copy link

KenjiTakahashi commented Dec 26, 2024

FYI: Since 3.12, pkg_resources is no longer part of stdlib and setuptools are not a part of the standard Python distribution either. Means that to be able to use isbnlib one needs to pip install setuptools first.

hseg mentioned this pull request Jun 9, 2025
4 tasks
Copy link

pierreay commented Jun 14, 2025

Hello. Two years without any commit. Is isbnlib still maintained?

alexfikl mentioned this pull request Aug 14, 2025
Copy link

rerowep commented Oct 8, 2025

Could you please merge this PR?

Copy link

hans-fritz-pommes commented Nov 6, 2025 *
edited
Loading

Did you see the time of the last contribution of xlcnd and their profile?
I fear they fell in Putin - Ukraine war...

hans-fritz-pommes added a commit to hans-fritz-pommes/isbnlib that referenced this pull request Jan 22, 2026
Copy link

hans-fritz-pommes commented Jan 31, 2026

I have created a fork and am now trying to maintain it.
https://github.com/hans-fritz-pommes/isbnlib
You can install it with pip install isbnlib2.
Maybe remove isbnlib before.
The module name is the same - your code will run the same way.

hseg mentioned this pull request Mar 2, 2026
hans-fritz-pommes mentioned this pull request Mar 4, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

xlcnd Awaiting requested review from xlcnd xlcnd is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants