14
0
forked from pool/python-flit

Accepting request 1274043 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.
- 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/1274043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=27
This commit is contained in:
2025-05-05 09:11:04 +00:00
committed by Git OBS Bridge
parent 7fd1f8577e
commit 3cb1aef754
4 changed files with 24 additions and 4 deletions

BIN
flit-3.10.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
flit-3.12.0.tar.gz (Stored with Git 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> Tue Jan 14 02:39:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-flit Name: python-flit
Version: 3.10.1 Version: 3.12.0
Release: 0 Release: 0
Summary: Simplified packaging of Python modules Summary: Simplified packaging of Python modules
License: BSD-3-Clause License: BSD-3-Clause