From 2fa9ff9c53baf22bc5c31e6014777518ca2d4a8e Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 27 Feb 2025 13:44:24 +0100 Subject: [PATCH] PEP 639 is now accepted, remove the note about its provisional status (cherry picked from Fedora commit b2862d315fcd9244dae83c01df3f3c099e235227) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8e2dd5d..91a759d 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,6 @@ Otherwise, at least one module-glob argument is required. `%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 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`