-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace html5lib with html5rdf, make it an optional dependency (#2951)
* Revert previous commit that made html support non-optional. html support is now optional again, and it uses html5rdf rather than html5lib/html5lib-modern. * Revert "Auxiliary commit to revert individual files from 18d1d70" This reverts commit 6f80ad9cd2cc4b76ff4e1bc0998951768aff7573. * Add html5lib-modern back into dockerfile dependencies so the docker image can be built with the released rdflib v7.1.0 * Reformat test file again. * lxml is not actually required for operation of html5rdf * Fix differences in compariston of XML and HTML nodes when html5rdf is used vs when it is not used. * Add correct type hint to _XML_COMPARABLE variable. * Fix logic in using non-ill-typed XML literals for comparison
- Loading branch information
1 parent
4afa455
commit 638a867
Showing
10 changed files
with
90 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is used for building a docker image of the latest rdflib release. It | ||
# will be updated by dependabot when new releases are made. | ||
rdflib==7.1.0 | ||
html5rdf==1.2.0 | ||
# html5lib-modern is required to allow the Dockerfile to build on with pre-RDFLib-7.1.1 releases. | ||
html5lib-modern==1.2.0 | ||
# isodate is required to allow the Dockerfile to build on with pre-RDFLib-7.1 releases. | ||
isodate==0.7.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters