changedetection-io: 0.45.3 -> 0.45.7.3

This commit is contained in:
Mikael Fangel 2023-10-29 02:12:14 +02:00
parent e9cdae74d5
commit a43f8ce903
No known key found for this signature in database
GPG key ID: 306DE4426F0B77C3

View file

@ -5,25 +5,25 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.45.3";
version = "0.45.7.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = "refs/tags/${version}";
hash = "sha256-QTkkMFGyEGSakvFCiJ36Xr3IiG9K7GDy2dpNGWjUngs=";
rev = version;
hash = "sha256-axj23LEZgSNpwkVtXQ/2QZVbbV+xTpkf57ajYnqTGFA=";
};
postPatch = ''
substituteInPlace requirements.txt \
--replace "apprise~=1.5.0" "apprise" \
--replace "apprise~=1.6.0" "apprise" \
--replace "cryptography~=3.4" "cryptography" \
--replace "dnspython<2.3.0" "dnspython" \
--replace "dnspython~=2.4" "dnspython" \
--replace "pytest ~=7.2" "" \
--replace "pytest-flask ~=1.2" "" \
--replace "selenium~=4.1.0" "selenium" \
--replace "werkzeug~=2.0.0" "werkzeug"
--replace "selenium~=4.14.0" "selenium" \
--replace "werkzeug~=3.0" "werkzeug"
'';
propagatedBuildInputs = with python3.pkgs; [