Conversation
|
@GrahamcOfBorg build pythonPackages.atomicwrites |
|
Success on x86_64-linux (full log) Attempted: pythonPackages.atomicwrites Partial log (click to expand)
|
|
Success on x86_64-darwin (full log) Attempted: pythonPackages.atomicwrites Partial log (click to expand)
|
|
The |
|
Success on aarch64-linux (full log) Attempted: pythonPackages.atomicwrites Partial log (click to expand)
|
|
Success on x86_64-linux (full log) Attempted: pythonPackages.Babel Partial log (click to expand)
|
|
Success on aarch64-linux (full log) Attempted: pythonPackages.Babel Partial log (click to expand)
|
|
Success on x86_64-darwin (full log) Attempted: pythonPackages.Babel Partial log (click to expand)
|
|
Success on aarch64-linux (full log) Attempted: fava Partial log (click to expand)
|
|
Success on x86_64-darwin (full log) Attempted: fava Partial log (click to expand)
|
|
Success on x86_64-linux (full log) Attempted: fava Partial log (click to expand)
|
|
Success on x86_64-linux (full log) Attempted: fava Partial log (click to expand)
|
|
Success on x86_64-darwin (full log) Attempted: fava Partial log (click to expand)
|
|
Success on aarch64-linux (full log) Attempted: fava Partial log (click to expand)
|
| pname = "fava"; | ||
| version = "1.6"; | ||
| version = "1.7"; | ||
| name = "${pname}-${version}"; |
pkgs/top-level/python-packages.nix
Outdated
|
|
||
| atomicwrites = buildPythonPackage rec { | ||
| version = "0.1.9"; | ||
| version = "1.1.5"; |
There was a problem hiding this comment.
As atomicwrites was moved to a dedicated directory in #38439, it probably makes sense to rebase on staging.
pkgs/top-level/python-packages.nix
Outdated
|
|
||
| Babel = buildPythonPackage (rec { | ||
| name = "Babel-2.3.4"; | ||
| name = "Babel-2.5.3"; |
There was a problem hiding this comment.
Please use pname and version instead.
pkgs/top-level/python-packages.nix
Outdated
| name = "Babel-2.3.4"; | ||
| name = "Babel-2.5.3"; | ||
|
|
||
| src = pkgs.fetchurl { |
pkgs/top-level/python-packages.nix
Outdated
| @@ -12381,14 +12381,14 @@ in { | |||
| pygit2 = callPackage ../development/python-modules/pygit2 { }; | |||
|
|
|||
| Babel = buildPythonPackage (rec { | |||
There was a problem hiding this comment.
It would be nice if you could move this expression to pkgs/development/python-modules/Babel/default.nix.
pkgs/top-level/python-packages.nix
Outdated
| @@ -16722,11 +16722,11 @@ in { | |||
|
|
|||
| uritemplate = buildPythonPackage rec { | |||
| name = "uritemplate-${version}"; | |||
There was a problem hiding this comment.
Please use pname = "uritemplate" instead.
pkgs/top-level/python-packages.nix
Outdated
| version = "0.6"; | ||
| version = "3.0.0"; | ||
|
|
||
| src = pkgs.fetchurl { |
dotlambda
left a comment
There was a problem hiding this comment.
Instead of reverting the uritemplate bump, you should override the version that fava uses. Have a look at e.g. https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/home-assistant/appdaemon.nix.
Reverted because this file moved in staging This reverts commit 67b9166.
|
It seems the nix community develops new schemes of overriding dependencies every other month. Either way, here's the updates I was able to do. Unfortunately, |
| @@ -16721,12 +16703,12 @@ in { | |||
| update_checker = callPackage ../development/python-modules/update_checker {}; | |||
|
|
|||
| uritemplate = buildPythonPackage rec { | |||
There was a problem hiding this comment.
This should best be moved to its own file as well.
|
There are several problems with the current situation:
|
|
@matthiasbeyer If you feel like that's too much work, I can do it. Just let me know. |
|
@dotlambda that'd be awesome! |
|
This will conflict with #38483. |
|
All changes should be included in #38483. |
Motivation for this change
Update packages I maintain.
Things done
build-use-sandboxinnix.confon non-NixOS)nix-shell -p nox --run "nox-review wip"./result/bin/)