- Add support for Python 3.12 https://github.com/package-url/packageurl-python/pull/135
0.13.0
-------------------
- Revert changes from https://github.com/package-url/packageurl-python/pull/115/ In above PR we dropped namespaces for a golang purl and stored whole namespace and name in name itself, which was further discussed again and decided we will like to keep namespace back.
0.12.0
-------------------
- Modified `PackageURL.from_string` to properly handle golang purls. https://github.com/package-url/packageurl-python/pull/115/
- Improve support for PyPI URLs in `url2purl`. https://github.com/package-url/packageurl-python/pull/128
- Return the "gem" type instead of "rubygems" for "https://rubygems.org/" URLs in `url2purl`. The `pkg:rubygems/` purls are backward-compatible in `purl2url`. https://github.com/package-url/packageurl-python/pull/114/
0.11.3
--------------------
- Add support for GitLab "/archive/" URLs in `url2purl`. https://github.com/package-url/packageurl-python/issues/133
0.11.2
--------------------
- Remove deprecated `purl_to_lookups` and `without_empty_values` import compatibility from `packageurl.contrib.django.models`. Replace those functions import using `packageurl.contrib.django.utils`. - Add download purl2url support for bitbucket and gitlab.
0.11.1
-------------------
- Add support for the golang type in `purl2url.get_repo_url()` 107