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

python311Packages.pyorthanc: 1.16.1 -> 1.18.0 #318681

Merged

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.pyorthanc is: Python library that wraps the Orthanc REST API

meta.homepage for python311Packages.pyorthanc is: https://github.com/gacou54/pyorthanc

meta.changelog for python311Packages.pyorthanc is: https://github.com/gacou54/pyorthanc/releases/tag/v1.17.0

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.17.0 with grep in /nix/store/jl0i75vir8av2rvg1qakf28fzvvx43ag-python3.11-pyorthanc-1.17.0
  • found 1.17.0 in filename of file in /nix/store/jl0i75vir8av2rvg1qakf28fzvvx43ag-python3.11-pyorthanc-1.17.0

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

python311Packages.pyorthanc
python312Packages.pyorthanc
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/jl0i75vir8av2rvg1qakf28fzvvx43ag-python3.11-pyorthanc-1.17.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.pyorthanc https://github.com/r-ryantm/nixpkgs/archive/62f33b847b6a83f41485139c745fe5b7207b6a0d.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/62f33b847b6a83f41485139c745fe5b7207b6a0d#python311Packages.pyorthanc

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/jl0i75vir8av2rvg1qakf28fzvvx43ag-python3.11-pyorthanc-1.17.0
ls -la /nix/store/jl0i75vir8av2rvg1qakf28fzvvx43ag-python3.11-pyorthanc-1.17.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

4 packages built:
  • python311Packages.pyorthanc
  • python311Packages.pyorthanc.dist
  • python312Packages.pyorthanc
  • python312Packages.pyorthanc.dist

Maintainer pings

cc @bcdarwin for testing.

Copy link
Member

@bcdarwin bcdarwin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff LGTM; changelog seems fine.

httpx jailbreak can probably be removed.

@r-ryantm r-ryantm changed the title python311Packages.pyorthanc: 1.16.1 -> 1.17.0 python311Packages.pyorthanc: 1.16.1 -> 1.18.0 Jun 18, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.pyorthanc is: Python library that wraps the Orthanc REST API

meta.homepage for python311Packages.pyorthanc is: https://github.com/gacou54/pyorthanc

meta.changelog for python311Packages.pyorthanc is: https://github.com/gacou54/pyorthanc/releases/tag/v1.18.0

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.18.0 with grep in /nix/store/ypg8r3lx0hac7i9h7z9flazh449hpr1k-python3.11-pyorthanc-1.18.0
  • found 1.18.0 in filename of file in /nix/store/ypg8r3lx0hac7i9h7z9flazh449hpr1k-python3.11-pyorthanc-1.18.0

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

python311Packages.pyorthanc
python312Packages.pyorthanc
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ypg8r3lx0hac7i9h7z9flazh449hpr1k-python3.11-pyorthanc-1.18.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.pyorthanc https://github.com/r-ryantm/nixpkgs/archive/d02892d7920bd169e821c202ad06552701b8e5f2.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d02892d7920bd169e821c202ad06552701b8e5f2#python311Packages.pyorthanc

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ypg8r3lx0hac7i9h7z9flazh449hpr1k-python3.11-pyorthanc-1.18.0
ls -la /nix/store/ypg8r3lx0hac7i9h7z9flazh449hpr1k-python3.11-pyorthanc-1.18.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

4 packages built:
  • python311Packages.pyorthanc
  • python311Packages.pyorthanc.dist
  • python312Packages.pyorthanc
  • python312Packages.pyorthanc.dist

Maintainer pings

cc @bcdarwin for testing.

@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.pyorthanc branch from 62f33b8 to d02892d Compare June 18, 2024 04:12
@ofborg ofborg bot requested a review from bcdarwin June 18, 2024 04:43
@natsukium natsukium merged commit bf52699 into NixOS:master Jun 19, 2024
24 checks passed
@r-ryantm r-ryantm deleted the auto-update/python311Packages.pyorthanc branch June 20, 2024 00:21
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.

None yet

4 participants