letsbuilda/letsbuilda-pypi

Return the version when available from the RSS feeds

Closed this issue · 0 comments

Right now, when parsing the RSS feeds, anything after the first space is discarded, but we would like to keep the version from the updated packages feed.

title=data.get("title").split()[0],