python311Packages.aiowithings 1.0.2 -> 1.0.3 https://repology.org/project/python:aiowithings/versions attrpath: python311Packages.aiowithings 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/0snhy3782dc5z82dyav52i09nz6mz4yy-packages.json.drv building '/nix/store/0snhy3782dc5z82dyav52i09nz6mz4yy-packages.json.drv'... Going to be running update for following packages: - python3.11-aiowithings-1.0.2 Press Enter key to continue... Running update for: - python3.11-aiowithings-1.0.2: UPDATING ... - python3.11-aiowithings-1.0.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aiowithings/default.nix b/pkgs/development/python-modules/aiowithings/default.nix index acb6d6bf1e6c..542511d2d3b1 100644 --- a/pkgs/development/python-modules/aiowithings/default.nix +++ b/pkgs/development/python-modules/aiowithings/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aiowithings"; - version = "1.0.2"; + version = "1.0.3"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "joostlek"; repo = "python-withings"; rev = "refs/tags/v${version}"; - hash = "sha256-6yfhAMQIwhjKXlnN58bL9It8q6CXH9RxKBkB8BfSY1o="; + hash = "sha256-n76bpFIWUfztTDEg32uopxukAtvFT3tdbtqWOLghi4I="; }; postPatch = '' No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { lib , aiohttp , aresponses , buildPythonPackage , fetchFromGitHub , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , syrupy , yarl }: buildPythonPackage rec { pname = "aiowithings"; version = "1.0.3"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "joostlek"; repo = "python-withings"; rev = "refs/tags/v${version}"; hash = "sha256-n76bpFIWUfztTDEg32uopxukAtvFT3tdbtqWOLghi4I="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "--cov" "" ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp yarl ]; nativeCheckInputs = [ aresponses pytest-asyncio pytestCheckHook syrupy ]; pythonImportsCheck = [ "aiowithings" ]; meta = with lib; { description = "Module to interact with Withings"; homepage = "https://github.com/joostlek/python-withings"; changelog = "https://github.com/joostlek/python-withings/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }