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

strawberry-qt6: 1.1.3 -> 1.2.1 #343933

Closed
wants to merge 1 commit into 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 strawberry-qt6 is: Music player and music collection organizer

meta.homepage for strawberry-qt6 is: https://www.strawberrymusicplayer.org/

meta.changelog for strawberry-qt6 is: https://raw.githubusercontent.com/jonaski/strawberry/1.2.0/Changelog

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.2.0 with grep in /nix/store/0w852f95hg5ydy7f58m014j3y72alyl8-strawberry-1.2.0
  • found 1.2.0 in filename of file in /nix/store/0w852f95hg5ydy7f58m014j3y72alyl8-strawberry-1.2.0

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

4 package rebuild(s)

First fifty rebuilds by attrpath

strawberry
strawberry-qt5
strawberry-qt6
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/0w852f95hg5ydy7f58m014j3y72alyl8-strawberry-1.2.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 strawberry-qt6 https://github.com/r-ryantm/nixpkgs/archive/bd8d375352f06476297dd90562b3992e40615082.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/bd8d375352f06476297dd90562b3992e40615082#strawberry-qt6

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

ls -la /nix/store/0w852f95hg5ydy7f58m014j3y72alyl8-strawberry-1.2.0
ls -la /nix/store/0w852f95hg5ydy7f58m014j3y72alyl8-strawberry-1.2.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 run on x86_64-linux 1

1 package failed to build:
  • strawberry
1 package built:
  • strawberry-qt6

Maintainer pings

cc @peterhoeg for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot requested a review from peterhoeg September 23, 2024 11:31
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Sep 23, 2024
@h7x4
Copy link
Member

h7x4 commented Oct 5, 2024

This doesn't seem to be actually released? The tag exists, but the release does not. Changelog is noted as "unreleased"

@staticssleever668
Copy link
Contributor

When it actually gets released, strawberry-qt5 should be removed strawberrymusicplayer/strawberry#1537

@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 1, 2024
@wegank wegank marked this pull request as draft November 1, 2024 17:30
@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 strawberry-qt6 is: Music player and music collection organizer

meta.homepage for strawberry-qt6 is: https://www.strawberrymusicplayer.org/

meta.changelog for strawberry-qt6 is: https://raw.githubusercontent.com/jonaski/strawberry/1.2.1/Changelog

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.2.1 with grep in /nix/store/6hd3pq3j4qxf0lin4z06fskvir7jp037-strawberry-1.2.1
  • found 1.2.1 in filename of file in /nix/store/6hd3pq3j4qxf0lin4z06fskvir7jp037-strawberry-1.2.1

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

4 package rebuild(s)

First fifty rebuilds by attrpath

strawberry
strawberry-qt5
strawberry-qt6
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6hd3pq3j4qxf0lin4z06fskvir7jp037-strawberry-1.2.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 strawberry-qt6 https://github.com/r-ryantm/nixpkgs/archive/71dcc60ff9cc694f5cd67326d5187c73adb35059.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/71dcc60ff9cc694f5cd67326d5187c73adb35059#strawberry-qt6

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

ls -la /nix/store/6hd3pq3j4qxf0lin4z06fskvir7jp037-strawberry-1.2.1
ls -la /nix/store/6hd3pq3j4qxf0lin4z06fskvir7jp037-strawberry-1.2.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 result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 1 package failed to build:
  • strawberry
✅ 1 package built:
  • strawberry-qt6

Maintainer pings

cc @peterhoeg for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title strawberry-qt6: 1.1.2 -> 1.2.0 strawberry-qt6: 1.1.3 -> 1.2.1 Nov 22, 2024
@r-ryantm r-ryantm force-pushed the auto-update/strawberry-qt6 branch from bd8d375 to 71dcc60 Compare November 22, 2024 06:50
@ofborg ofborg bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Nov 23, 2024
@peterhoeg
Copy link
Member

1.2.2 is out but I don't have time presently to give it a go.

@staticssleever668
Copy link
Contributor

@peterhoeg I've made a pull request for 1.2.2: #358024

@r-ryantm r-ryantm deleted the auto-update/strawberry-qt6 branch December 4, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants