Merge pull request #299735 from fabaff/pyunifiprotect-bump

python311Packages.pyunifiprotect: 5.0.2 -> 5.1.1

authored by Fabian Affolter and committed by GitHub a2cecca4 e3eda836

+7 -5
+7 -5
pkgs/development/python-modules/pyunifiprotect/default.nix
··· 13 , orjson 14 , packaging 15 , pillow 16 , poetry-core 17 , py 18 , pydantic ··· 32 33 buildPythonPackage rec { 34 pname = "pyunifiprotect"; 35 - version = "5.0.2"; 36 pyproject = true; 37 38 disabled = pythonOlder "3.9"; ··· 41 owner = "briis"; 42 repo = "pyunifiprotect"; 43 rev = "refs/tags/v${version}"; 44 - hash = "sha256-bZjfpatw4lcOgMCqung/DMfRijxwtuIht6QusIYaCQ0="; 45 }; 46 47 env.SETUPTOOLS_SCM_PRETEND_VERSION = version; 48 49 postPatch = '' 50 substituteInPlace pyproject.toml \ 51 - --replace "--strict-markers -ra -Wd --ignore=.* --no-cov-on-fail --cov=pyunifiprotect --cov-append --maxfail=10 -n=auto" "" 52 ''; 53 54 - nativeBuildInputs = [ 55 hatch-vcs 56 hatchling 57 ]; 58 59 - propagatedBuildInputs = [ 60 aiofiles 61 aiohttp 62 aioshutil ··· 64 orjson 65 packaging 66 pillow 67 pydantic 68 pyjwt 69 pytz
··· 13 , orjson 14 , packaging 15 , pillow 16 + , platformdirs 17 , poetry-core 18 , py 19 , pydantic ··· 33 34 buildPythonPackage rec { 35 pname = "pyunifiprotect"; 36 + version = "5.1.1"; 37 pyproject = true; 38 39 disabled = pythonOlder "3.9"; ··· 42 owner = "briis"; 43 repo = "pyunifiprotect"; 44 rev = "refs/tags/v${version}"; 45 + hash = "sha256-7D6/mIU3M4dfIa+lCgcc3APKVPCsZei+4Er+sxIxcHo="; 46 }; 47 48 env.SETUPTOOLS_SCM_PRETEND_VERSION = version; 49 50 postPatch = '' 51 substituteInPlace pyproject.toml \ 52 + --replace-fail "--strict-markers -ra -Wd --ignore=.* --no-cov-on-fail --cov=pyunifiprotect --cov-append --maxfail=10 -n=auto" "" 53 ''; 54 55 + build-system = [ 56 hatch-vcs 57 hatchling 58 ]; 59 60 + dependencies = [ 61 aiofiles 62 aiohttp 63 aioshutil ··· 65 orjson 66 packaging 67 pillow 68 + platformdirs 69 pydantic 70 pyjwt 71 pytz