2024-01-05 18:47:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-packageurl: updated to 0.13.3
0.13.3 (2024-01-04)
- Improve support for SourceForge URLs in `url2purl`.
|
2024-01-05 13:07:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-packageurl: updated to 0.13.2
0.13.2 (2024-01-04)
- Improve support for SourceForge URLs in `url2purl`.
|
2023-12-14 14:18:35 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-packageurl: updated to 0.13.1
0.13.1 (2023-12-11)
- Add support for Python 3.12
|
2023-12-11 12:00:49 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-packageurl: updated to 0.13.0
0.13.0 (2023-12-08)
- Revert changes from
https://github.com/package-url/packageurl-python/pull/115/
|
2023-12-11 10:58:22 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-packageurl: update to 0.12.0.
0.12.0 (2023-12-08)
-------------------
- 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 (2023-12-08)
--------------------
- Add support for GitLab "/archive/" URLs in `url2purl`.
https://github.com/package-url/packageurl-python/issues/133
|
2023-08-03 10:03:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-packageurl: updated to 0.11.2
0.11.2 (2022-07-25)
--------------------
- 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.
|
2023-04-04 13:27:38 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-packageurl: updated to 0.11.1
0.11.1 (2022-03-24)
- Add support for the golang type in `purl2url.get_repo_url()`
0.11.0rc1 (2022-12-29)
- Apply typing
- Add support for Python 3.11
- Fix minor typos
- Drop Python 3.6
|
2022-10-18 10:52:52 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-packageurl: updated to 0.10.4
0.10.4 (2022-10-17)
-------------------
- Refactor the purl2url functions and utilities
- 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
This allow to infer valid URLs in the context of purl2url.
|
2022-09-16 15:05:04 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-packageurl: updated to 0.10.3
0.10.3 (2022-09-15)
-------------------
- Fix named arguments in purl_to_lookups.
0.10.2 (2022-09-15)
-------------------
- Add encode option in purl_lookups 94
(`purl_to_lookups`, `without_empty_values` is moved from \
packageurl.contrib.django.models
to packageurl.contrib.django.utils)
|
2022-09-14 13:01:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-packageurl: updated to 0.10.1
0.10.1 (2022-08-02)
- Add ability to filter objects with EMPTY purls in PackageURLFilter
|