Skip to content

Releases: package-url/packageurl-python

v0.13.2

04 Jan 20:55
Compare
Choose a tag to compare
Tag v0.13.2

v0.13.1

13 Dec 04:02
Compare
Choose a tag to compare
Tag v0.13.1

v0.13.0

11 Dec 04:56
307e4b4
Compare
Choose a tag to compare
Tag v0.13.0

v0.12.0

08 Dec 07:29
Compare
Choose a tag to compare
Tag v0.12.0

v0.11.3

08 Dec 05:44
7b1f4c4
Compare
Choose a tag to compare

What's Changed

  • Add support for GitLab "/archive/" URLs in url2purl #133 by @tdruez in #134

Full Changelog: v0.11.2...v0.11.3

v0.11.2

08 Dec 05:44
0d33368
Compare
Choose a tag to compare
Merge pull request #126 from TG1999/prep_release_0.11.2

0.11.1 (March 24 2023)

24 Mar 17:41
Compare
Choose a tag to compare

What's Changed

  • Add support for the golang type in purl2url.get_repo_url() #107

Full Changelog: v0.11.0rc1...v0.11.1

v0.11.0rc1

29 Dec 10:34
905c89b
Compare
Choose a tag to compare
v0.11.0rc1 Pre-release
Pre-release

This is a major release that drops supports for Python 3.6, adds support for Python 3.11 and adds typing.

What's Changed

New Contributors

Full Changelog: v0.10.5rc1...v0.11.0rc1

0.10.5rc1 (2022-12-28)

28 Dec 18:35
4f35d31
Compare
Choose a tag to compare
Pre-release

This is a minor bug fix release.

  • Fixed PackageURL.from_string to properly handle npm purls with namespace.

What's Changed

Full Changelog: v0.10.4...v0.10.5rc1

0.10.4 (Oct 17 2022)

17 Oct 07:33
Compare
Choose a tag to compare
  • Refactor the purl2url functions and utilities #42

    • Split purl2url into get_repo_url() and get_download_url() returning
      accordingly a "Repository URL" and a "Download URL".
    • A new get_inferred_urls function is available to get return all
      inferred URLs (repository and download) values.
    • Add support in purl2url for npm, pypi, hackage, and nuget.
    • Package URL qualifiers can now be provided to purl_from_pattern().
    • The download_url qualifier is returned in get_download_url() when available.
  • Usage of purl2url.purl2url and purl2url.get_url is still available for
    backward compatibility but should be migrated to purl2url.get_repo_url.

  • Include the version_prefix ("v" or "V") as a qualifier in build_github_purl #42
    This allow to infer valid URLs in the context of purl2url.