./devel/py-packageurl, Purl aka. Package URL parser and builder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.16.0, Package name: py312-packageurl-0.16.0, Maintainer: pkgsrc-users

Python library to parse and build "purl" aka. Package URLs.


Master sites:

Filesize: 39.543 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-23 18:59:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-packageurl: updated to 0.16.0

0.16.0 (2024-10-22)

- Add support for Python 3.13.
- Drop support for Python 3.7.
- Improve support for 3 path segments NPM URLs in ``url2purl``.
   2024-07-28 13:53:10 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-packageurl: update to 0.15.6.

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.
  https://github.com/package-url/packageurl-python/pull/159
   2024-07-17 06:14:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-packageurl: updated to 0.15.4

0.15.4 (2024-07-15)

- Add ``with_package_url``, ``without_package_url``, and \ 
``order_by_package_url`` to the
  ``PackageURLQuerySetMixin`` contrib class.
   2024-07-14 15:08:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-packageurl: update to 0.15.3.

0.15.3 (2024-07-09)
-------------------

- Add support for namespace in ``build_npm_download_url``.
   2024-07-07 16:45:39 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-packageurl: update to 0.15.2.

0.15.2 (2024-07-04)
-------------------

- Update GitHub generated Download URL for maximum compatibility.
  https://github.com/package-url/packageurl-python/issues/157
   2024-06-14 17:16:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-packageurl: updated to 0.15.1

0.15.1 (2024-06-13)
- Add support for Composer in ``purl2url`` and ``url2purl``.
- Add an option for ``exact_match`` purl QuerySet lookups in the
  ``PackageURLQuerySetMixin.for_package_url``method.
   2024-03-17 15:06:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
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