14
0

Accepting request 1253060 from home:mcalabkova:branches:devel:languages:python

Should go with Sphinx

- 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/1253060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=50
This commit is contained in:
2025-03-14 13:12:58 +00:00
committed by Git OBS Bridge
parent 7ede68be5a
commit a398e29006
4 changed files with 18 additions and 4 deletions

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>