From 2cf7c7fd9ea044cb25d4cd73c73d10a44dde0347 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:57:36 +0900 Subject: [PATCH 1/9] python312Packages.ipywidgets: 8.1.3 -> 8.1.5 --- .../python-modules/ipywidgets/default.nix | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pkgs/development/python-modules/ipywidgets/default.nix b/pkgs/development/python-modules/ipywidgets/default.nix index 8c985163653b0..e21b5ac8bbf02 100644 --- a/pkgs/development/python-modules/ipywidgets/default.nix +++ b/pkgs/development/python-modules/ipywidgets/default.nix @@ -2,14 +2,13 @@ buildPythonPackage, fetchPypi, setuptools, - wheel, comm, ipykernel, ipython, jsonschema, jupyterlab-widgets, lib, - pytest7CheckHook, + pytestCheckHook, pytz, traitlets, widgetsnbextension, @@ -17,20 +16,17 @@ buildPythonPackage rec { pname = "ipywidgets"; - version = "8.1.3"; + version = "8.1.5"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-9fnuquCCsYI86erCV1JylS9A10iJOXKVbcCXAKY5LZw="; + hash = "sha256-hw5DsaNWVqgMGMlQO78tFoAtsctIfuxvqyfWgzgd3hc="; }; - nativeBuildInputs = [ - setuptools - wheel - ]; + build-system = [ setuptools ]; - propagatedBuildInputs = [ + dependencies = [ comm ipython jupyterlab-widgets @@ -41,7 +37,7 @@ buildPythonPackage rec { nativeCheckInputs = [ ipykernel jsonschema - pytest7CheckHook + pytestCheckHook pytz ]; From 601e1bf83e25b69c25e52e5e9140c7c7ab51c5c9 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:57:42 +0900 Subject: [PATCH 2/9] python312Packages.jupyter: 1.0.0 -> 1.1.1 --- .../python-modules/jupyter/default.nix | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pkgs/development/python-modules/jupyter/default.nix b/pkgs/development/python-modules/jupyter/default.nix index 72f9238edb8bf..a3c9be6510592 100644 --- a/pkgs/development/python-modules/jupyter/default.nix +++ b/pkgs/development/python-modules/jupyter/default.nix @@ -2,41 +2,45 @@ lib, buildPythonPackage, fetchPypi, - notebook, - qtconsole, - jupyter-console, - nbconvert, + setuptools, ipykernel, ipywidgets, + jupyter-console, + jupyterlab, + nbconvert, + notebook, }: buildPythonPackage rec { - version = "1.0.0"; - format = "setuptools"; pname = "jupyter"; + version = "1.1.1"; + pyproject = true; src = fetchPypi { inherit pname version; - sha256 = "d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f"; + hash = "sha256-1VRnvOq96knX42JK9+M9WcN//1PtOjUOGslXvtcx3no="; }; - propagatedBuildInputs = [ - notebook - qtconsole - jupyter-console - nbconvert + build-system = [ setuptools ]; + + dependencies = [ ipykernel ipywidgets + jupyter-console + jupyterlab + nbconvert + notebook ]; # Meta-package, no tests doCheck = false; + dontUsePythonImportsCheck = true; + meta = with lib; { description = "Installs all the Jupyter components in one go"; homepage = "https://jupyter.org/"; license = licenses.bsd3; - platforms = platforms.all; priority = 100; # This is a metapackage which is unimportant }; } From 371ecc2e5f657965902a571774064b286e88dc0a Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:58:14 +0900 Subject: [PATCH 3/9] python312Packages.jupyterlab: 4.2.4 -> 4.2.5 Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.2.5/CHANGELOG.md --- pkgs/development/python-modules/jupyterlab/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyterlab/default.nix b/pkgs/development/python-modules/jupyterlab/default.nix index ab4c0c705323f..8105bf1ebc6fd 100644 --- a/pkgs/development/python-modules/jupyterlab/default.nix +++ b/pkgs/development/python-modules/jupyterlab/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "jupyterlab"; - version = "4.2.4"; + version = "4.2.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-NDqXn7lYL9CMhRGCPjIHAygc0HKgBJvNr9x6/tp/JTc="; + hash = "sha256-rn86G4y4i09VAJznn6fAb5nXDNY2Ae5KqRgV0FT0b3U="; }; build-system = [ From a4e2f20b166d53ae669a5d4c0f3b4cf9d47309bf Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:58:20 +0900 Subject: [PATCH 4/9] python312Packages.jupyterlab-widgets: 3.0.11 -> 3.0.13 --- .../development/python-modules/jupyterlab-widgets/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyterlab-widgets/default.nix b/pkgs/development/python-modules/jupyterlab-widgets/default.nix index cd538beade251..bf8b0a0141aef 100644 --- a/pkgs/development/python-modules/jupyterlab-widgets/default.nix +++ b/pkgs/development/python-modules/jupyterlab-widgets/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "jupyterlab-widgets"; - version = "3.0.11"; + version = "3.0.13"; pyproject = true; src = fetchPypi { pname = "jupyterlab_widgets"; inherit version; - hash = "sha256-3VrGeVk8lprynJvtBUwk8mhCuqUTUhFHNnVrwDXe7ic="; + hash = "sha256-opZtOFMowZQraDqM2WuJuN2CyLj4HdqQK7K8BtRvW+0="; }; # jupyterlab is required to build from source but we use the pre-build package From c09fbe38a8b0badbcb957219d67fb4d835549349 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:58:29 +0900 Subject: [PATCH 5/9] python312Packages.marimo: 0.8.3 -> 0.8.7 Changelog: https://github.com/marimo-team/marimo/releases/tag/0.8.7 --- pkgs/development/python-modules/marimo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/marimo/default.nix b/pkgs/development/python-modules/marimo/default.nix index c5adc0e91f3c0..626f358bbc84c 100644 --- a/pkgs/development/python-modules/marimo/default.nix +++ b/pkgs/development/python-modules/marimo/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "marimo"; - version = "0.8.3"; + version = "0.8.7"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-t7VYKInsZ0hYW+svD0vnsMyGcMtIeuWaor8nijyDhn8="; + hash = "sha256-gxfb5MYPbl8KnvIL+93CyYLOaJ6UflqaikXLAWCS55g="; }; build-system = [ setuptools ]; From f66332b008b76b21246d29df5550cc5f0d040133 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:58:40 +0900 Subject: [PATCH 6/9] python312Packages.nbdev: 2.3.27 -> 2.3.28 Changelog: https://github.com/fastai/nbdev/blob/2.3.28/CHANGELOG.md --- pkgs/development/python-modules/nbdev/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/nbdev/default.nix b/pkgs/development/python-modules/nbdev/default.nix index 130ab24cbb8d5..023cf92090bc0 100644 --- a/pkgs/development/python-modules/nbdev/default.nix +++ b/pkgs/development/python-modules/nbdev/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "nbdev"; - version = "2.3.27"; + version = "2.3.28"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-vF79mY5dy00xfaGR8L9HPpdxOiEpiJ1AQt42hO9DIMs="; + hash = "sha256-BTZFcX7/mPDgahK9K2WiVQUWK5lFhtH4f4IilgIIwgw="; }; From 50f1bb8008e325ddf35f5d47d988a6ef7ec43110 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:58:48 +0900 Subject: [PATCH 7/9] python312Packages.nbsphinx: 0.9.4 -> 0.9.5 Changelog: https://github.com/spatialaudio/nbsphinx/blob/0.9.5/NEWS.rst --- pkgs/development/python-modules/nbsphinx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/nbsphinx/default.nix b/pkgs/development/python-modules/nbsphinx/default.nix index aac9c4e6ef259..c819eee79ab60 100644 --- a/pkgs/development/python-modules/nbsphinx/default.nix +++ b/pkgs/development/python-modules/nbsphinx/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "nbsphinx"; - version = "0.9.4"; + version = "0.9.5"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-BCpggG/CPVGbxb71nZVXBxORP+RC/adZ1T46r2IQR5Q="; + hash = "sha256-c2kW57Daso/JBPSprjtTqaUMKfzMYynAUvzHSFq88rc="; }; build-system = [ setuptools ]; From 68e35943525d897e36dccfe5c4a342a842b10771 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:58:53 +0900 Subject: [PATCH 8/9] python312Packages.notebook: 7.2.1 -> 7.2.2 Changelog: https://github.com/jupyter/notebook/blob/v7.2.2/CHANGELOG.md --- pkgs/development/python-modules/notebook/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index 7718611df06cc..9e796f6bf5374 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "notebook"; - version = "7.2.1"; + version = "7.2.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-Qoe22ll0CzIXPQHWQfdj0pL0nDDnpRuJxGuoRzEmNB4="; + hash = "sha256-LvB9QiBCFiOtP+iBGNaHvARQBVVwzdFggUpZzzocUW4="; }; postPatch = '' From 07e2777d9029031639dafa305d1191889594ec3b Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 10:59:19 +0900 Subject: [PATCH 9/9] python312Packages.widgetsnbextension: 4.0.11 -> 4.0.13 --- .../development/python-modules/widgetsnbextension/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/widgetsnbextension/default.nix b/pkgs/development/python-modules/widgetsnbextension/default.nix index 6cf9a308b8202..e717e925cf16f 100644 --- a/pkgs/development/python-modules/widgetsnbextension/default.nix +++ b/pkgs/development/python-modules/widgetsnbextension/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "widgetsnbextension"; - version = "4.0.11"; + version = "4.0.13"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-iyKo8ZEL/RiOWW/n/AXcvYfoEMikugEL2z2oZjc5hHQ="; + hash = "sha256-/8tnvJ/r0QI0o2J5X2Q5J/TgwF2TQscntl0jhPj+rLY="; }; nativeBuildInputs = [ jupyter-packaging ];