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
Please describe the issue that you are experiencing
There is a bug that must have been introduced in 5.1.0 in the repository url parsing.
Concretely, the function get_repository_from_config looses the port information when a username is provided.
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
Is there an existing issue for this?
What keywords did you use to search existing issues?
get_repository_from_config, port
What operating system are you using?
Linux
If you selected 'Other', describe your Operating System here
No response
What version of Python are you running?
How did you install twine? Did you use your operating system's package manager or pip or something else?
$ pip install twine
What version of twine do you have installed (include the complete output)
twine version 5.1.0 (importlib-metadata: 7.1.0, keyring: 25.2.1, pkginfo: 1.10.0, requests: 2.31.0, requests-toolbelt: 1.0.0, urllib3: 2.2.1)
Which package repository are you using?
A private one hosted with https://pypi.org/project/pypiserver/, behind an apache server enforcing basicauth.
Please describe the issue that you are experiencing
There is a bug that must have been introduced in 5.1.0 in the repository url parsing.
Concretely, the function
get_repository_from_config
looses the port information when a username is provided.The expected behaviour:
The current behaviour:
Please list the steps required to reproduce this behaviour
Just test the given examples
Anything else you'd like to mention?
No response
The text was updated successfully, but these errors were encountered: