python312Packages.eliot: 1.16.0 -> 1.17.5 (#385880)
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
pythonAtLeast,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
boltons,
|
||||
orjson,
|
||||
pyrsistent,
|
||||
zope-interface,
|
||||
|
||||
daemontools,
|
||||
# tests
|
||||
addBinToPathHook,
|
||||
dask,
|
||||
distributed,
|
||||
@@ -22,20 +22,19 @@
|
||||
pytestCheckHook,
|
||||
testtools,
|
||||
twisted,
|
||||
daemontools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "eliot";
|
||||
version = "1.16.0";
|
||||
version = "1.17.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8" || pythonAtLeast "3.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "itamarst";
|
||||
repo = "eliot";
|
||||
tag = version;
|
||||
hash = "sha256-KqAXOMrRawzjpt5do2KdqpMMgpBtxeZ+X+th0WwBl+U=";
|
||||
hash = "sha256-x6zonKL6Ys1fyUjyOgVgucAN64Dt6dCzdBrxRZa+VDQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -62,17 +61,9 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "eliot" ];
|
||||
|
||||
disabledTests = [
|
||||
# Fails since dask's bump to 2024.12.2
|
||||
# Reported upstream: https://github.com/itamarst/eliot/issues/507
|
||||
"test_compute_logging"
|
||||
"test_future"
|
||||
"test_persist_logging"
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "https://eliot.readthedocs.io";
|
||||
description = "Logging library that tells you why it happened";
|
||||
homepage = "https://eliot.readthedocs.io";
|
||||
changelog = "https://github.com/itamarst/eliot/blob/${version}/docs/source/news.rst";
|
||||
mainProgram = "eliot-prettyprint";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user