[DC-1546] TDR Python Client - [PyPI] Address deprecation notice for 'data-repo-client' #2018
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira ticket: https://broadworkbench.atlassian.net/browse/DC-1546
Addresses
In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625. The data-repo-client is incompatible with PEP 625 because it does not contain the normalized project name 'data_repo_client'.
Summary of changes
change name of python client to match PEP 625 naming convention
Testing Strategy
run publish python client on PR temporarily, see run: https://github.com/DataBiosphere/jade-data-repo/actions/runs/18102588627/job/51509100999 the run failed because this release already exists but the client was generated successfully and with the correct compliant name
"Uploading data_repo_client-2.321.0.tar.gz" - this name is compliant with PEP 625
Notification requirements
Once this goes into effect I will notify the TDR channel of this change