Skip to content

Releases: ftpsolutions/python-third-party-license-file-generator

2024.8.23

23 Aug 04:49
Compare
Choose a tag to compare

Fixes:

Fixed parsing the license from a package's metadata when generated via pyproject.toml Issue PR

Fixed parsing the license from a package's PyPI website. PR

PyPI release

2023.2.22

22 Feb 14:08
Compare
Choose a tag to compare

This releases provides a fix for Ubuntu 22.04 containers storing their Python packages at dist-packages rather than site-packages; apparently it's a Debian thing.

Here's the commit that fixes it.

Here's the release on PyPI.

E.g.:

pip install third-party-license-file-generator==2023.2.22

2022.3.1

01 Mar 03:07
Compare
Choose a tag to compare

Theme: Fix PyYAML>=6.0.0 breaking change to yaml.load interface (see this issue on the PyYAML repo)

Available on PyPI at https://pypi.org/project/third-party-license-file-generator/2022.3.1/

Thx @j-b-d for the PR

2022.2.18

18 Feb 02:46
Compare
Choose a tag to compare

Theme: Loosening some versions in the pip requirements

Available on PyPI at https://pypi.org/project/third-party-license-file-generator/2022.2.18/

Thx @dave-v for the PR!

2021.4.23

23 Apr 04:48
Compare
Choose a tag to compare

Updating dependencies- it all still blends for Py2 and Py3

2020.12.1

01 Dec 04:55
Compare
Choose a tag to compare

Updated requests and PyYAML in response to pip's recent strictness.

See: https://pypi.org/project/third-party-license-file-generator/2020.12.1/

2020.7.19

18 Aug 07:47
Compare
Choose a tag to compare

2020.7.18

18 Aug 03:40
Compare
Choose a tag to compare

Thanks to @andzn for the following PRs:

And thanks to @fredvisser for the reviews.

Release is up on PyPI at https://pypi.org/project/third-party-license-file-generator/2020.7.18/

2019.10

25 Oct 08:44
Compare
Choose a tag to compare

Added windows support. Thanks @fredvisser !

2018.6

25 Oct 08:31
Compare
Choose a tag to compare
Add support for license override config file in YAML, fix bug with wa…