Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not escape space between PyPI repository url and package name… (#23981) #24008

Merged
merged 1 commit into from
Apr 8, 2023

Commits on Apr 8, 2023

  1. fix: do not escape space between PyPI repository url and package name… (

    go-gitea#23981)
    
    …; add trailing slash to PyPI repository URL (in accordance to PEP-503)
    
    This should solve Issue go-gitea#23980, by moving the space in front of the
    package name and the package name out of the `gitea-origin-url` block.
    It also adds a trailing slash to the PyPI repository URL in accordance
    to [Python PEP-503](https://peps.python.org/pep-0503/).
    
    Co-authored-by: Lunny Xiao <[email protected]>
    2 people authored and Linux User committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    d0039a7 View commit details
    Browse the repository at this point in the history