Commit Graph
929240 Commits
Author SHA1 Message Date
dotlambdaandGitHub b1bfca1bda python3Packages.redis: 6.2.0 -> 7.1.0 (#469358) 2026-01-15 18:21:12 +00:00
nixpkgs-ci[bot]andGitHub 5d2a911327 Merge staging-next into staging 2026-01-15 18:09:40 +00:00
nixpkgs-ci[bot]andGitHub db8a4e9f0b Merge master into staging-next 2026-01-15 18:09:05 +00:00
Robert Schütz 1d855a6f04 python3Packages.redis: add dotlambda to maintainers 2026-01-15 10:08:14 -08:00
Robert Schütz 4520406c08 python3Packages.redis: 6.2.0 -> 7.1.0
Diff: https://github.com/redis/redis-py/compare/v6.2.0...v7.1.0

Changelog: https://github.com/redis/redis-py/releases/tag/v6.3.0
           https://github.com/redis/redis-py/releases/tag/v6.4.0
           https://github.com/redis/redis-py/releases/tag/v7.0.0
           https://github.com/redis/redis-py/releases/tag/v7.0.1
           https://github.com/redis/redis-py/releases/tag/v7.1.0
2026-01-15 10:08:14 -08:00
Robert Schütz c201188517 python3Packages.pybreaker: init at 1.4.1 2026-01-15 10:08:14 -08:00
dotlambdaandGitHub fb34f684a5 lean: fix build with GCC 15 (#480010) 2026-01-15 18:03:07 +00:00
dotlambdaandGitHub c4d0584e23 home-assistant-custom-components.homematicip_local: 2.1.1 -> 2.1.2 (#480367) 2026-01-15 18:01:52 +00:00
dotlambdaandGitHub ccb0855745 python314Packages.untokenize: disable (#480036) 2026-01-15 18:01:35 +00:00
dotlambdaandGitHub 5cb4a01c32 python3Packages.pyinfra: 3.4.1 -> 3.6 (#479736) 2026-01-15 17:59:13 +00:00
dotlambdaandGitHub bd054352fc vscode: 1.107.1 -> 1.108.0 (#478946) 2026-01-15 17:57:40 +00:00
Martin WeineltandGitHub e5c2eb90f7 python314Packages.numba: unmark disabled (#480276) 2026-01-15 17:46:57 +00:00
Mathew PolzinandGitHub 7ced29ccdf protoc-gen-elixir: 0.15.0 -> 0.16.0 (#480341) 2026-01-15 17:23:32 +00:00
j-kandGitHub 8ed887b91f apko: 0.30.35 -> 1.0.2 (#480259) 2026-01-15 17:02:59 +00:00
Nikolay KorotkiyandGitHub 3e9348ce93 python3Packages.rioxarray: disable failing test_indexing test (#480310) 2026-01-15 16:56:44 +00:00
K900 df2cafb26c python313Packages.pip-tools: skip more tests 2026-01-15 19:52:31 +03:00
Matt SturgeonandGitHub c078ee6465 nixos: remove optional builtins prefixes from prelude functions (#447403) 2026-01-15 16:48:34 +00:00
nixpkgs-ci[bot]andGitHub 7331438055 hugo: 0.154.3 -> 0.154.5 (#480334) 2026-01-15 16:41:34 +00:00
Nikolay KorotkiyandGitHub cd5629ba0f gpxsee: 15.7 -> 15.8 (#480410) 2026-01-15 16:32:12 +00:00
nixpkgs-ci[bot]andGitHub 668c69ae5d tidb: 8.5.4 -> 8.5.5 (#480297) 2026-01-15 16:18:02 +00:00
R. Ryantm c413f7c728 gpxsee: 15.7 -> 15.8 2026-01-15 16:16:11 +00:00
nixpkgs-ci[bot]andGitHub a39c1be3a5 radicle-node: 1.5.0 -> 1.6.0, refactor package tests (#480033) 2026-01-15 15:47:03 +00:00
TomaandGitHub 7c113edb44 rstudio: fix loading of project-specific .Rprofile (#382071) 2026-01-15 15:45:42 +00:00
Thiago Kenji OkadaandGitHub b45893ddd2 jetbrains: 2025.3.1 -> 2025.3.1.1 (#479506) 2026-01-15 15:41:07 +00:00
Nikolay KorotkiyandGitHub 95d85d3970 simplotask: 1.19.2 -> 1.19.3 (#480290) 2026-01-15 15:39:07 +00:00
Martin WeineltandGitHub 1f332ce184 home-assistant-custom-components.solax_modbus: 2025.11.1 -> 2026.01.1 (#480237) 2026-01-15 15:38:32 +00:00
Bruno Rodrigues 16998dd60c rstudio: fix loading of project-specific .Rprofile 2026-01-15 16:24:07 +01:00
K900 6b3d9e2ce3 poetry: relax dependency to fix build 2026-01-15 18:10:13 +03:00
nixpkgs-ci[bot]andGitHub c23ef8bf34 eask-cli: 0.12.0 -> 0.12.1 (#480385) 2026-01-15 15:08:49 +00:00
NAHO a2ed7e8d88 nixos: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --exclude doc/manual/release-notes \
      --type file \
      . \
      nixos \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2026-01-15 16:07:55 +01:00
dotlambdaandGitHub 68f936b638 python3Packages.python-engineio: 4.12.3 -> 4.13.0 (#474095) 2026-01-15 14:55:28 +00:00
dotlambdaandGitHub 0adef75c58 python3Packages.python-socketio: 5.15.0 -> 5.16.0 (#472900) 2026-01-15 14:54:56 +00:00
dotlambdaandGitHub 50736cdd8d python3Packages.nodeenv: 1.9.1 -> 1.10.0 (#472949) 2026-01-15 14:54:23 +00:00
dotlambdaandGitHub e7f3acf859 python3Packages.aenum: 3.1.15 -> 3.1.16 (#479883) 2026-01-15 14:53:41 +00:00
John EricsonandGitHub 3ea6894af1 Add clang64 toolchain to pkgsCross (#450796) 2026-01-15 14:49:16 +00:00
R. Ryantm 778f0ca2d7 eask-cli: 0.12.0 -> 0.12.1 2026-01-15 14:44:20 +00:00
Gaétan LepageandGitHub 308bd926a4 protobuf_33: 33.3 -> 33.4 (#479979) 2026-01-15 14:29:55 +00:00
dishandGitHub 54671be46b sql-formatter: 15.6.12 -> 15.7.0 (#480343) 2026-01-15 14:12:57 +00:00
Fabian AffolterandGitHub 6c13a3789c python3Packages.switchbot-api: 2.9.0 -> 2.10.0 (#480352) 2026-01-15 14:01:59 +00:00
Fabian AffolterandGitHub fee53cac55 python313Packages.switchbot-api: migrate to finalAttrs 2026-01-15 14:49:52 +01:00
Fabian AffolterandGitHub 5e32d1d3b9 python313Packages.iamdata: 0.1.202601141 -> 0.1.202601151 (#480268) 2026-01-15 13:47:59 +00:00
Fabian AffolterandGitHub 098d54029c python313Packages.tencentcloud-sdk-python: 3.1.31 -> 3.1.32 (#480270) 2026-01-15 13:47:36 +00:00
SandroandGitHub 2e22a675aa paperless-ngx: 2.20.3 -> 2.20.4 (#480318) 2026-01-15 13:47:08 +00:00
Fabian AffolterandGitHub 2cfeae5dbd python313Packages.tagoio-sdk: 5.1.0 -> 5.1.1 (#480274) 2026-01-15 13:47:04 +00:00
Fabian AffolterandGitHub d9ed4b5078 python313Packages.botocore-stubs: 1.42.26 -> 1.42.27, python313Packages.boto3-stubs: 1.42.26 -> 1.42.27 (#480065) 2026-01-15 13:46:13 +00:00
K900andGitHub bce18a219f kdePackages.powerdevil: improve reproducibility by adding explicit dep (#480370) 2026-01-15 13:45:42 +00:00
Fabian AffolterandGitHub c009c8ef19 python3Packages.nicegui: 3.4.1 -> 3.5.0 (#478766) 2026-01-15 13:44:43 +00:00
Bobby RongandGitHub da5ef2c956 wingpanel-indicator-ayatana: drop (#480034) 2026-01-15 13:43:44 +00:00
Fabian AffolterandGitHub a17194bce0 python3Packages.pyais: 2.14.0 -> 2.15.0 (#480228) 2026-01-15 13:42:45 +00:00
Ivan MincikandGitHub c2c553393d spatialite-tools: add -lm to fix build with GCC 15 (#480305) 2026-01-15 13:42:38 +00:00