Loading pkgs/development/python-modules/asyncstdlib/default.nix +12 −8 Original line number Diff line number Diff line Loading @@ -5,11 +5,12 @@ flit-core, pytestCheckHook, pythonAtLeast, typing-extensions, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "asyncstdlib"; version = "3.13.1"; version = "3.13.3"; pyproject = true; # https://github.com/maxfischer2781/asyncstdlib/issues/189 Loading @@ -18,21 +19,24 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "maxfischer2781"; repo = "asyncstdlib"; tag = "v${version}"; hash = "sha256-U2/LPbg/U6CUB22EpsJHprK2ngjQmZhLtEEuszuzB8Q="; tag = "v${finalAttrs.version}"; hash = "sha256-3mM97zB/pEw8/kPO6jUL7dz6Q7kVatfsURy+5zSq9Bs="; }; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook typing-extensions ]; pythonImportsCheck = [ "asyncstdlib" ]; meta = { description = "Python library that extends the Python asyncio standard library"; homepage = "https://asyncstdlib.readthedocs.io/"; changelog = "https://github.com/maxfischer2781/asyncstdlib/releases/tag/${src.tag}"; license = with lib.licenses; [ mit ]; changelog = "https://github.com/maxfischer2781/asyncstdlib/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/asyncstdlib/default.nix +12 −8 Original line number Diff line number Diff line Loading @@ -5,11 +5,12 @@ flit-core, pytestCheckHook, pythonAtLeast, typing-extensions, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "asyncstdlib"; version = "3.13.1"; version = "3.13.3"; pyproject = true; # https://github.com/maxfischer2781/asyncstdlib/issues/189 Loading @@ -18,21 +19,24 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "maxfischer2781"; repo = "asyncstdlib"; tag = "v${version}"; hash = "sha256-U2/LPbg/U6CUB22EpsJHprK2ngjQmZhLtEEuszuzB8Q="; tag = "v${finalAttrs.version}"; hash = "sha256-3mM97zB/pEw8/kPO6jUL7dz6Q7kVatfsURy+5zSq9Bs="; }; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook typing-extensions ]; pythonImportsCheck = [ "asyncstdlib" ]; meta = { description = "Python library that extends the Python asyncio standard library"; homepage = "https://asyncstdlib.readthedocs.io/"; changelog = "https://github.com/maxfischer2781/asyncstdlib/releases/tag/${src.tag}"; license = with lib.licenses; [ mit ]; changelog = "https://github.com/maxfischer2781/asyncstdlib/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })