Skip to content

Commit

Permalink
py-packageurl: update to 0.15.6.
Browse files Browse the repository at this point in the history
0.15.6 (2024-07-25)
-------------------

- Refine support for GitHub /archive/refs/tags/ URLs in ``url2purl``.
  The whole tag is now captured as the version.
  This allows to properly reconstruct valid URLs in ``purl2url``.

0.15.5 (2024-07-24)
-------------------

- Capture the whole git tag as the version for GutHub URL in ``url2purl`` instead of
  adding a version_prefix qualifier.
  Note that the version_prefix qualifier is still supported in ``purl2url`` for
  backward compatibility.
  package-url/packageurl-python#159
  • Loading branch information
0-wiz-0 committed Jul 28, 2024
1 parent d035ce7 commit 479fd5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-packageurl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.24 2024/07/17 04:14:20 adam Exp $
# $NetBSD: Makefile,v 1.25 2024/07/28 11:53:10 wiz Exp $

DISTNAME= packageurl_python-0.15.4
DISTNAME= packageurl_python-0.15.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_python//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/packageurl-python/}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-packageurl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.22 2024/07/17 04:14:20 adam Exp $
$NetBSD: distinfo,v 1.23 2024/07/28 11:53:10 wiz Exp $

BLAKE2s (packageurl_python-0.15.4.tar.gz) = 426b0d9af9ae338055c5e67d66979e1c1c34e672f3b914aa6ab16c54c6d4dfbf
SHA512 (packageurl_python-0.15.4.tar.gz) = 7f315c78f435d0ce8f8a4fef0ef69d82acd582bdc87f8ec302797abf4fb48e9fe14220a9d5f54d2ec8dfd56324b6a91f69d80b488027fded3c80de8b493ebd1c
Size (packageurl_python-0.15.4.tar.gz) = 40050 bytes
BLAKE2s (packageurl_python-0.15.6.tar.gz) = 25f609ae5ab8160bde292788c6f10f20e9a92b31c8c7c01830469272ff7f189d
SHA512 (packageurl_python-0.15.6.tar.gz) = e7d104519ea25d4dce40a2028496abeaa02c0c7b4816b8286d019d8aada4755bafc2a17f8a151b4bc68d52fec561c798ed202341a3b77b3ca7f537a6b3494a28
Size (packageurl_python-0.15.6.tar.gz) = 40253 bytes

0 comments on commit 479fd5b

Please sign in to comment.