python3Packages.weconnect: 0.29.0 -> 0.29.0

This commit is contained in:
Fabian Affolter 2022-01-07 22:37:49 +01:00
parent bdd74b0264
commit 84785d3ba1

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "weconnect";
version = "0.28.0";
version = "0.29.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "v${version}";
sha256 = "sha256-J7T62L6wT9rkl/Ukf2y5kBbJEdzh2XnGgCgedkxVEmA=";
sha256 = "sha256-eAOEl7KBa7wZkoJxGPtK/6W2dq1n2X+APU2mHIlz9K0=";
};
propagatedBuildInputs = [
@ -40,6 +40,8 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace "setup_requires=SETUP_REQUIRED," "setup_requires=[]," \
--replace "tests_require=TEST_REQUIRED," "tests_require=[],"
substituteInPlace requirements.txt \
--replace "pillow~=9.0.0" "pillow"
substituteInPlace pytest.ini \
--replace "--cov=weconnect --cov-config=.coveragerc --cov-report html" "" \
--replace "pytest-cov" ""