forked from pool/python-flit-core
Factory #1
Reference in New Issue
Block a user
Delete Branch "factory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Update to 3.11.0 * 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 in produced packages is now version 2.4, to support the expanded license information. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=50* Support for license expressions using the AND and OR operators. * Recognise __version__: str = "0.1" annotated assignments when finding the version number. * Clear error message when referring to a license file in a parent directory, which is not supported. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=52