qutebrowser/misc
Jimmy fa232daa10 try to pin markupsafe for 3.6
Hopefully that works. This was confusing. Grepping for 3.6 to see how
other places pin it there were a bunch of normal pins in .txt files and
then some comment-but-actually-instruction comments in the -raw files.
There is a readme in the requirements folder but it just says what
instructions are allowed. Not why you would want to add them, seems to
very high cognitive load setup.
Trying to run the recompile_requirements.py script it did some stuff
then quit because it couldn't find python3.7. Yeah I don't have that
installed. It doesn't try to use pyenv or anything, just runs venv
expecting you have everything installed?
Turns out you take the name of the requirements file you added the
instructions to (eq requirements-test.txt-raw -> test) and run it with
that as argument. The requirements file you modify should be the highest
level one that mentions the requirement you want to pin.

Anyway I edited the qutebrowser.text-raw one because that seems like the
main one and it mentions MarkupSafe (because of jinja2?) and ran
`scripts/dev/recompile_requirements qutebrowser` in my existing venv.
Lets see what the CI thinks.

Also got lots of `pkg_resources==0.0.0` in a bunch of requirements files
which seems problematic.
2022-02-21 21:16:41 +13:00
..
apparmor update apparmor profile 2020-10-19 15:39:21 +02:00
nsis Don't register qutebrowserurl: as URL protocol 2021-10-21 16:01:54 +02:00
requirements try to pin markupsafe for 3.6 2022-02-21 21:16:41 +13:00
userscripts Fix other license typo 2022-02-14 16:17:04 +01:00
Makefile Makefile: Filter out misc/userscripts/__pycache__ 2020-09-16 21:12:36 +02:00
cheatsheet.svg RIP Freenode 2021-05-26 09:34:37 +02:00
org.qutebrowser.qutebrowser.appdata.xml Release v2.4.0 2021-10-21 18:50:06 +02:00
org.qutebrowser.qutebrowser.desktop CVE-2021-41146: Add --untrusted-args to avoid argument injection 2021-10-21 16:01:04 +02:00
qutebrowser.rcc Fix paths for scripts/dev/gen_resources.py 2021-09-04 17:39:58 +02:00
qutebrowser.spec Revert "Remove pkg_resources special casing for PyInstaller" 2021-01-26 14:31:01 +01:00