python312Packages.httpx-auth 0.21.0 -> 0.22.0 https://github.com/Colin-b/httpx_auth/releases attrpath: python312Packages.httpx-auth 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/ha0l1vijjp8vqmnn2g9h3qknxl0k7kaj-packages.json.drv building '/nix/store/ha0l1vijjp8vqmnn2g9h3qknxl0k7kaj-packages.json.drv'... Going to be running update for following packages: - python3.12-httpx-auth-0.21.0 Press Enter key to continue... Running update for: - python3.12-httpx-auth-0.21.0: UPDATING ... - python3.12-httpx-auth-0.21.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/httpx-auth/default.nix b/pkgs/development/python-modules/httpx-auth/default.nix index a21e05a567ef..5fc267bfb25f 100644 --- a/pkgs/development/python-modules/httpx-auth/default.nix +++ b/pkgs/development/python-modules/httpx-auth/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "httpx-auth"; - version = "0.21.0"; + version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Colin-b"; repo = "httpx_auth"; rev = "refs/tags/v${version}"; - hash = "sha256-tKEYFoIHxiBG18JWyCHzQEwUvrWk/zuCWqj1uYsmh84="; + hash = "sha256-7azPyep+R55CdRwbdo20y4YNV47c8CwXgOj4q4t25oc="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.21.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , httpx , pyjwt , pytest-asyncio , pytest-httpx , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , time-machine }: buildPythonPackage rec { pname = "httpx-auth"; version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Colin-b"; repo = "httpx_auth"; rev = "refs/tags/v${version}"; hash = "sha256-7azPyep+R55CdRwbdo20y4YNV47c8CwXgOj4q4t25oc="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ httpx ]; nativeCheckInputs = [ pyjwt pytest-asyncio pytest-httpx pytestCheckHook time-machine ]; pythonImportsCheck = [ "httpx_auth" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "Authentication classes to be used with httpx"; homepage = "https://github.com/Colin-b/httpx_auth"; changelog = "https://github.com/Colin-b/httpx_auth/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; }