#415 Fix PEP number typo
Merged 9 months ago by churchyard. Opened 9 months ago by carlwgeorge.
rpms/ carlwgeorge/pyproject-rpm-macros pep-number-fix  into  rawhide

file modified
+1 -1
@@ -212,7 +212,7 @@ 

  - Use %%py3_test_envvars in %%tox when available

  

  * Mon Sep 19 2022 Python Maint <python-maint@redhat.com> - 1.4.0-1

- - %%pyproject_save_files: Support License-Files installed into the *Root License Directory* from PEP 369

+ - %%pyproject_save_files: Support License-Files installed into the *Root License Directory* from PEP 639

  - Fixes: rhbz#2127946

  - %%pyproject_check_import: Import only the modules whose top-level names

    match any of the globs provided to %%pyproject_save_files

file modified
+1 -1
@@ -345,7 +345,7 @@ 

      }

  

      license_files = metadata.get_all('License-File')

-     license_directory = distinfo / 'licenses'  # See PEP 369 "Root License Directory"

+     license_directory = distinfo / 'licenses'  # See PEP 639 "Root License Directory"

      # setuptools was the first known build backend to implement License-File.

      # Unfortunately they don't put licenses to the license directory (yet):

      #     https://github.com/pypa/setuptools/issues/3596

no initial comment

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/c8ba2ce672784b6497c2fba530173d55

Pull-Request has been merged by churchyard

9 months ago