Skip to content

Comments

qutebrowser: 2.5.4 -> 3.0.0#250171

Merged
rnhmjoj merged 1 commit intoNixOS:masterfrom
rnhmjoj:pr-qute
Aug 20, 2023
Merged

qutebrowser: 2.5.4 -> 3.0.0#250171
rnhmjoj merged 1 commit intoNixOS:masterfrom
rnhmjoj:pr-qute

Conversation

@rnhmjoj
Copy link
Contributor

@rnhmjoj rnhmjoj commented Aug 19, 2023

Description of changes

Version bump

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.

@rnhmjoj rnhmjoj requested review from mdarocha, nrdxp and wegank August 19, 2023 11:15
@ofborg ofborg bot added the 8.has: clean-up This PR removes packages or removes other cruft label Aug 19, 2023
@ofborg ofborg bot requested review from dotlambda, ebzzry and jagajaga August 19, 2023 12:05
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Aug 19, 2023
@matthiasbeyer
Copy link
Contributor

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

2 packages built:
  • qutebrowser
  • qutebrowser.dist

@rnhmjoj rnhmjoj merged commit ad0bbaf into NixOS:master Aug 20, 2023
quake3game = throw "'quake3game' has been renamed to/replaced by 'ioquake3'"; # Converted to throw 2022-02-22
quaternion-git = throw "quaternion-git has been removed in favor of the stable version 'quaternion'"; # Added 2020-04-09
quilter = throw "quilter has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-03
qutebrowser-qt6 = throw "'qutebrowser-qt6' has been replaced by 'qutebrowser', since the the qt5 version has been removed"; # Added 2023-08-19
Copy link
Member

Choose a reason for hiding this comment

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

Why not

Suggested change
qutebrowser-qt6 = throw "'qutebrowser-qt6' has been replaced by 'qutebrowser', since the the qt5 version has been removed"; # Added 2023-08-19
qutebrowser-qt6 = qutebrowser; # Added 2023-08-19

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I followed other Qt applications that did a similar migration.

@ghost
Copy link

ghost commented Aug 26, 2023

This wasn't just a version bump, you broke qutebrowser for all platforms where qt6 doesn't yet build.

A massively drastic change like that shouldn't be smuggled into nixpkgs in a PR which is labeled as a version bump.

Prior to this PR the expression supported both qt5 and qt6.

@ghost ghost mentioned this pull request Aug 26, 2023
12 tasks
@ghost ghost mentioned this pull request Nov 6, 2023
13 tasks
@rnhmjoj rnhmjoj deleted the pr-qute branch November 29, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: clean-up This PR removes packages or removes other cruft 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants