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

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 2 14:17:24 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- 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.
-------------------------------------------------------------------
Fri Mar 14 12:32:28 UTC 2025 - Markéta Machová <mmachova@suse.com>