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