You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local version identifiers
[...]
Source distributions using a local version identifier SHOULD provide the python.integrator extension metadata (as defined in PEP 459).
However, I couldn't find any (still relevant) instructions for python.integrator. PEP 459 says
This PEP depends on PEP 426, which has itself been withdrawn. See the PEP Withdrawal section in that PEP for details.
In the meantime, metadata extensions will continue to be handled as they have been for past
Does that mean, python.integrator should not be used, and the hint in version specifiers is outdated and should be removed?
This looks like a cycle of outdated documents that refer to each other as being the future. Or am I missing something?
The text was updated successfully, but these errors were encountered:
chrysle
changed the title
Is the recommendation to use metadata pytest.integrator for local versions outdated?
Is the recommendation to use metadata python.integrator for local versions outdated?
Feb 20, 2024
Does that mean, python.integrator should not be used, and the hint in version specifiers is outdated and should be removed?
Looks like that should be done, yes.
This looks like a cycle of outdated documents that refer to each other as being the future. Or am I missing something?
Normally, if a packaging PEP is considered stable and is transferred to PyPUG (this guide), it will be marked as "historical" on the Python PEPs page and maintenance is handed over to the guide editors.
The last section in https://packaging.python.org/en/latest/specifications/version-specifiers/#local-version-identifiers says
However, I couldn't find any (still relevant) instructions for
python.integrator
. PEP 459 saysDoes that mean,
python.integrator
should not be used, and the hint in version specifiers is outdated and should be removed?If yes, similar references to metadata should be removed in other documents too. E.g. https://packaging.python.org/en/latest/specifications/core-metadata/ says
while PEP 566 itself says
This looks like a cycle of outdated documents that refer to each other as being the future. Or am I missing something?
The text was updated successfully, but these errors were encountered: