Path to this page:
./
devel/py-packageurl,
Purl aka. Package URL parser and builder
Branch: CURRENT,
Version: 0.16.0,
Package name: py312-packageurl-0.16.0,
Maintainer: pkgsrc-usersPython library to parse and build "purl" aka. Package URLs.
Master sites:
Filesize: 39.543 KB
Version history: (Expand)
- (2024-10-23) Updated to version: py312-packageurl-0.16.0
- (2024-07-28) Updated to version: py311-packageurl-0.15.6
- (2024-07-17) Updated to version: py311-packageurl-0.15.4
- (2024-07-14) Updated to version: py311-packageurl-0.15.3
- (2024-07-07) Updated to version: py311-packageurl-0.15.2
- (2024-06-14) Updated to version: py311-packageurl-0.15.1
CVS history: (Expand)
2024-03-17 15:06:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-packageurl: update to 0.15.0.
0.15.0 (2024-03-12)
-------------------------
- Add support to get PackageURL from ``go_package`` or
go module ``name version`` string as seen in a go.mod file.
- Add cran ecosystem support for url2purl
|
2024-03-03 12:47:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-packageurl: update to 0.14.0.
0.14.0 (2024-02-29)
-------------------
- Add support for getting golang purl from go import.
https://github.com/nexB/purldb/issues/259
- Fix the "gem" type in the README docs.
https://github.com/package-url/packageurl-python/pull/114
|
2024-01-11 11:18:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-packageurl: updated to 0.13.4
0.13.4 (2024-01-08)
- Improve support for SourceForge URLs in `url2purl`.
|
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
|