Skip to content

python3.pkgs.bokeh: 2.4.3 -> 3.2.2#252993

Merged
veprbl merged 5 commits intoNixOS:masterfrom
veprbl:pr/bokeh_3_2_2
Sep 12, 2023
Merged

python3.pkgs.bokeh: 2.4.3 -> 3.2.2#252993
veprbl merged 5 commits intoNixOS:masterfrom
veprbl:pr/bokeh_3_2_2

Conversation

@veprbl
Copy link
Copy Markdown
Member

@veprbl veprbl commented Sep 2, 2023

Description of changes

Update bokeh, update panel for compatibility

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Sep 2, 2023
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Sep 2, 2023
@veprbl veprbl closed this Sep 2, 2023
@veprbl veprbl deleted the pr/bokeh_3_2_2 branch September 2, 2023 22:40
@veprbl veprbl restored the pr/bokeh_3_2_2 branch September 2, 2023 22:40
@veprbl veprbl reopened this Sep 2, 2023
@ofborg ofborg bot requested a review from bcdarwin September 2, 2023 23:10
@gepbird
Copy link
Copy Markdown
Contributor

gepbird commented Sep 3, 2023

Result of nixpkgs-review pr 252993 run on x86_64-linux 1

60 packages marked as broken and skipped:
  • openai-full
  • openai-full.dist
  • pentestgpt
  • pentestgpt.dist
  • python310Packages.dalle-mini
  • python310Packages.dalle-mini.dist
  • python310Packages.fastai
  • python310Packages.fastai.dist
  • python310Packages.gradio
  • python310Packages.gradio.dist
  • python310Packages.k-diffusion
  • python310Packages.k-diffusion.dist
  • python310Packages.langchain
  • python310Packages.langchain.dist
  • python310Packages.optuna
  • python310Packages.optuna.dist
  • python310Packages.skrl
  • python310Packages.skrl.dist
  • python310Packages.spacy
  • python310Packages.spacy-loggers
  • python310Packages.spacy-loggers.dist
  • python310Packages.spacy-lookups-data
  • python310Packages.spacy-lookups-data.dist
  • python310Packages.spacy-transformers
  • python310Packages.spacy-transformers.dist
  • python310Packages.spacy.dist
  • python310Packages.textacy
  • python310Packages.textacy.dist
  • python310Packages.textnets
  • python310Packages.textnets.dist
  • python310Packages.wandb
  • python310Packages.wandb.dist
  • python311Packages.dalle-mini
  • python311Packages.dalle-mini.dist
  • python311Packages.fastai
  • python311Packages.fastai.dist
  • python311Packages.gradio
  • python311Packages.gradio.dist
  • python311Packages.k-diffusion
  • python311Packages.k-diffusion.dist
  • python311Packages.optuna
  • python311Packages.optuna.dist
  • python311Packages.skrl
  • python311Packages.skrl.dist
  • python311Packages.spacy
  • python311Packages.spacy-loggers
  • python311Packages.spacy-loggers.dist
  • python311Packages.spacy-lookups-data
  • python311Packages.spacy-lookups-data.dist
  • python311Packages.spacy-transformers
  • python311Packages.spacy-transformers.dist
  • python311Packages.spacy.dist
  • python311Packages.textacy
  • python311Packages.textacy.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python311Packages.wandb
  • python311Packages.wandb.dist
  • tts
  • tts.dist
4 packages failed to build:
  • python310Packages.intake
  • python310Packages.intake.dist
  • python311Packages.intake
  • python311Packages.intake.dist
26 packages built:
  • python310Packages.bokeh
  • python310Packages.bokeh.dist
  • python310Packages.datashader
  • python310Packages.datashader.dist
  • python310Packages.holoviews
  • python310Packages.holoviews.dist
  • python310Packages.hvplot
  • python310Packages.hvplot.dist
  • python310Packages.livelossplot
  • python310Packages.livelossplot.dist
  • python310Packages.nbsmoke
  • python310Packages.nbsmoke.dist
  • python310Packages.panel
  • python310Packages.panel.dist
  • python311Packages.bokeh
  • python311Packages.bokeh.dist
  • python311Packages.holoviews
  • python311Packages.holoviews.dist
  • python311Packages.hvplot
  • python311Packages.hvplot.dist
  • python311Packages.livelossplot
  • python311Packages.livelossplot.dist
  • python311Packages.nbsmoke
  • python311Packages.nbsmoke.dist
  • python311Packages.panel
  • python311Packages.panel.dist
Error log:
error: builder for '/nix/store/n596slzzlg09mkg6lgs494ib07ivybij-python3.11-intake-0.7.0.drv' failed with exit code 1;
       last 10 log lines:
       > FAILED intake/source/tests/test_csv.py::test_read_list - assert False
       > FAILED intake/source/tests/test_csv.py::test_read_list_with_glob - assert False
       > FAILED intake/source/tests/test_csv.py::test_to_dask - assert False
       > FAILED intake/source/tests/test_derived.py::test_columns - assert False
       > FAILED intake/source/tests/test_derived.py::test_df_transform - assert False
       > FAILED intake/source/tests/test_derived.py::test_pipeline_apply - intake.source.derived.PipelineStepError: DataFramePipeline source apply ste...
       > ERROR intake/cli/server/tests/test_server.py::test_port_flag - ValueError: port_server did not yield a value
       > ERROR intake/cli/server/tests/test_server.py::test_address_flag - ValueError: address_server did not yield a value
       > = 9 failed, 477 passed, 13 skipped, 39 deselected, 1 xfailed, 3 warnings, 2 errors in 838.82s (0:13:58) =
       > /nix/store/1qxkj91n172qnypdrqdybh4p203nax7g-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context
       For full logs, run 'nix log /nix/store/n596slzzlg09mkg6lgs494ib07ivybij-python3.11-intake-0.7.0.drv'.
error: builder for '/nix/store/im8b9nmpn1dm014xg91zyk53fblxw7qn-python3.10-intake-0.7.0.drv' failed with exit code 1;
       last 10 log lines:
       > FAILED intake/source/tests/test_csv.py::test_read_list - assert False
       > FAILED intake/source/tests/test_csv.py::test_read_list_with_glob - assert False
       > FAILED intake/source/tests/test_csv.py::test_to_dask - assert False
       > FAILED intake/source/tests/test_derived.py::test_columns - assert False
       > FAILED intake/source/tests/test_derived.py::test_df_transform - assert False
       > FAILED intake/source/tests/test_derived.py::test_pipeline_apply - intake.source.derived.PipelineStepError: DataFramePipeline source apply ste...
       > ERROR intake/cli/server/tests/test_server.py::test_port_flag - ValueError: port_server did not yield a value
       > ERROR intake/cli/server/tests/test_server.py::test_address_flag - ValueError: address_server did not yield a value
       > = 9 failed, 477 passed, 13 skipped, 39 deselected, 1 xfailed, 3 warnings, 2 errors in 896.34s (0:14:56) =
       > /nix/store/1qxkj91n172qnypdrqdybh4p203nax7g-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context
       For full logs, run 'nix log /nix/store/im8b9nmpn1dm014xg91zyk53fblxw7qn-python3.10-intake-0.7.0.drv'.
[1/17/19 built (2 failed), 37 copied (86.9/87.0 MiB), 57.5 MiB DL] building python3.10-datashader-0.15.2 (pytestCheckPhase): .
error: 2 dependencies of derivation '/nix/store/galw092ax8l6vb5x3bfc22dhl252dg6c-review-shell.drv' failed to build

@veprbl veprbl force-pushed the pr/bokeh_3_2_2 branch 2 times, most recently from 29e1c12 to 351a586 Compare September 4, 2023 02:36
@veprbl
Copy link
Copy Markdown
Member Author

veprbl commented Sep 4, 2023

@GrahamcOfBorg build python3Packages.intake

@natsukium
Copy link
Copy Markdown
Member

@ofborg build python310Packages.bokeh

@gepbird
Copy link
Copy Markdown
Contributor

gepbird commented Sep 4, 2023

Result of nixpkgs-review pr 252993 run on x86_64-linux 1

60 packages marked as broken and skipped:
  • openai-full
  • openai-full.dist
  • pentestgpt
  • pentestgpt.dist
  • python310Packages.dalle-mini
  • python310Packages.dalle-mini.dist
  • python310Packages.fastai
  • python310Packages.fastai.dist
  • python310Packages.gradio
  • python310Packages.gradio.dist
  • python310Packages.k-diffusion
  • python310Packages.k-diffusion.dist
  • python310Packages.langchain
  • python310Packages.langchain.dist
  • python310Packages.optuna
  • python310Packages.optuna.dist
  • python310Packages.skrl
  • python310Packages.skrl.dist
  • python310Packages.spacy
  • python310Packages.spacy-loggers
  • python310Packages.spacy-loggers.dist
  • python310Packages.spacy-lookups-data
  • python310Packages.spacy-lookups-data.dist
  • python310Packages.spacy-transformers
  • python310Packages.spacy-transformers.dist
  • python310Packages.spacy.dist
  • python310Packages.textacy
  • python310Packages.textacy.dist
  • python310Packages.textnets
  • python310Packages.textnets.dist
  • python310Packages.wandb
  • python310Packages.wandb.dist
  • python311Packages.dalle-mini
  • python311Packages.dalle-mini.dist
  • python311Packages.fastai
  • python311Packages.fastai.dist
  • python311Packages.gradio
  • python311Packages.gradio.dist
  • python311Packages.k-diffusion
  • python311Packages.k-diffusion.dist
  • python311Packages.optuna
  • python311Packages.optuna.dist
  • python311Packages.skrl
  • python311Packages.skrl.dist
  • python311Packages.spacy
  • python311Packages.spacy-loggers
  • python311Packages.spacy-loggers.dist
  • python311Packages.spacy-lookups-data
  • python311Packages.spacy-lookups-data.dist
  • python311Packages.spacy-transformers
  • python311Packages.spacy-transformers.dist
  • python311Packages.spacy.dist
  • python311Packages.textacy
  • python311Packages.textacy.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python311Packages.wandb
  • python311Packages.wandb.dist
  • tts
  • tts.dist
30 packages built:
  • python310Packages.bokeh
  • python310Packages.bokeh.dist
  • python310Packages.datashader
  • python310Packages.datashader.dist
  • python310Packages.holoviews
  • python310Packages.holoviews.dist
  • python310Packages.hvplot
  • python310Packages.hvplot.dist
  • python310Packages.intake
  • python310Packages.intake.dist
  • python310Packages.livelossplot
  • python310Packages.livelossplot.dist
  • python310Packages.nbsmoke
  • python310Packages.nbsmoke.dist
  • python310Packages.panel
  • python310Packages.panel.dist
  • python311Packages.bokeh
  • python311Packages.bokeh.dist
  • python311Packages.holoviews
  • python311Packages.holoviews.dist
  • python311Packages.hvplot
  • python311Packages.hvplot.dist
  • python311Packages.intake
  • python311Packages.intake.dist
  • python311Packages.livelossplot
  • python311Packages.livelossplot.dist
  • python311Packages.nbsmoke
  • python311Packages.nbsmoke.dist
  • python311Packages.panel
  • python311Packages.panel.dist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants