2022-10-29T10:41:14 glances 0 -> 1 2022-10-29T10:41:16 attrpath: glances 2022-10-29T10:41:17 Checking auto update branch... 2022-10-29T10:41:21 [version] 2022-10-29T10:41:21 [version] skipping because derivation has updateScript 2022-10-29T10:41:21 [rustCrateVersion] 2022-10-29T10:41:21 [rustCrateVersion] No cargoSha256 found 2022-10-29T10:41:21 [golangModuleVersion] 2022-10-29T10:41:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-29T10:41:21 [updateScript] 2022-10-29T10:41:25 [updateScript] Success 2022-10-29T10:41:25 [updateScript] this derivation will be built: /nix/store/rlxx0hiqm4mh99ddi5ixqymlrk840026-packages.json.drv building '/nix/store/rlxx0hiqm4mh99ddi5ixqymlrk840026-packages.json.drv'... Going to be running update for following packages: - glances-3.2.7 Press Enter key to continue... Running update for: - glances-3.2.7: UPDATING ... - glances-3.2.7: DONE. Packages updated! 2022-10-29T10:41:25 2022-10-29T10:41:25 [quotedUrls] 2022-10-29T10:41:25 [quotedUrls] nothing found to replace 2022-10-29T10:41:25 Diff after rewrites: diff --git a/pkgs/applications/system/glances/default.nix b/pkgs/applications/system/glances/default.nix index 495d236b352..f4ec3126976 100644 --- a/pkgs/applications/system/glances/default.nix +++ b/pkgs/applications/system/glances/default.nix @@ -9,14 +9,14 @@ buildPythonApplication rec { pname = "glances"; - version = "3.2.7"; + version = "3.3.0"; disabled = isPyPy; src = fetchFromGitHub { owner = "nicolargo"; repo = "glances"; - rev = "v${version}"; - sha256 = "sha256-WZDvC95Y6Xc7dOuPJJlJLI4PCZR76pYPl8NGtmxe91o="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-4EZjr8oW5759U20YS6eWVZ0pelTCDj75FBc7IkAzd3M="; }; # On Darwin this package segfaults due to mismatch of pure and impure 2022-10-29T10:43:01 No auto update branch exists 2022-10-29T10:43:14 Successfully finished processing 2022-10-29T10:43:14 cachix "/nix/store/bbximxp6034qim9iv2a1dmqf8q0jk365-glances-3.3.0" 2022-10-29T10:43:21 [check][nixpkgs-review] 2022-10-29T10:46:27 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-10-29T10:46:31 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for glances is: "Cross-platform curses-based monitoring tool" meta.homepage for glances is: "https://nicolargo.github.io/glances/" meta.changelog for glances is: "https://github.com/nicolargo/glances/blob/v3.3.0/NEWS.rst" ###### 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 3.3.0 with grep in /nix/store/bbximxp6034qim9iv2a1dmqf8q0jk365-glances-3.3.0 - found 3.3.0 in filename of file in /nix/store/bbximxp6034qim9iv2a1dmqf8q0jk365-glances-3.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath glances ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bbximxp6034qim9iv2a1dmqf8q0jk365-glances-3.3.0 \ --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 glances https://github.com/r-ryantm/nixpkgs/archive/3d0ad187479b81a9df3dee394e3d04954f13e05b.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bbximxp6034qim9iv2a1dmqf8q0jk365-glances-3.3.0 ls -la /nix/store/bbximxp6034qim9iv2a1dmqf8q0jk365-glances-3.3.0/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](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @jonringer @primeos @k0ral for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-10-29T10:46:32 https://api.github.com/repos/NixOS/nixpkgs/pulls/198445 2022-10-29T17:23:47 glances 3.2.7 -> 3.3.0 https://github.com/nicolargo/glances/releases 2022-10-29T17:23:50 attrpath: glances 2022-10-29T17:23:50 Checking auto update branch... 2022-10-29T17:23:55 [version] 2022-10-29T17:23:55 [version] skipping because derivation has updateScript 2022-10-29T17:23:55 [rustCrateVersion] 2022-10-29T17:23:55 [rustCrateVersion] No cargoSha256 found 2022-10-29T17:23:55 [golangModuleVersion] 2022-10-29T17:23:55 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-29T17:23:55 [updateScript] 2022-10-29T17:23:58 [updateScript] Success 2022-10-29T17:23:58 [updateScript] Going to be running update for following packages: - glances-3.2.7 Press Enter key to continue... Running update for: - glances-3.2.7: UPDATING ... - glances-3.2.7: DONE. Packages updated! 2022-10-29T17:23:58 2022-10-29T17:23:58 [quotedUrls] 2022-10-29T17:23:58 [quotedUrls] nothing found to replace 2022-10-29T17:23:58 Diff after rewrites: diff --git a/pkgs/applications/system/glances/default.nix b/pkgs/applications/system/glances/default.nix index 495d236b352..f4ec3126976 100644 --- a/pkgs/applications/system/glances/default.nix +++ b/pkgs/applications/system/glances/default.nix @@ -9,14 +9,14 @@ buildPythonApplication rec { pname = "glances"; - version = "3.2.7"; + version = "3.3.0"; disabled = isPyPy; src = fetchFromGitHub { owner = "nicolargo"; repo = "glances"; - rev = "v${version}"; - sha256 = "sha256-WZDvC95Y6Xc7dOuPJJlJLI4PCZR76pYPl8NGtmxe91o="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-4EZjr8oW5759U20YS6eWVZ0pelTCDj75FBc7IkAzd3M="; }; # On Darwin this package segfaults due to mismatch of pure and impure 2022-10-29T17:25:33 Old version 3.2.7" not present in master derivation file with contents: { stdenv, buildPythonApplication, fetchFromGitHub, fetchpatch, isPyPy, lib , defusedxml, future, packaging, psutil, setuptools # Optional dependencies: , bottle, pysnmp , hddtemp , netifaces # IP module , py-cpuinfo }: buildPythonApplication rec { pname = "glances"; version = "3.3.0"; disabled = isPyPy; src = fetchFromGitHub { owner = "nicolargo"; repo = "glances"; rev = "refs/tags/v${version}"; sha256 = "sha256-4EZjr8oW5759U20YS6eWVZ0pelTCDj75FBc7IkAzd3M="; }; # On Darwin this package segfaults due to mismatch of pure and impure # CoreFoundation. This issues was solved for binaries but for interpreted # scripts a workaround below is still required. # Relevant: https://github.com/NixOS/nixpkgs/issues/24693 makeWrapperArgs = lib.optionals stdenv.isDarwin [ "--set" "DYLD_FRAMEWORK_PATH" "/System/Library/Frameworks" ]; doCheck = true; preCheck = lib.optionalString stdenv.isDarwin '' export DYLD_FRAMEWORK_PATH=/System/Library/Frameworks ''; propagatedBuildInputs = [ bottle defusedxml future netifaces packaging psutil pysnmp setuptools py-cpuinfo ] ++ lib.optional stdenv.isLinux hddtemp; meta = with lib; { homepage = "https://nicolargo.github.io/glances/"; description = "Cross-platform curses-based monitoring tool"; changelog = "https://github.com/nicolargo/glances/blob/v${version}/NEWS.rst"; license = licenses.lgpl3Only; maintainers = with maintainers; [ jonringer primeos koral ]; }; }