Path to this page:
Subject: CVS commit: pkgsrc/devel/py-flit
From: Thomas Klausner
Date: 2025-02-23 18:58:45
Message id: 20250223175845.B93D2FBE1@cvs.NetBSD.org
Log Message:
py-flit: update to 3.11.0.
Version 3.11
------------
- Support for SPDX license expressions and multiple license files, as detailed
in :pep:`639`::
license = "BSD-3-Clause"
license-files = ["LICENSE"]
For now, only a single license identifier is allowed. More complex expressions
describing multiple licenses & expressions may be supported in a future
version.
- The `metadata format \
<https://packaging.python.org/en/latest/specifications/core-metadata/>`_
in produced packages is now version 2.4, to support the expanded license
information.
Files: