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
|
2022-07-13 21:42:31 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-packageurl: does not support python 2
|
2022-07-11 13:53:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-packageurl: updated to 0.10.0
0.10.0
Upgrade virtualenv.pyz to latest version
Replace Travis CI by GitHub Actions
Add black to the CI and apply formatting on whole codebase
Improve url2purl support for nom URLs
Improve url2purl support for rubygems.org URLs
|
2022-04-14 22:39:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-packageurl: updated to 0.9.9
0.9.9 (2022-02-15)
------------------
- Update version to be semver compliant. No changes to the code have been made.
|
2022-02-12 19:08:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-packageurl: updated to 0.9.8.1
0.9.8.1
- Fix generic sourceforge PackageURL generation
0.9.8
- Do not create a generic PackageURL for URLs without a path in url2purl
- Use project name as the Package name when creating generic sourceforge PackageURLs
- Update PyPI route pattern in url2purl to handle different file name formats
- Create generic PackageURL for code.google.com archive URLs
- Capture more download types for bitbucket URLs
|
2022-02-08 09:52:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-packageurl: updated to 0.9.7
0.9.7 (2022-02-07)
------------------
- Create a generic PackageURL for URLs that do not fit existing routes in url2purl
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-07 19:02:14 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-packageurl: import py-packageurl-0.9.6
Python library to parse and build "purl" aka. Package URLs.
|