-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
4.8 release missing from PyPI #685
Comments
@rachmadaniHaryono can you please upload the latest? |
@rachmadaniHaryono is out for a while. I tried to upload the package and seeing this error:
@LeXofLeviafan any ideas? |
He made a fork of the stale flask-reverse-proxy-fix package but never published it to PyPI. The current policy is that if you want a dependency in a PyPI package, it has to be published on PyPI as well. (That's what generally happens to years-old stale packages: someone releases a fork and begins maintaining it, while others gradually migrate to it.) This topic had been raised a few times before, including here (unfortunately neither of their repos have issues tabs enabled, so this is the most adequate option we've got for such a discussion). There has been no response since February though (and no activity on pull-requests in this repo from him either, incidentally), so there's no telling how long it may take to deal with this issue. |
Is there a way to work around the dependency? Otherwise, can we drop the feature that requires it? |
The dependency itself appears to be implementing a workaround for a bug(?) in the Flask implementation of reverse-proxy support. AFAIK it's a fork of a (no longer maintained) PyPI package which fixes a bug in it (and I'm guessing this fix is important for bukuserver, and is likely implemented for its sake). I'm not sure how much importance does the reverse-proxy support hold for most bukuserver users (me, I don't care much since I'm not hosting it on any server), but I'm guessing you could do something like this:
|
How about the opposite? Remove reverse proxy support from the default branch and have a local branch |
I mean, that's a temporary workaround – normally you'd want the "full" version to be the go-to option (except for where it's simply not usable). And there's no reason to have such a temporary workaround in the primary commits history. Doing it the other way around sounds like basically dropping support for what might be a crucial feature for a WebUI… (unless the user knows there had been support for it and takes the effort to find out if there's still an up-to-date version that doesn't discard it somewhere in the repo instead of just thinking it's dropped for good, which sounds like quite a stretch TBH) |
Ok, just chiming in with the same request, that I actually made a year ago, and came back here to check in on. Thanks for wrestling with it. |
Indeed 4.8 is missing. buku 4.7.1 is the latest release |
[#685] included flask-reverse-proxy-fix into the package
Please use v4.9 which is the latest release and available in PyPi. |
I'm updating
buku
in Homebrew at Homebrew/homebrew-core#129347, and I noticed the release is missing from PyPI. Was this intentional?The text was updated successfully, but these errors were encountered: