changedetection-io: 0.40.3 -> 0.45.3

This commit is contained in:
Mikael Fangel
2023-10-13 17:37:27 +02:00
parent 35f6dbe7fc
commit 256998d524
@@ -5,22 +5,22 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.40.3";
version = "0.45.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = version;
sha256 = "sha256-RYxhkCSL17rU3C4rOArYptmYpdK/CDPw9xfXkKja2xs=";
sha256 = "sha256-QTkkMFGyEGSakvFCiJ36Xr3IiG9K7GDy2dpNGWjUngs=";
};
postPatch = ''
substituteInPlace requirements.txt \
--replace "apprise~=1.3.0" "apprise" \
--replace "apprise~=1.5.0" "apprise" \
--replace "cryptography~=3.4" "cryptography" \
--replace "dnspython<2.3.0" "dnspython" \
--replace "pytest ~=6.2" "" \
--replace "pytest ~=7.2" "" \
--replace "pytest-flask ~=1.2" "" \
--replace "selenium~=4.1.0" "selenium" \
--replace "werkzeug~=2.0.0" "werkzeug"
@@ -39,6 +39,7 @@ python3.pkgs.buildPythonApplication rec {
flask-compress
flask-expects-json
flask-login
flask-paginate
flask-restful
flask-wtf
inscriptis