Skip to content

Fix python-build for PEP 625#988

Merged
dralley merged 1 commit into
pulp:mainfrom
ggainey:pep_625_fix
Oct 20, 2025
Merged

Fix python-build for PEP 625#988
dralley merged 1 commit into
pulp:mainfrom
ggainey:pep_625_fix

Conversation

@ggainey
Copy link
Copy Markdown
Contributor

@ggainey ggainey commented Oct 20, 2025

This change addresses the deprecation PyPi warned us about:

"In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625. Any source distributions already uploaded will remain in place as-is and do not need to be updated.

Specifically, your recent upload of 'pulp_container-client-2.26.3.tar.gz' is incompatible with PEP 625 because the filename does not contain the normalized project name 'pulp_container_client'."

This change addresses the deprecation PyPi warned us about:

"In the future, PyPI will require all newly uploaded source distribution filenames to
comply with PEP 625. Any source distributions already uploaded will remain in place as-is
and do not need to be updated.

Specifically, your recent upload of 'pulp_container-client-2.26.3.tar.gz' is incompatible
with PEP 625 because the filename does not contain the normalized project name
'pulp_container_client'."
@dralley dralley merged commit bbcff34 into pulp:main Oct 20, 2025
18 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants