From d3f9abe2063df7facf1622eb6ad5fcee8cab17d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 3 Nov 2024 10:00:34 +0100 Subject: [PATCH] PEP 639 is provisional, no longer a draft (cherry picked from commit beceb2c94b5f6fc07f5051f51f862f9ac7f86132) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4967930..ac08e4c 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ However, in Fedora packages, always list executables explicitly to avoid uninten `%pyproject_save_files` can automatically mark license files with `%license` macro and language (`*.mo`) files with `%lang` macro and appropriate language code. Only license files declared via [PEP 639] `License-File` field are detected. -[PEP 639] is still a draft and can be changed in the future. +[PEP 639] is still provisional and can be changed in the future. It is possible to use the `-l` flag to declare that a missing license should terminate the build or `-L` (the default) to explicitly disable this check. Packagers are encouraged to use the `-l` flag when the `%license` file is not manually listed in `%files`