From f7c0ea7bc7b4f108752b14d8d05bfce3ea7aeaed Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Sat, 20 Jun 2020 12:03:40 +1000 Subject: [PATCH 1/2] Run virtualenv instead of virtualenv-3 Now that Python2 is EOL, the virtualenv-3 command is less likely to exist. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83ef96a..9a6235a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ WEBPACK=node_modules/.bin/webpack BUNDLE=pulpstatus/static/js/app-bundle.js APP_JS=pulpstatus/js-src/app.ts VIRTUALENV_DIR=virtualenv -VIRTUALENV=virtualenv-3 +VIRTUALENV=virtualenv GUNICORN=$(VIRTUALENV_DIR)/bin/gunicorn FLASK=$(VIRTUALENV_DIR)/bin/flask From ed4adb866fb5fd8e72053fb4308c8c50e5c3531b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Sat, 20 Jun 2020 12:06:00 +1000 Subject: [PATCH 2/2] Add missing dependency/hash for brotli I think this was somehow missed during dependabot updates. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d79a16c..cfa84cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,3 +44,4 @@ requests==2.24.0 --hash=sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b requests-cache==0.5.2 --hash=sha256:81e13559baee64677a7d73b85498a5a8f0639e204517b5d05ff378e44a57831a --hash=sha256:813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb urllib3==1.25.9 --hash=sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115 --hash=sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527 Werkzeug==1.0.0 --hash=sha256:6dc65cf9091cf750012f56f2cad759fa9e879f511b5ff8685e456b4e3bf90d16 --hash=sha256:169ba8a33788476292d04186ab33b01d6add475033dfc07215e6d219cc077096 +brotli==1.0.7 --hash=sha256:3f4a1f6240916c7984c7f2542786710f622992508dafee0b1714e6d340fb9ffd --hash=sha256:e2f4cbd1760d2bf2f30e396c2301999aab0191aec031a6a8a04950b2f575a536