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.arcam-fmj: 1.4.0 -> 1.5.2 #310949

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.arcam-fmj is: Python library for speaking to Arcam receivers

meta.homepage for python311Packages.arcam-fmj is: https://github.com/elupus/arcam_fmj

meta.changelog for python311Packages.arcam-fmj is: https://github.com/elupus/arcam_fmj/releases/tag/1.5.1

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.5.1 with grep in /nix/store/s88i055kc5n8slj214mpdbrcfs9xwlwn-python3.11-arcam-fmj-1.5.1
  • found 1.5.1 in filename of file in /nix/store/s88i055kc5n8slj214mpdbrcfs9xwlwn-python3.11-arcam-fmj-1.5.1

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

4 package rebuild(s)

First fifty rebuilds by attrpath

home-assistant-component-tests.arcam_fmj
python311Packages.arcam-fmj
python312Packages.arcam-fmj
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/s88i055kc5n8slj214mpdbrcfs9xwlwn-python3.11-arcam-fmj-1.5.1 \
  --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.arcam-fmj https://github.com/r-ryantm/nixpkgs/archive/f28aceaa6b4104628fdb2a4a99f36bedfc58c204.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/f28aceaa6b4104628fdb2a4a99f36bedfc58c204#python311Packages.arcam-fmj

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

ls -la /nix/store/s88i055kc5n8slj214mpdbrcfs9xwlwn-python3.11-arcam-fmj-1.5.1
ls -la /nix/store/s88i055kc5n8slj214mpdbrcfs9xwlwn-python3.11-arcam-fmj-1.5.1/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.

nixpkgs-review took longer than 120m and timed out


Maintainer pings

cc @dotlambda for testing.

@matthiasbeyer
Copy link
Contributor

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

3 packages failed to build:
  • home-assistant-component-tests.arcam_fmj
  • python312Packages.arcam-fmj
  • python312Packages.arcam-fmj.dist
2 packages built:
  • python311Packages.arcam-fmj
  • python311Packages.arcam-fmj.dist

@r-ryantm r-ryantm changed the title python311Packages.arcam-fmj: 1.4.0 -> 1.5.1 python311Packages.arcam-fmj: 1.4.0 -> 1.5.2 May 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.arcam-fmj is: Python library for speaking to Arcam receivers

meta.homepage for python311Packages.arcam-fmj is: https://github.com/elupus/arcam_fmj

meta.changelog for python311Packages.arcam-fmj is: https://github.com/elupus/arcam_fmj/releases/tag/1.5.2

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.5.2 with grep in /nix/store/rdcqxxrnb3iczgf0aq5p8zgi2y1h1nrz-python3.11-arcam-fmj-1.5.2
  • found 1.5.2 in filename of file in /nix/store/rdcqxxrnb3iczgf0aq5p8zgi2y1h1nrz-python3.11-arcam-fmj-1.5.2

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

4 package rebuild(s)

First fifty rebuilds by attrpath

home-assistant-component-tests.arcam_fmj
python311Packages.arcam-fmj
python312Packages.arcam-fmj
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/rdcqxxrnb3iczgf0aq5p8zgi2y1h1nrz-python3.11-arcam-fmj-1.5.2 \
  --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.arcam-fmj https://github.com/r-ryantm/nixpkgs/archive/dc5c85f7d4c905e51bc295f2e66070885a69f808.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/dc5c85f7d4c905e51bc295f2e66070885a69f808#python311Packages.arcam-fmj

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

ls -la /nix/store/rdcqxxrnb3iczgf0aq5p8zgi2y1h1nrz-python3.11-arcam-fmj-1.5.2
ls -la /nix/store/rdcqxxrnb3iczgf0aq5p8zgi2y1h1nrz-python3.11-arcam-fmj-1.5.2/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.

nixpkgs-review took longer than 120m and timed out


Maintainer pings

cc @dotlambda for testing.

@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.arcam-fmj branch from f28acea to dc5c85f Compare May 18, 2024 04:38
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

3 participants