-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Local Package Identifiers not currently supported in Gitea #21683
Labels
Comments
Also as a note, to quickly make a version that matches you can do the following:
|
lafriks
pushed a commit
that referenced
this issue
Nov 7, 2022
Fixes #21683 Co-authored-by: Lunny Xiao <[email protected]>
Racer159
pushed a commit
to Racer159/gitea
that referenced
this issue
Nov 8, 2022
Backport (go-gitea#21690) Fixes go-gitea#21683 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: KN4CK3R <[email protected]>
Racer159
pushed a commit
to Racer159/gitea
that referenced
this issue
Nov 8, 2022
Backport (go-gitea#21690) Fixes go-gitea#21683 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: KN4CK3R [email protected]
lunny
added a commit
that referenced
this issue
Nov 9, 2022
Backport (#21690) Fixes #21683 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: KN4CK3R <[email protected]>
lunny
added a commit
that referenced
this issue
Nov 9, 2022
Backport (#21690) Fixes #21683 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: KN4CK3R <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
When running Gitea as a private PyPi package registry there may be packages that do not match the canonical public version and instead use a local version identifier as outlined in PEP-0440. An example of this could be an internally forked version of
certify
https://pypi.org/project/certifi/#files that includes custom CAs specific to that organization.When attempting to use these packages with Gitea it will return a 400 Bad Request with "invalid name or version"
Gitea Version
1.17.3
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
https://gist.github.com/Racer159/8aa895f1ffd62fb56d567d26e812c973
Screenshots
Git Version
2.38.0
Operating System
popOS 22.04
How are you running Gitea?
For this testing/log locally off of the main branch, but in production it is inside of the official Gitea chart, specifically version 6.0.3.
Database
SQLite
The text was updated successfully, but these errors were encountered: