-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[Backport release-25.05] python3Packages.django_5: 5.1 -> 5.2 #432476
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
[Backport release-25.05] python3Packages.django_5: 5.1 -> 5.2 #432476
Conversation
(cherry picked from commit 2fa44a6)
(cherry picked from commit 5d0bac8)
(cherry picked from commit 127252b)
(cherry picked from commit 611b1e2)
(cherry picked from commit f6f5cf8)
(cherry picked from commit 63acd59)
The former is what the package is called on PyPI. (cherry picked from commit 5899651)
(cherry picked from commit e1077a7)
The former is what the package is called on PyPI. (cherry picked from commit dcf15c5)
The former is what the package is called on PyPI. (cherry picked from commit 0d5b5c6)
(cherry picked from commit 2f3a937)
django_5 = callPackage ../development/python-modules/django/5.nix { }; | ||
django_5 = self.django_5_2; | ||
|
||
django_5_1 = callPackage ../development/python-modules/django/5_1.nix { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this fails with:
error: path '/nix/store/ywlv9sf8xs39d7fwh74glwf37pdz40ar-source/pkgs/development/python-modules/django/5_1.nix' does not exist
It looks like this is missing b3ad825 among others (see https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/python-modules/django/5_1.nix). You might also want to backport some of the changes in https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/python-modules/django, if they are missing in https://github.com/NixOS/nixpkgs/commits/release-25.05/pkgs/development/python-modules/django. |
Backport attempt of #416022 (comment)
Things done
passthru.tests
.nixpkgs-review
on this PR. See nixpkgs-review usage../result/bin/
.Add a 👍 reaction to pull requests you find important.