python311Packages.httpcore 0 -> 1 attrpath: python311Packages.httpcore 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] Going to be running update for following packages: - python3.11-httpcore-1.0.4 Press Enter key to continue... Running update for: - python3.11-httpcore-1.0.4: UPDATING ... - python3.11-httpcore-1.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/httpcore/default.nix b/pkgs/development/python-modules/httpcore/default.nix index 212db973e9e0..017b251a2e9c 100644 --- a/pkgs/development/python-modules/httpcore/default.nix +++ b/pkgs/development/python-modules/httpcore/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "httpcore"; - version = "1.0.4"; + version = "1.0.5"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "encode"; repo = "httpcore"; rev = "refs/tags/${version}"; - hash = "sha256-DK5avYEtQcTFogpdEjw0NB4qkzDm5cZKPjAE8MC6Sng="; + hash = "sha256-05jYLrBiPRg1qQEz8mRvYJKHFsfneh7z9yHIXuYYa5o="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.4" not present in staging derivation file with contents: { lib , anyio , buildPythonPackage , certifi , fetchFromGitHub , hatchling , hatch-fancy-pypi-readme , h11 , h2 , pproxy , pytest-asyncio , pytest-httpbin , pytest-trio , pytestCheckHook , pythonOlder , socksio , trio # for passthru.tests , httpx , httpx-socks , respx }: buildPythonPackage rec { pname = "httpcore"; version = "1.0.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "encode"; repo = "httpcore"; rev = "refs/tags/${version}"; hash = "sha256-05jYLrBiPRg1qQEz8mRvYJKHFsfneh7z9yHIXuYYa5o="; }; nativeBuildInputs = [ hatchling hatch-fancy-pypi-readme ]; propagatedBuildInputs = [ certifi h11 ]; passthru.optional-dependencies = { asyncio = [ anyio ]; http2 = [ h2 ]; socks = [ socksio ]; trio = [ trio ]; }; nativeCheckInputs = [ pproxy pytest-asyncio pytest-httpbin pytest-trio pytestCheckHook ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "httpcore" ]; __darwinAllowLocalNetworking = true; passthru.tests = { inherit httpx httpx-socks respx; }; meta = with lib; { changelog = "https://github.com/encode/httpcore/blob/${version}/CHANGELOG.md"; description = "A minimal low-level HTTP client"; homepage = "https://github.com/encode/httpcore"; license = licenses.bsd3; maintainers = with maintainers; [ ris ]; }; }