15
0
forked from pool/python-flit

Accepting request 1274383 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1274383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit?expand=0&rev=14
This commit is contained in:
2025-05-07 17:14:34 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 4 deletions

Binary file not shown.

BIN
flit-3.12.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri May 2 14:35:23 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.
- 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.
-------------------------------------------------------------------
Tue Jan 14 02:39:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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