python311Packages.yalexs 0 -> 1 attrpath: python311Packages.yalexs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wrr1kp8j2s0gz1qmq5457i5kwpbjldhy-packages.json.drv building '/nix/store/wrr1kp8j2s0gz1qmq5457i5kwpbjldhy-packages.json.drv'... Going to be running update for following packages: - python3.11-yalexs-6.0.0 Press Enter key to continue... Running update for: - python3.11-yalexs-6.0.0: UPDATING ... - python3.11-yalexs-6.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/yalexs/default.nix b/pkgs/development/python-modules/yalexs/default.nix index f3ee1d05772d..39fefd923956 100644 --- a/pkgs/development/python-modules/yalexs/default.nix +++ b/pkgs/development/python-modules/yalexs/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "yalexs"; - version = "6.0.0"; + version = "6.4.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; - hash = "sha256-xBBO0cXdOzt2ioMQzzdtSKB0WxOZBIb4PsiKoRrUUSc="; + hash = "sha256-b5R80l3+5mnxMFtISUxToufhSDoRmmCRAyoP5hbk08o="; }; postPatch = '' No auto update branch exists Old version 6.0.0" not present in master derivation file with contents: { lib, aiofiles, aiohttp, aioresponses, aiounittest, buildPythonPackage, ciso8601, fetchFromGitHub, pubnub, pyjwt, pytestCheckHook, python-dateutil, pythonOlder, requests, requests-mock, poetry-core, typing-extensions, }: buildPythonPackage rec { pname = "yalexs"; version = "6.4.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; hash = "sha256-b5R80l3+5mnxMFtISUxToufhSDoRmmCRAyoP5hbk08o="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "-v -Wdefault --cov=yalexs --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; dependencies = [ aiofiles aiohttp ciso8601 pubnub pyjwt python-dateutil requests typing-extensions ]; # aiounittest is not supported on 3.12 doCheck = pythonOlder "3.12"; nativeCheckInputs = [ aioresponses aiounittest pytestCheckHook requests-mock ]; pythonImportsCheck = [ "yalexs" ]; meta = with lib; { description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell"; homepage = "https://github.com/bdraco/yalexs"; changelog = "https://github.com/bdraco/yalexs/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }