pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.59k stars 305 forks source link

Preserve ports when munging repository URLs #1112

Closed sigmavirus24 closed 3 months ago

sigmavirus24 commented 3 months ago

When repository URLs were altered to remove user information, we did not preserve the port. This fixes that by using the better library for munging the URL and adds tests to ensure no regression.

Closes #1111