google-api-python-client icon indicating copy to clipboard operation
google-api-python-client copied to clipboard

pypi source distribution name changed dashes to underscores with 2.137.0

Open akrherz opened this issue 1 year ago • 2 comments

I apologize if this something that changed with pypi, but I'm noticing that the source distribution name on pypi changed

Release Filename
2.136.0 google-api-python-client-2.136.0.tar.gz
2.137.0 google_api_python_client-2.137.0.tar.gz

akrherz avatar Jul 14 '24 15:07 akrherz

In https://github.com/googleapis/google-api-python-client/pull/2430/files, we updated the dependencies of packages used in the release script.

setuptools 69.2.0 -> setuptools 70.2.0 twine 4.0.2 -> twine 5.1.1

It's likely related to the upgrade in #2430. There was likely a change upstream in twine or setuptools. We expect to see dashes, rather than underscores as that is what we have in setup.py

https://github.com/googleapis/google-api-python-client/blob/7cb6f0b71b9ecde8144b0fab3ea8d36c5dd94441/setup.py#L63

parthea avatar Jul 15 '24 16:07 parthea

2.138.0 used underscores as well, I am fine with closing this if this is how it will remain going forward :)

akrherz avatar Jul 25 '24 18:07 akrherz