HomeSoftware Heritage

pypi: Use BeautifulSoup for parsing HTML instead of xmltodict

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

pypi: Use BeautifulSoup for parsing HTML instead of xmltodict

xmltodict now raises an error while trying to parse the HTML content
of https://pypi.org/simple/ page.

So use BeautifulSoup HTML parser instead as it is aleady a requirement
of swh-lister and it does not fail parsing the PyPI HTML page.

Also drop no longer used xmltodict in requirements.

Details

Provenance
anlambertAuthored on Feb 5 2021, 2:17 PM
anlambertPushed on Feb 5 2021, 2:32 PM
Differential Revision
D5027: pypi: Use BeautifulSoup for parsing HTML instead of xmltodict
Build Status
Buildable 19039
Build 29507: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.