Loading pkgs/development/python-modules/structlog/default.nix +4 −14 Original line number Diff line number Diff line Loading @@ -11,13 +11,12 @@ , pythonOlder , simplejson , twisted , typing-extensions }: buildPythonPackage rec { pname = "structlog"; version = "23.2.0"; format = "pyproject"; version = "24.1.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,7 +24,7 @@ buildPythonPackage rec { owner = "hynek"; repo = "structlog"; rev = "refs/tags/${version}"; hash = "sha256-KSHKgkv+kObKCdWZDg5o6QYe0AMND9VLdEuseY/GyDY="; hash = "sha256-0Yc28UEeozK2+IqILFTqHoTiM5L2SA4t6jld4qTBSzQ="; }; nativeBuildInputs = [ Loading @@ -34,10 +33,6 @@ buildPythonPackage rec { hatchling ]; propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [ typing-extensions ]; nativeCheckInputs = [ freezegun pretend Loading @@ -47,11 +42,6 @@ buildPythonPackage rec { twisted ]; disabledTests = [ # _pickle.PicklingError: Only BytesLoggers to sys.stdout and sys.stderr can be pickled. "test_pickle" ]; pythonImportsCheck = [ "structlog" ]; Loading @@ -61,6 +51,6 @@ buildPythonPackage rec { homepage = "https://github.com/hynek/structlog"; changelog = "https://github.com/hynek/structlog/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ dotlambda ]; }; } Loading
pkgs/development/python-modules/structlog/default.nix +4 −14 Original line number Diff line number Diff line Loading @@ -11,13 +11,12 @@ , pythonOlder , simplejson , twisted , typing-extensions }: buildPythonPackage rec { pname = "structlog"; version = "23.2.0"; format = "pyproject"; version = "24.1.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,7 +24,7 @@ buildPythonPackage rec { owner = "hynek"; repo = "structlog"; rev = "refs/tags/${version}"; hash = "sha256-KSHKgkv+kObKCdWZDg5o6QYe0AMND9VLdEuseY/GyDY="; hash = "sha256-0Yc28UEeozK2+IqILFTqHoTiM5L2SA4t6jld4qTBSzQ="; }; nativeBuildInputs = [ Loading @@ -34,10 +33,6 @@ buildPythonPackage rec { hatchling ]; propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [ typing-extensions ]; nativeCheckInputs = [ freezegun pretend Loading @@ -47,11 +42,6 @@ buildPythonPackage rec { twisted ]; disabledTests = [ # _pickle.PicklingError: Only BytesLoggers to sys.stdout and sys.stderr can be pickled. "test_pickle" ]; pythonImportsCheck = [ "structlog" ]; Loading @@ -61,6 +51,6 @@ buildPythonPackage rec { homepage = "https://github.com/hynek/structlog"; changelog = "https://github.com/hynek/structlog/blob/${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ dotlambda ]; }; }