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:
BIN
flit-3.10.1.tar.gz
(Stored with Git LFS)
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
BIN
flit-3.12.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user