Skip to content

Releases: spdx/tools-python

v0.7.0-rc0

30 Nov 15:52
Compare
Choose a tag to compare
v0.7.0-rc0 Pre-release
Pre-release

First release candidate for the v0.7.0 release.
Release notes are to be reviewed and revised, the following is auto-generated by Github and is included to give a rough idea:

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0-rc0

v0.6.1

29 Jul 13:33
Compare
Choose a tag to compare
Version v0.6.1

v0.6.0

29 Jul 13:33
Compare
Choose a tag to compare
Version v0.6.0

Release v0.5.4: Minor new bug fixes and improvements

31 Jul 17:29
Compare
Choose a tag to compare

The main change with the previous releases is a bugfix for #27
Other changes are only internal (more tests) and cosmetics

v0.5.3

15 Jun 16:20
Compare
Choose a tag to compare

In this release:

  • the lists in RDF and tag/value formats are now really sorted always sorted prior to writing (to ensure a consistent sorting)
  • the order of some tag/value has changed for extracted licenses (the text comes last)
  • several other minor bugs and cleanups were applied.

It is also available on Pypi https://pypi.python.org/pypi/spdx-tools/

v0.5.2

15 Jun 13:37
Compare
Choose a tag to compare

In this release:

  • the write_document() method accepts a new validate flag to validate or not a doc before writing it
  • the lists in RDF and tag/value formats are always sorted prior to writing (to ensure a consistent sorting)
  • several other minor bugs and cleanups were applied.

It is also available on Pypi https://pypi.python.org/pypi/spdx-tools/