changedetection-io: 0.46.04 -> 0.47.06 (#353534)
This commit is contained in:
@@ -5,26 +5,17 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "changedetection-io";
|
pname = "changedetection-io";
|
||||||
version = "0.46.04";
|
version = "0.47.06";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dgtlmoon";
|
owner = "dgtlmoon";
|
||||||
repo = "changedetection.io";
|
repo = "changedetection.io";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-V1nGVURA4nksDX0kXxfPbO/rB0nmECqpfysenpzcfZs=";
|
hash = "sha256-kRoHCnXYWG09lrIiBA14OzhtbTqghXck5JXXNAMMtyc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
pythonRelaxDeps = true;
|
||||||
substituteInPlace requirements.txt \
|
|
||||||
--replace "apprise~=1.8.0" "apprise" \
|
|
||||||
--replace "cryptography~=3.4" "cryptography" \
|
|
||||||
--replace "dnspython==2.6.1" "dnspython" \
|
|
||||||
--replace "pytest ~=7.2" "" \
|
|
||||||
--replace "pytest-flask ~=1.2" "" \
|
|
||||||
--replace "selenium~=4.14.0" "selenium" \
|
|
||||||
--replace "werkzeug~=3.0" "werkzeug"
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
apprise
|
apprise
|
||||||
|
|||||||
Reference in New Issue
Block a user