Skip to content

python3Packages.wagtail: 5.1.3 -> 5.2.2#273359

Merged
wegank merged 2 commits intoNixOS:masterfrom
sephii:python3Packages.wagtail-5_2
Dec 19, 2023
Merged

python3Packages.wagtail: 5.1.3 -> 5.2.2#273359
wegank merged 2 commits intoNixOS:masterfrom
sephii:python3Packages.wagtail-5_2

Conversation

@sephii
Copy link
Contributor

@sephii sephii commented Dec 10, 2023

Description of changes

Upgrade Wagtail to 5.2.2 based on the original nixpkgs-update PR. Note that Wagtail 5.2 bumped the requirement of django-modelcluster to 6.1 so this package has to be upgraded as well.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 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.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Dec 10, 2023
@ofborg ofborg bot requested a review from desiderius December 10, 2023 18:29
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Dec 10, 2023
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/3100

@delroth delroth added the 12.approvals: 1 This PR was reviewed and approved by one person. label Dec 14, 2023
@natsukium
Copy link
Member

Result of nixpkgs-review pr 273359 at 17eed14 run on x86_64-linux 1

2 packages failed to build:
8 packages built successfully:
  • python310Packages.django-modelcluster
  • python310Packages.permissionedforms
  • python310Packages.wagtail
  • python310Packages.wagtail-factories
  • python311Packages.django-modelcluster
  • python311Packages.permissionedforms
  • python311Packages.wagtail
  • python311Packages.wagtail-factories

@pbsds
Copy link
Member

pbsds commented Dec 18, 2023

same issue is on hydra: https://hydra.nixos.org/build/243672281

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

4 packages failed to build:
  • python310Packages.wagtail-localize
  • python310Packages.wagtail-localize.dist
  • python311Packages.wagtail-localize
  • python311Packages.wagtail-localize.dist
16 packages built:
  • python310Packages.django-modelcluster
  • python310Packages.django-modelcluster.dist
  • python310Packages.permissionedforms
  • python310Packages.permissionedforms.dist
  • python310Packages.wagtail
  • python310Packages.wagtail-factories
  • python310Packages.wagtail-factories.dist
  • python310Packages.wagtail.dist
  • python311Packages.django-modelcluster
  • python311Packages.django-modelcluster.dist
  • python311Packages.permissionedforms
  • python311Packages.permissionedforms.dist
  • python311Packages.wagtail
  • python311Packages.wagtail-factories
  • python311Packages.wagtail-factories.dist
  • python311Packages.wagtail.dist

LGTM

@pbsds
Copy link
Member

pbsds commented Dec 18, 2023

The x86_64-darwin error might be a regression however, since it passes on hydra. @wegank, is opencv float precision issues common on darwin?

@wegank
Copy link
Member

wegank commented Dec 18, 2023

Result of nixpkgs-review pr 273359 run on x86_64-darwin 1

4 packages failed to build:
  • python310Packages.wagtail-localize
  • python310Packages.wagtail-localize.dist
  • python311Packages.wagtail-localize
  • python311Packages.wagtail-localize.dist
16 packages built:
  • python310Packages.django-modelcluster
  • python310Packages.django-modelcluster.dist
  • python310Packages.permissionedforms
  • python310Packages.permissionedforms.dist
  • python310Packages.wagtail
  • python310Packages.wagtail-factories
  • python310Packages.wagtail-factories.dist
  • python310Packages.wagtail.dist
  • python311Packages.django-modelcluster
  • python311Packages.django-modelcluster.dist
  • python311Packages.permissionedforms
  • python311Packages.permissionedforms.dist
  • python311Packages.wagtail
  • python311Packages.wagtail-factories
  • python311Packages.wagtail-factories.dist
  • python311Packages.wagtail.dist

@delroth delroth added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Dec 18, 2023
@wegank wegank merged commit 725a6db into NixOS:master Dec 19, 2023
@sephii
Copy link
Contributor Author

sephii commented Dec 19, 2023

The problem actually comes from building wagtail, but it only appears when building the wagtail-localize package (I have no idea why). 🤔

This PR should fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants