14
0

Accepting request 1274032 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.

OBS-URL: https://build.opensuse.org/request/show/1274032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=52
This commit is contained in:
2025-05-02 15:01:04 +00:00
committed by Git OBS Bridge
parent a398e29006
commit 9e46710d74
4 changed files with 14 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ ExclusiveArch: do-not-build
%endif
%{?sle15_python_module_pythons}
Name: %{pprefix}-flit-core%{?psuffix}
Version: 3.11.0
Version: 3.12.0
Release: 0
Summary: Distribution-building parts of Flit
License: BSD-3-Clause AND MIT