python311Packages.asyncio-nats-client 0 -> 1 attrpath: python311Packages.asyncio-nats-client 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-nats-py-2.7.0 Press Enter key to continue... Running update for: - python3.11-nats-py-2.7.0: UPDATING ... - python3.11-nats-py-2.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nats-py/default.nix b/pkgs/development/python-modules/nats-py/default.nix index 3c384b8c5784..93cb33f9fd07 100644 --- a/pkgs/development/python-modules/nats-py/default.nix +++ b/pkgs/development/python-modules/nats-py/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "nats-py"; - version = "2.7.0"; + version = "2.7.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "nats-io"; repo = "nats.py"; rev = "refs/tags/v${version}"; - hash = "sha256-spKz0rKTI8hWdO6r8VLtP3G8tS9ANsjYRbinXOARCOQ="; + hash = "sha256-5lvdt1JbOmdts0CYU00bSmv0LsMQsOe//yUgyevBULE="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.7.0" not present in master derivation file with contents: { lib , stdenv , aiohttp , buildPythonPackage , ed25519 , fetchFromGitHub , nats-server , nkeys , pytestCheckHook , pythonOlder , setuptools , uvloop }: buildPythonPackage rec { pname = "nats-py"; version = "2.7.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "nats-io"; repo = "nats.py"; rev = "refs/tags/v${version}"; hash = "sha256-5lvdt1JbOmdts0CYU00bSmv0LsMQsOe//yUgyevBULE="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ ed25519 ]; passthru.optional-dependencies = { aiohttp = [ aiohttp ]; nkeys = [ nkeys ]; # fast_parse = [ # fast-mail-parser # ]; }; nativeCheckInputs = [ nats-server pytestCheckHook uvloop ]; disabledTests = [ # AssertionError: assert 5 == 0 "test_pull_subscribe_limits" "test_fetch_n" "test_subscribe_no_echo" "test_stream_management" ] ++ lib.optionals stdenv.isDarwin [ "test_subscribe_iterate_next_msg" "test_buf_size_force_flush_timeout" ]; pythonImportsCheck = [ "nats" ]; meta = with lib; { description = "Python client for NATS.io"; homepage = "https://github.com/nats-io/nats.py"; changelog = "https://github.com/nats-io/nats.py/releases/tag/v${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; }