python310Packages.pyaussiebb 0 -> 1 attrpath: python310Packages.pyaussiebb 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/svnvx7j5yads14nhparh624sxrp9vdf6-packages.json.drv building '/nix/store/svnvx7j5yads14nhparh624sxrp9vdf6-packages.json.drv'... Going to be running update for following packages: - python3.10-pyaussiebb-0.0.18 Press Enter key to continue... Running update for: - python3.10-pyaussiebb-0.0.18: UPDATING ... - python3.10-pyaussiebb-0.0.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyaussiebb/default.nix b/pkgs/development/python-modules/pyaussiebb/default.nix index 1fcb88c0c77e..04caeddd1fc1 100644 --- a/pkgs/development/python-modules/pyaussiebb/default.nix +++ b/pkgs/development/python-modules/pyaussiebb/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pyaussiebb"; - version = "0.0.18"; + version = "0.1.1"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "yaleman"; repo = "aussiebb"; rev = "refs/tags/v${version}"; - hash = "sha256-tEdddVsLFCHRvyLCctDakioiop2xWaJlfGE16P1ukHc="; + hash = "sha256-XNf9vYMlTLqhYIVNw9GjPcXpOm5EYCcC4aGukR8g3zc="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.0.18" not present in staging derivation file with contents: { lib , aiohttp , buildPythonPackage , fetchFromGitHub , loguru , pydantic , poetry-core , pythonOlder , requests }: buildPythonPackage rec { pname = "pyaussiebb"; version = "0.1.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "yaleman"; repo = "aussiebb"; rev = "refs/tags/v${version}"; hash = "sha256-XNf9vYMlTLqhYIVNw9GjPcXpOm5EYCcC4aGukR8g3zc="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp requests loguru pydantic ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'requests = "^2.27.1"' 'requests = "*"' ''; # Tests require credentials and requests-testing doCheck = false; pythonImportsCheck = [ "aussiebb" ]; meta = with lib; { description = "Module for interacting with the Aussie Broadband APIs"; homepage = "https://github.com/yaleman/aussiebb"; changelog = "https://github.com/yaleman/pyaussiebb/blob/v${version}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }