Loading pkgs/development/python-modules/pytest-unmagic/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -3,20 +3,21 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, gitUpdater, flit-core, pytest, }: buildPythonPackage rec { pname = "pytest-unmagic"; version = "1.0.0"; version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "dimagi"; repo = "pytest-unmagic"; tag = "v${version}"; hash = "sha256-5WnLjQ0RuwLBIZAbOJoQ0KBEnb7yUWTUFBKy+WgNctQ="; hash = "sha256-XHeQuMCYHtrNF5+7e/eMzcvYukM+AobHCMRdzL+7KpU="; }; build-system = [ Loading @@ -29,6 +30,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "unmagic" ]; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { description = "Pytest fixtures with conventional import semantics"; homepage = "https://github.com/dimagi/pytest-unmagic"; Loading Loading
pkgs/development/python-modules/pytest-unmagic/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -3,20 +3,21 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, gitUpdater, flit-core, pytest, }: buildPythonPackage rec { pname = "pytest-unmagic"; version = "1.0.0"; version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "dimagi"; repo = "pytest-unmagic"; tag = "v${version}"; hash = "sha256-5WnLjQ0RuwLBIZAbOJoQ0KBEnb7yUWTUFBKy+WgNctQ="; hash = "sha256-XHeQuMCYHtrNF5+7e/eMzcvYukM+AobHCMRdzL+7KpU="; }; build-system = [ Loading @@ -29,6 +30,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "unmagic" ]; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { description = "Pytest fixtures with conventional import semantics"; homepage = "https://github.com/dimagi/pytest-unmagic"; Loading