Skip to content

v2.5.1

Compare
Choose a tag to compare
@proycon proycon released this 18 Sep 14:02
· 11 commits to master since this release

Features:

  • python: support "homepage" and "documentation" fields from pyproject.toml, limited support for "readme" too
  • python:parse maintainers from pyproject.toml #44
  • npm: support 'maintainers' field in package.json #44
  • updated to latest codemeta crosswalks (proper v3 compatibility is coming in the next codemetapy release)

Bugfixes:

  • python: fix incorrect parsing of versions from dependencies if e.g. extras are stated to be installed #42
  • npm: ensure url is retained for all contributors #45
  • ensure lists are always sorted in some way so output is deterministic #39
  • we eagerly turn literals into resources when they exist in our graph; exempt certain properties like 'url' from this behaviour #46