python311Packages.aiovodafone 0.4.2 -> 0.4.3 https://repology.org/project/python:aiovodafone/versions attrpath: python311Packages.aiovodafone 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/pb1i3zshpddlbq4s1nlxca584p3jax9f-packages.json.drv building '/nix/store/pb1i3zshpddlbq4s1nlxca584p3jax9f-packages.json.drv'... Going to be running update for following packages: - python3.11-aiovodafone-0.4.2 Press Enter key to continue... Running update for: - python3.11-aiovodafone-0.4.2: UPDATING ... - python3.11-aiovodafone-0.4.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aiovodafone/default.nix b/pkgs/development/python-modules/aiovodafone/default.nix index af193fa8dc69..573075095cb3 100644 --- a/pkgs/development/python-modules/aiovodafone/default.nix +++ b/pkgs/development/python-modules/aiovodafone/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "aiovodafone"; - version = "0.4.2"; + version = "0.4.3"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "chemelli74"; repo = "aiovodafone"; rev = "refs/tags/v${version}"; - hash = "sha256-sWONjWchXu5pRFXY/ZhOXvF0z/qUc1LjqcaSiVPA1MU="; + hash = "sha256-nYMruxEqLvkcspz0damh9tBYYROz5gleLiyhjco+rsQ="; }; postPatch = '' No auto update branch exists Old version 0.4.2" not present in master derivation file with contents: { lib , aiohttp , beautifulsoup4 , buildPythonPackage , fetchFromGitHub , poetry-core , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "aiovodafone"; version = "0.4.3"; format = "pyproject"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "chemelli74"; repo = "aiovodafone"; rev = "refs/tags/v${version}"; hash = "sha256-nYMruxEqLvkcspz0damh9tBYYROz5gleLiyhjco+rsQ="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=aiovodafone --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp beautifulsoup4 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "aiovodafone" ]; meta = with lib; { description = "Library to control Vodafon Station"; homepage = "https://github.com/chemelli74/aiovodafone"; changelog = "https://github.com/chemelli74/aiovodafone/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }