Skip to content

bazaar: 0.7.8 -> 0.7.15#493892

Merged
vcunat merged 5 commits into
NixOS:staging-nextfrom
dtomvan:dtomvan/push-mxnrlqqqxxnx
May 13, 2026
Merged

bazaar: 0.7.8 -> 0.7.15#493892
vcunat merged 5 commits into
NixOS:staging-nextfrom
dtomvan:dtomvan/push-mxnrlqqqxxnx

Conversation

@dtomvan
Copy link
Copy Markdown
Contributor

@dtomvan dtomvan commented Feb 25, 2026

Diff: bazaar-org/bazaar@v0.7.8...v0.7.15

Changelogs:

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

@nixpkgs-ci nixpkgs-ci Bot added 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Feb 25, 2026
@dtomvan dtomvan force-pushed the dtomvan/push-mxnrlqqqxxnx branch from aeabce8 to 2adbea3 Compare March 7, 2026 11:13
@dtomvan dtomvan changed the title bazaar: 0.7.8 -> 0.7.10 bazaar: 0.7.8 -> 0.7.11 Mar 7, 2026
@dtomvan dtomvan marked this pull request as draft March 7, 2026 11:14
@dtomvan

This comment was marked as outdated.

@nixpkgs-ci nixpkgs-ci Bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Mar 7, 2026
@dtomvan dtomvan force-pushed the dtomvan/push-mxnrlqqqxxnx branch from 2adbea3 to b1b2191 Compare March 7, 2026 23:26
@dtomvan dtomvan changed the title bazaar: 0.7.8 -> 0.7.11 bazaar: 0.7.8 -> 0.7.12 Mar 26, 2026
@dtomvan dtomvan force-pushed the dtomvan/push-mxnrlqqqxxnx branch from 631dcd4 to c72d650 Compare April 4, 2026 18:51
@dtomvan dtomvan changed the title bazaar: 0.7.8 -> 0.7.12 bazaar: 0.7.8 -> 0.7.13 Apr 4, 2026
@dtomvan dtomvan force-pushed the dtomvan/push-mxnrlqqqxxnx branch from c72d650 to f74fd16 Compare April 10, 2026 17:35
@dtomvan

This comment was marked as outdated.

@dtomvan dtomvan changed the title bazaar: 0.7.8 -> 0.7.13 bazaar: 0.7.8 -> 0.7.14 Apr 10, 2026
@dtomvan

This comment was marked as outdated.

@dtomvan dtomvan force-pushed the dtomvan/push-mxnrlqqqxxnx branch from f74fd16 to c2a12e4 Compare April 18, 2026 12:31
@dtomvan dtomvan changed the title bazaar: 0.7.8 -> 0.7.14 bazaar: 0.7.8 -> 0.7.15 Apr 18, 2026
@dtomvan dtomvan mentioned this pull request May 8, 2026
13 tasks
@dtomvan dtomvan changed the base branch from master to staging-next May 8, 2026 22:19
@nixpkgs-ci nixpkgs-ci Bot closed this May 8, 2026
@nixpkgs-ci nixpkgs-ci Bot reopened this May 8, 2026
@dtomvan dtomvan marked this pull request as ready for review May 8, 2026 22:19
@nixpkgs-ci nixpkgs-ci Bot added the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label May 8, 2026
@dtomvan dtomvan requested a review from dotlambda May 8, 2026 22:29
@nixpkgs-ci nixpkgs-ci Bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label May 8, 2026
@vcunat
Copy link
Copy Markdown
Member

vcunat commented May 10, 2026

Why target staging-next with this PR? It seems to cause basically no rebuilds.

@dtomvan
Copy link
Copy Markdown
Contributor Author

dtomvan commented May 10, 2026

It needs the gnome bumps and I figured that's the only way to get it in 26.05? Or should I just backport after the branchoff? I just tried to copy what @dotlambda did with pika-backup.

@vcunat
Copy link
Copy Markdown
Member

vcunat commented May 10, 2026

Right, you target it correctly. I just didn't know this depended on changes currently in master..staging-next. (the commit and comments didn't seem to imply that)

@dtomvan
Copy link
Copy Markdown
Contributor Author

dtomvan commented May 10, 2026

Oh yeah I had a comment saying "waiting on (gnome pr)" when I todod it, but I marked it as outdated 😅 sorry for being unclear

@vcunat
Copy link
Copy Markdown
Member

vcunat commented May 12, 2026

This merged into the target branch currently doesn't build (on x86_64-linux), e.g. shown by CI in https://github.com/NixOS/nixpkgs/pull/493892/checks?check_run_id=75156747147

I think the relevant part is

Error: babel library not found.
Install it with: pip install babel

@dtomvan
Copy link
Copy Markdown
Contributor Author

dtomvan commented May 12, 2026

Sorry for that. I tried to build it over the past week but I can't seem to build webkitgtk locally... I'll get to it after work.

@vcunat
Copy link
Copy Markdown
Member

vcunat commented May 12, 2026

Today on fresh staging-next + this diff, I didn't have to build anything big like webkit.

@dtomvan
Copy link
Copy Markdown
Contributor Author

dtomvan commented May 12, 2026

Nevermind, looked trivial. Committed this from my phone, so can't test it.

@dtomvan dtomvan force-pushed the dtomvan/push-mxnrlqqqxxnx branch from ee843d9 to 520352c Compare May 12, 2026 17:23
@dtomvan
Copy link
Copy Markdown
Contributor Author

dtomvan commented May 12, 2026

Okay, I think this is mergable now. I got it to build and run now 👍

Also added __structuredAttrs, strictDeps and split outputs.

@vcunat vcunat added this pull request to the merge queue May 13, 2026
@vcunat
Copy link
Copy Markdown
Member

vcunat commented May 13, 2026

Looks OK.

Merged via the queue into NixOS:staging-next with commit 718b881 May 13, 2026
29 of 31 checks passed
@dtomvan dtomvan deleted the dtomvan/push-mxnrlqqqxxnx branch May 13, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 0 This PR does not cause any packages 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.

2 participants