Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open-webui: 0.3.32 -> 0.3.35 #351022

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

drupol
Copy link
Contributor

@drupol drupol commented Oct 24, 2024

diff: https://github.com/open-webui/open-webui/compare/v0.3.32..v0.3.35
changelog: https://github.com/open-webui/open-webui/releases/tag/v0.3.35

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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.

Add a 👍 reaction to pull requests you find important.

@drupol
Copy link
Contributor Author

drupol commented Oct 25, 2024

@ofborg build open-webui

@drupol
Copy link
Contributor Author

drupol commented Oct 25, 2024

Current issues:

  • Build failure: python3Packages.pymilvus #351102

    Executing pythonRuntimeDepsCheck
    Checking runtime dependencies for pymilvus-2.4.7-py3-none-any.whl
      - milvus-lite not installed
    error: builder for '/nix/store/1c5n1l8gprv0cscianwfhc4mrsq330y8-python3.11-pymilvus-2.4.7.drv' failed with exit code 1;
           last 10 log lines:
           > Finished creating a wheel...
           > /build/source/dist /build/source
           > Unpacking to: unpacked/pymilvus-2.4.7...OK
           > Repacking wheel as ./pymilvus-2.4.7-py3-none-any.whl...OK
           > /build/source
           > Finished executing pypaBuildPhase
           > Running phase: pythonRuntimeDepsCheckHook
           > Executing pythonRuntimeDepsCheck
           > Checking runtime dependencies for pymilvus-2.4.7-py3-none-any.whl
           >   - milvus-lite not installed
           For full logs, run 'nix-store -l /nix/store/1c5n1l8gprv0cscianwfhc4mrsq330y8-python3.11-pymilvus-2.4.7.drv'.
    
  • python312Packages.rtfde: fix build #351110

    Running phase: installPhase
    Executing pypaInstallPhase
      - lark~=1.1.8 not satisfied by version 1.2.2
    error: builder for '/nix/store/354nr2b220bnwyzl5yky9d47n21pax24-python3.11-rtfde-0.1.2.drv' failed with exit code 1;
           last 10 log lines:
           > adding 'RTFDE-0.1.2.dist-info/top_level.txt'
           > adding 'RTFDE-0.1.2.dist-info/RECORD'
           > removing build/bdist.linux-x86_64/wheel
           > Successfully built RTFDE-0.1.2-py3-none-any.whl
           > Finished creating a wheel...
           > Finished executing pypaBuildPhase
           > Running phase: pythonRuntimeDepsCheckHook
           > Executing pythonRuntimeDepsCheck
           > Checking runtime dependencies for RTFDE-0.1.2-py3-none-any.whl
           >   - lark~=1.1.8 not satisfied by version 1.2.2
           For full logs, run 'nix-store -l /nix/store/354nr2b220bnwyzl5yky9d47n21pax24-python3.11-rtfde-0.1.2.drv'.
    error: 1 dependencies of derivation '/nix/store/3rfrz0cfp1ca3a7x0pbpmjr82a1az03g-python3.11-extract-msg-0.50.1.drv' failed to build
    Finished executing pythonRuntimeDepsCheck
    
  • python311Packages.xhtml2pdf: fix build #351113

    Running phase: patchPhase
    applying patch /nix/store/gc785a9ywz0sp98bwc3v6m6yaidz6rwg-reportlab-compat.patch
    patching file xhtml2pdf/context.py
    Hunk #1 FAILED at 27.
    1 out of 1 hunk FAILED -- saving rejects to file xhtml2pdf/context.py.rej
    error: builder for '/nix/store/911dsaprcxk7k5rvkq09bjbyvpwh3141-python3.11-xhtml2pdf-0.2.16.drv' failed with exit code 1;
           last 10 log lines:
           > Using pytestCheckPhase
           > Running phase: unpackPhase
           > unpacking source archive /nix/store/50hwyd4991mjd1rz9nlisfksvzizl2qq-source
           > source root is source
           > setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/xhtml2pdf/xhtml2pdf_reportlab.py
           > Running phase: patchPhase
           > applying patch /nix/store/gc785a9ywz0sp98bwc3v6m6yaidz6rwg-reportlab-compat.patch
           > patching file xhtml2pdf/context.py
           > Hunk #1 FAILED at 27.
           > 1 out of 1 hunk FAILED -- saving rejects to file xhtml2pdf/context.py.rej
           For full logs, run 'nix-store -l /nix/store/911dsaprcxk7k5rvkq09bjbyvpwh3141-python3.11-xhtml2pdf-0.2.16.drv'.
    * Getting build dependencies for wheel...
    * Getting build dependencies for wheel...
    running egg_info
    
  • python312Packages.langchain-community: relax tenacity dependency #351941

  • python311.fake-useragent: fix build #351959

@drupol drupol force-pushed the push-mrnuzsupwtor branch from 5eae37b to 26ff381 Compare October 27, 2024 16:23
@drupol drupol changed the title open-webui: 0.3.32 -> 0.3.33 open-webui: 0.3.32 -> 0.3.35 Oct 27, 2024
@drupol drupol force-pushed the push-mrnuzsupwtor branch 2 times, most recently from 8a6adab to 4b0a404 Compare October 28, 2024 08:04
@vcunat

This comment was marked as resolved.

@drupol

This comment was marked as off-topic.

@drupol

This comment was marked as resolved.

@drupol drupol force-pushed the push-mrnuzsupwtor branch 2 times, most recently from b12a507 to f611bee Compare October 28, 2024 19:54
@drupol drupol force-pushed the push-mrnuzsupwtor branch from 62b4ff1 to fa0b591 Compare October 29, 2024 20:42
@drupol
Copy link
Contributor Author

drupol commented Oct 29, 2024

@ofborg build open-webui

@drupol drupol force-pushed the push-mrnuzsupwtor branch from fa0b591 to 719d463 Compare October 29, 2024 21:15
@drupol drupol merged commit a37eba4 into NixOS:staging-next Oct 30, 2024
27 of 28 checks passed
@drupol drupol deleted the push-mrnuzsupwtor branch October 30, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants