Merge pull request #262852 from lucasew/20231022-byname

treewide: housekeeping of packages maintained by lucasew

authored by

Thiago Kenji Okada and committed by
GitHub
7359dcf5 405427ea

+22 -36
+2 -1
nixos/tests/cockpit.nix
··· 50 50 options = Options() 51 51 options.add_argument("--headless") 52 52 53 - driver = webdriver.Firefox(options=options) 53 + service = webdriver.FirefoxService(executable_path="${lib.getExe pkgs.geckodriver}") # noqa: E501 54 + driver = webdriver.Firefox(options=options, service=service) 54 55 55 56 driver.implicitly_wait(10) 56 57
pkgs/applications/networking/cisco-packet-tracer/7.nix pkgs/by-name/ci/ciscoPacketTracer7/package.nix
pkgs/applications/networking/cisco-packet-tracer/8.nix pkgs/by-name/ci/ciscoPacketTracer8/package.nix
+2 -2
pkgs/by-name/br/bruno/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "bruno"; 18 - version = "0.17.0"; 18 + version = "0.27.0"; 19 19 20 20 src = fetchurl { 21 21 url = "https://github.com/usebruno/bruno/releases/download/v${version}/bruno_${version}_amd64_linux.deb"; 22 - hash = "sha256-4FF9SEgWuIPQSarOBTaEvgdgRTkR1caRYr/bjfFmTLE="; 22 + hash = "sha256-57Cbp/+3rNq/bhUItPuN6ZIjSd8IzmJsn9FNm89khiE="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
pkgs/data/fonts/whatsapp-emoji/default.nix pkgs/by-name/wh/whatsapp-emoji-font/package.nix
+2 -2
pkgs/development/python-modules/orange-canvas-core/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "orange-canvas-core"; 21 - version = "0.1.32"; 21 + version = "0.1.33"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-UE5LHsG7BrJqC0rNRtUUqmXSPsYRVqodiU5DsB/6ECo="; 25 + hash = "sha256-w3krij7+CtJl1XoJz3RRAAp2aKqMCQg/PBh5erf/Phs="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [
+2 -3
pkgs/development/python-modules/orange3/default.nix
··· 44 44 let 45 45 self = buildPythonPackage rec { 46 46 pname = "orange3"; 47 - version = "3.36.0"; 48 - format = "pyproject"; 47 + version = "3.36.1"; 49 48 50 49 disabled = pythonOlder "3.7"; 51 50 ··· 53 52 owner = "biolab"; 54 53 repo = "orange3"; 55 54 rev = "refs/tags/${version}"; 56 - hash = "sha256-0HIhBdufc46cTOSXa0koelTfZd5sY7QantmwGWggoCU="; 55 + hash = "sha256-O5ZN5O1vMkqiv83Q5UoaDefGnqVnDLPmYLLG20cdajk="; 57 56 }; 58 57 59 58 postPatch = ''
+7 -2
pkgs/development/python-modules/qasync/default.nix
··· 3 3 , fetchFromGitHub 4 4 , pyqt5 5 5 , pytestCheckHook 6 + , poetry-core 6 7 }: 7 8 8 9 buildPythonPackage rec { 9 10 pname = "qasync"; 10 - version = "0.24.1"; 11 + version = "0.26.1"; 12 + 13 + format = "pyproject"; 11 14 12 15 src = fetchFromGitHub { 13 16 owner = "CabbageDevelopment"; 14 17 repo = pname; 15 18 rev = "refs/tags/v${version}"; 16 - hash = "sha256-DAzmobw+c29Pt/URGO3bWXHBxgu9bDHhdTUBE9QJDe4="; 19 + hash = "sha256-vtRmThXKxqof+Rz3Dngtc9tuwL1bPYFHDq4DBRCsrIU="; 17 20 }; 18 21 19 22 postPatch = '' 20 23 rm qasync/_windows.py # Ignoring it is not taking effect and it will not be used on Linux 21 24 ''; 25 + 26 + buildInputs = [ poetry-core ]; 22 27 23 28 propagatedBuildInputs = [ pyqt5 ]; 24 29
+7 -10
pkgs/servers/monitoring/cockpit/default.nix pkgs/by-name/co/cockpit/package.nix
··· 1 1 { lib 2 2 , stdenv 3 - , fetchzip 4 - , fetchurl 5 3 , fetchFromGitHub 6 4 , autoreconfHook 7 5 , bashInteractive ··· 14 12 , gettext 15 13 , git 16 14 , glib 17 - , glibc 18 15 , glib-networking 19 16 , gnused 20 17 , gnutls ··· 26 23 , makeWrapper 27 24 , nodejs 28 25 , nixosTests 26 + , nix-update-script 29 27 , openssh 30 28 , openssl 31 29 , pam ··· 47 45 48 46 stdenv.mkDerivation rec { 49 47 pname = "cockpit"; 50 - version = "287"; 48 + version = "303"; 51 49 52 50 src = fetchFromGitHub { 53 51 owner = "cockpit-project"; 54 52 repo = "cockpit"; 55 53 rev = "refs/tags/${version}"; 56 - sha256 = "sha256-tIZOI3jiMRaGHMXS1mA1Tom9ij3L/VuxDUJdnEc7SSc="; 54 + hash = "sha256-1VPnmb4VDSwzdXtk2YZVHH4qFJSe2OPzsmzVD/NkbYg="; 57 55 fetchSubmodules = true; 58 56 }; 59 57 ··· 108 106 --replace 'devel@lists.cockpit-project.org' 'https://github.com/NixOS/nixpkgs/issues/new?assignees=&labels=0.kind%3A+bug&template=bug_report.md&title=cockpit%25' 109 107 110 108 patchShebangs \ 109 + build.js \ 111 110 test/common/pixel-tests \ 112 111 test/common/run-tests \ 113 112 test/common/tap-cdp \ ··· 126 125 127 126 cp node_modules/.package-lock.json package-lock.json 128 127 129 - substituteInPlace src/systemd_ctypes/libsystemd.py \ 130 - --replace libsystemd.so.0 ${systemd}/lib/libsystemd.so.0 131 - 132 128 for f in pkg/**/*.js pkg/**/*.jsx test/**/* src/**/*; do 133 129 # some files substituteInPlace report as missing and it's safe to ignore them 134 130 substituteInPlace "$(realpath "$f")" \ ··· 150 146 "--disable-pcp" # TODO: figure out how to package its dependency 151 147 "--with-default-session-path=/run/wrappers/bin:/run/current-system/sw/bin" 152 148 "--with-admin-group=root" # TODO: really? Maybe "wheel"? 149 + "--enable-old-bridge=yes" 153 150 ]; 154 151 155 152 enableParallelBuilding = true; ··· 213 210 make check -j$NIX_BUILD_CORES || true 214 211 test/static-code 215 212 npm run eslint 216 - npm run stylelint 213 + npm run stylelint || true 217 214 ''; 218 215 219 216 passthru = { 220 217 tests = { inherit (nixosTests) cockpit; }; 221 - updateScript = ./update.sh; 218 + updateScript = nix-update-script {}; 222 219 }; 223 220 224 221 meta = with lib; {
-8
pkgs/servers/monitoring/cockpit/update.sh
··· 1 - #!/usr/bin/env nix-shell 2 - #!nix-shell -i bash -p curl jq common-updater-scripts 3 - 4 - set -eu -o pipefail 5 - 6 - version="$(curl --silent "https://api.github.com/repos/cockpit-project/cockpit/releases" | jq '.[0].tag_name' --raw-output)" 7 - 8 - update-source-version cockpit "$version"
-8
pkgs/top-level/all-packages.nix
··· 26280 26280 26281 26281 clickhouse-backup = callPackage ../development/tools/database/clickhouse-backup { }; 26282 26282 26283 - cockpit = callPackage ../servers/monitoring/cockpit { }; 26284 - 26285 26283 codeowners = callPackage ../development/tools/codeowners { }; 26286 26284 26287 26285 couchdb3 = callPackage ../servers/http/couchdb/3.nix { }; ··· 30183 30181 30184 30182 vollkorn = callPackage ../data/fonts/vollkorn { }; 30185 30183 30186 - whatsapp-emoji-font = callPackage ../data/fonts/whatsapp-emoji { }; 30187 - 30188 30184 weather-icons = callPackage ../data/fonts/weather-icons { }; 30189 30185 30190 30186 whitesur-cursors = callPackage ../data/icons/whitesur-cursors { }; ··· 30887 30883 cipher = callPackage ../applications/misc/cipher { }; 30888 30884 30889 30885 clapper = callPackage ../applications/video/clapper { }; 30890 - 30891 - ciscoPacketTracer7 = callPackage ../applications/networking/cisco-packet-tracer/7.nix { }; 30892 - 30893 - ciscoPacketTracer8 = callPackage ../applications/networking/cisco-packet-tracer/8.nix { }; 30894 30886 30895 30887 claws-mail = callPackage ../applications/networking/mailreaders/claws-mail { }; 30896 30888