Accepting request 1253078 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1253078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=20
This commit is contained in:
2025-03-17 21:16:26 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7
size 42842

BIN
flit_core-3.11.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 14 12:32:28 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

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