python311Packages.jupyter-collaboration: 2.0.11 -> 2.1.0

Changelog: https://github.com/jupyterlab/jupyter_collaboration/blob/v2.1.0/CHANGELOG.md
This commit is contained in:
natsukium
2024-05-08 00:25:52 +09:00
parent 81fa1bceb4
commit 080b36c04c
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "jupyter-collaboration";
version = "2.0.11";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_collaboration";
inherit version;
hash = "sha256-K7HN5yzadY5Sb6Sfn/K/QCzu14AcDEGHq+TSHkLhgTY=";
hash = "sha256-rqZT4ag7W/YtbD909MfknboDzHa2Z6OOHhN/cdww4gw=";
};
postPatch = ''
@@ -71,6 +71,8 @@ buildPythonPackage rec {
disabledTests = [
# ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
"test_dirty"
# causes a hang
"test_rooms"
];
__darwinAllowLocalNetworking = true;