forked from pool/python-flit
Accepting request 1274043 from home:nkrapp:branches:devel:languages:python
- Update to 3.12.0 * 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. - 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/request/show/1274043 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=27
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-flit
|
||||
Version: 3.10.1
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: Simplified packaging of Python modules
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user