Skip to content

python310Packages.wagtail: 5.1.3 -> 5.2.2#266972

Closed
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python310Packages.wagtail
Closed

python310Packages.wagtail: 5.1.3 -> 5.2.2#266972
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python310Packages.wagtail

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 python310Packages.wagtail is: A Django content management system focused on flexibility and user experience

meta.homepage for python310Packages.wagtail is: https://github.com/wagtail/wagtail

meta.changelog for python310Packages.wagtail is: https://github.com/wagtail/wagtail/blob/v5.2/CHANGELOG.txt

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 5.2 with grep in /nix/store/58v7iwra4r32rcwlwvv8m04ka1v2dbp7-python3.10-wagtail-5.2
  • found 5.2 in filename of file in /nix/store/58v7iwra4r32rcwlwvv8m04ka1v2dbp7-python3.10-wagtail-5.2

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

6 package rebuild(s)

First fifty rebuilds by attrpath
python310Packages.wagtail
python310Packages.wagtail-factories
python310Packages.wagtail-localize
python311Packages.wagtail
python311Packages.wagtail-factories
python311Packages.wagtail-localize
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/58v7iwra4r32rcwlwvv8m04ka1v2dbp7-python3.10-wagtail-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 python310Packages.wagtail https://github.com/r-ryantm/nixpkgs/archive/1282a0a46ee26dd1a28ec71faec5ed9b24de023b.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/1282a0a46ee26dd1a28ec71faec5ed9b24de023b#python310Packages.wagtail

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

ls -la /nix/store/58v7iwra4r32rcwlwvv8m04ka1v2dbp7-python3.10-wagtail-5.2
ls -la /nix/store/58v7iwra4r32rcwlwvv8m04ka1v2dbp7-python3.10-wagtail-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.

Result of nixpkgs-review run on x86_64-linux 1

2 packages failed to build:
  • python310Packages.wagtail-localize
  • python311Packages.wagtail-localize
4 packages built:
  • python310Packages.wagtail
  • python310Packages.wagtail-factories
  • python311Packages.wagtail
  • python311Packages.wagtail-factories

Maintainer pings

cc @sephii for testing.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Nov 12, 2023
@ofborg ofborg bot requested a review from sephii November 12, 2023 05:28
@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 Nov 12, 2023
@sephii
Copy link
Contributor

sephii commented Nov 12, 2023

wagtail-localize’s compatibility with Wagtail 5.2 will be added in the next release (1.7). Since 1.7rc1 was released 5 days ago, I guess it should come out soon.

@sephii
Copy link
Contributor

sephii commented Nov 16, 2023

We can merge this once #267813 is merged.

@natsukium
Copy link
Member

Result of nixpkgs-review pr 266972 at 1282a0a4 run on x86_64-linux 1

2 packages failed to build:
4 packages built successfully:
  • python310Packages.wagtail
  • python310Packages.wagtail-factories
  • python311Packages.wagtail
  • python311Packages.wagtail-factories

@sephii
Copy link
Contributor

sephii commented Nov 20, 2023

This branch should be rebased on master now that #267813 has been merged (this will fix the failing packages).

@r-ryantm r-ryantm changed the title python310Packages.wagtail: 5.1.3 -> 5.2 python310Packages.wagtail: 5.1.3 -> 5.2.2 Dec 7, 2023
@r-ryantm r-ryantm force-pushed the auto-update/python310Packages.wagtail branch from 1282a0a to 5b434a4 Compare December 7, 2023 06:24
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Dec 7, 2023

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python310Packages.wagtail is: A Django content management system focused on flexibility and user experience

meta.homepage for python310Packages.wagtail is: https://github.com/wagtail/wagtail

meta.changelog for python310Packages.wagtail is: https://github.com/wagtail/wagtail/blob/v5.2.2/CHANGELOG.txt

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 5.2.2 with grep in /nix/store/6sy2ndmll4gabjps0cpy4b05a2898fzv-python3.10-wagtail-5.2.2
  • found 5.2.2 in filename of file in /nix/store/6sy2ndmll4gabjps0cpy4b05a2898fzv-python3.10-wagtail-5.2.2

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

6 package rebuild(s)

First fifty rebuilds by attrpath
python310Packages.wagtail
python310Packages.wagtail-factories
python310Packages.wagtail-localize
python311Packages.wagtail
python311Packages.wagtail-factories
python311Packages.wagtail-localize
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6sy2ndmll4gabjps0cpy4b05a2898fzv-python3.10-wagtail-5.2.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 python310Packages.wagtail https://github.com/r-ryantm/nixpkgs/archive/5b434a46c30b27e3856043ee0d025ea7627f5686.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/5b434a46c30b27e3856043ee0d025ea7627f5686#python310Packages.wagtail

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

ls -la /nix/store/6sy2ndmll4gabjps0cpy4b05a2898fzv-python3.10-wagtail-5.2.2
ls -la /nix/store/6sy2ndmll4gabjps0cpy4b05a2898fzv-python3.10-wagtail-5.2.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.

Result of nixpkgs-review run on x86_64-linux 1

2 packages failed to build:
  • python310Packages.wagtail-localize
  • python311Packages.wagtail-localize
4 packages built:
  • python310Packages.wagtail
  • python310Packages.wagtail-factories
  • python311Packages.wagtail
  • python311Packages.wagtail-factories

Maintainer pings

cc @sephii for testing.

@wegank
Copy link
Member

wegank commented Dec 8, 2023

@ofborg build python310Packages.wagtail-localize python311Packages.wagtail-localize

@sephii
Copy link
Contributor

sephii commented Dec 10, 2023

Closing this PR in favour of #273359 (the change needs django-modelcluster to be upgraded).

@sephii sephii closed this Dec 10, 2023
@r-ryantm r-ryantm deleted the auto-update/python310Packages.wagtail branch December 10, 2023 23:18
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants