Ashley Sommer

Results 330 comments of Ashley Sommer

@mr-c Are you able to please rebase your PR against the new changes in the `main` branch, you will no longer need the `python >= 3.9` conditionals in the pyproject.toml.

Closing because https://github.com/RDFLib/rdflib/pull/2974 and https://github.com/RDFLib/rdflib/pull/2973 fix this.

@mgorny Thanks for raising this. The old `html5lib` module is deprecated, and should not be used in new releases, hence the shift to `html5lib-modern`. Indeed it is unfortunate that pip...

The reason for moving away from `html5lib` to `html5lib-modern` was actually for the benefit of distro packagers who were trying to package RDFlib. We had two different packagers reach out...

I believe the other distros have removed old html5lib entirely, and done something like `Install-Provides: html5lib` when packaging html5lib-modern.

@mgorny See below for my solution to resolve this, but first I admit I'm confused on some aspects of the conversation above, I need you to explain the exact issue...

@mgorny Thanks for the detailed explanation, that is clearer to me now. It didn't occur to me that programs would be checking the metadata of their installed dependencies like that,...

I already made this update manually