◐ Shell
clean mode source ↗

Replace pkg resources use by loqs · Pull Request #594 · html5lib/html5lib-python

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Conversation

@loqs

@loqs loqs commented

Mar 16, 2026

edited

Loading

Copy link Copy Markdown

loqs added 2 commits

March 17, 2026 18:30
Missing pkg_resources indicates setuptools 82 or newer which is more recent that than 18.5 so the version check using pkg_resources can safely be skipped.

@loqs loqs force-pushed the replace-pkg_resources-use branch from 6a82592 to 41f8aa0 Compare

March 17, 2026 18:30

@hroncok

hroncok commented

Mar 18, 2026

Copy link Copy Markdown

Contributor

Thank you.

@loqs

loqs commented

Mar 19, 2026

Copy link Copy Markdown

Author

@hroncok appveyor appears to be failing for two reasons:

  • py27-optional fails because "Microsoft Visual C++ 9.0" was removed from the "Visual Studio 2022" image which is needed to compile lxml-5.0.2.
  • py37-base and py37-optional fail because the Python 3.7 support was removed from the "Visual Studio 2022" image so tox can not run on it.

The py27-optional may be fixable by switching to the "Visual Studio 2015" image. Python 3.7 might require using a source build.

kdesysadmin pushed a commit to KDE/craft-blueprints-kde that referenced this pull request

Jun 10, 2026
patch taken from html5lib/html5lib-python#594
issue html5lib/html5lib-python#593

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>

mgallien added a commit to nextcloud/craft-blueprints-kde that referenced this pull request

Jun 10, 2026
patch taken from html5lib/html5lib-python#594
issue html5lib/html5lib-python#593

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

setuptools > 81 doesn't include pkg_resources

2 participants

@loqs @hroncok