Fix PEP number typo
This commit is contained in:
parent
4b32bbb939
commit
a39d658f0f
@ -212,7 +212,7 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856
|
|||||||
- Use %%py3_test_envvars in %%tox when available
|
- Use %%py3_test_envvars in %%tox when available
|
||||||
|
|
||||||
* Mon Sep 19 2022 Python Maint <python-maint@redhat.com> - 1.4.0-1
|
* 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
|
- Fixes: rhbz#2127946
|
||||||
- %%pyproject_check_import: Import only the modules whose top-level names
|
- %%pyproject_check_import: Import only the modules whose top-level names
|
||||||
match any of the globs provided to %%pyproject_save_files
|
match any of the globs provided to %%pyproject_save_files
|
||||||
|
@ -345,7 +345,7 @@ def classify_paths(
|
|||||||
}
|
}
|
||||||
|
|
||||||
license_files = metadata.get_all('License-File')
|
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.
|
# setuptools was the first known build backend to implement License-File.
|
||||||
# Unfortunately they don't put licenses to the license directory (yet):
|
# Unfortunately they don't put licenses to the license directory (yet):
|
||||||
# https://github.com/pypa/setuptools/issues/3596
|
# https://github.com/pypa/setuptools/issues/3596
|
||||||
|
Loading…
Reference in New Issue
Block a user