Custom Query (1173 matches)
Results (25 - 27 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5595 | fixed | Pin current Python 2 dependencies at <= latest working version | ||
Description |
Our dependencies are rapidly dropping Python 2 support which, due to our loose specification of versions in setup.py, means Python 2 installation may break at any time. For some reason, Pip doesn't seem to figure this out properly in my experience. I suggest that for 0.10.0, the likely last Python 2 release, we pin the highest version for those dependencies to the latest Python 2 working versions, including dependencies of dependencies. |
|||
#5594 | fixed | Remove audio spectrograms (cleanup now unused code) | ||
Description |
Audio spectrograms don't work with Python 3 due due to a Python 2-only depedency on audiolab. The Python 2 code us unfortunately rather fragile though, which often results in bad experiences for people setting up MediaGoblin as well as bug reports. Given we'll soon be switching to Python 3-only, I propose we drop audio spectrograms entirely. This will result in a less attractive but more reliable system. See also #5457 for background. |
|||
#5593 | fixed | Update deployment docs for Debian 10 and Fedora 31 | ||
Description |
The deployment docs are a little out of date and need a full review. See
For Debian 10, we can refer to the For Fedora, we may want to make another Dockerfile to allow us to quickly verify that we have the list of dependencies correct. |