Loading pkgs/development/python-modules/py-serializable/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "py-serializable"; version = "0.12.0"; version = "0.13.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "madpah"; repo = "serializable"; rev = "refs/tags/v${version}"; hash = "sha256-TnO8mkRJfdTO1sA26bqh46EMes2TpLXJwpDdrvPPC9g="; hash = "sha256-fkQcjLrkGh2GDi0YKRuHVZc4Q4vSXN1UZiuyganpwGg="; }; nativeBuildInputs = [ Loading @@ -41,6 +41,12 @@ buildPythonPackage rec { "serializable" ]; disabledTests = [ # AssertionError: '<ns0[155 chars]itle>The Phoenix "test_serializable_no_defaultNS" "test_serializable_with_defaultNS" ]; meta = with lib; { description = "Pythonic library to aid with serialisation and deserialisation to/from JSON and XML"; homepage = "https://github.com/madpah/serializable"; Loading Loading
pkgs/development/python-modules/py-serializable/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "py-serializable"; version = "0.12.0"; version = "0.13.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "madpah"; repo = "serializable"; rev = "refs/tags/v${version}"; hash = "sha256-TnO8mkRJfdTO1sA26bqh46EMes2TpLXJwpDdrvPPC9g="; hash = "sha256-fkQcjLrkGh2GDi0YKRuHVZc4Q4vSXN1UZiuyganpwGg="; }; nativeBuildInputs = [ Loading @@ -41,6 +41,12 @@ buildPythonPackage rec { "serializable" ]; disabledTests = [ # AssertionError: '<ns0[155 chars]itle>The Phoenix "test_serializable_no_defaultNS" "test_serializable_with_defaultNS" ]; meta = with lib; { description = "Pythonic library to aid with serialisation and deserialisation to/from JSON and XML"; homepage = "https://github.com/madpah/serializable"; Loading