nixpkgs-ci[bot]
a6ffc120d2
Merge staging-next into staging
2025-03-11 12:06:37 +00:00
nixpkgs-ci[bot]
f6e560e4b0
Merge master into staging-next
2025-03-11 12:06:05 +00:00
Yueh-Shun Li
16f8b50742
python3Packages.pytestCheckHook: support deselecting tests via disabledTestPaths
...
Pass disabledTestPaths elements containing double colons (::)
to --deselect instead of --ignore-glob.
2025-03-09 22:20:16 +08:00
Yueh-Shun Li
6bdb735bbe
python3Packages.pytestCheckHook: append disableTests flags after disabledTestPaths flags
2025-03-09 22:20:16 +08:00
rczb
f68f8493b6
racket: restore static libraries
...
Close #379188 .
2025-03-09 13:46:52 +08:00
rczb
ef16997652
racket: 8.15 -> 8.16
2025-03-09 13:25:49 +08:00
R. Ryantm
7902da85d2
clojure: 1.12.0.1517 -> 1.12.0.1530
2025-03-08 16:32:25 +00:00
Yueh-Shun Li
55d08bb886
buildPythonPackage: simplify check-related attribute inheritance
2025-03-07 16:48:04 +08:00
Martin Weinelt
6a7fbeea8a
pytestCheckHook: fix disabledTestPaths glob matching assertion ( #386491 )
2025-03-07 08:25:48 +01:00
nixpkgs-ci[bot]
39279939ad
Merge master into staging-next
2025-03-07 00:15:06 +00:00
Yueh-Shun Li
9346e6aa5f
python3Packages.pytestCheckHook: add tests
2025-03-07 07:14:56 +08:00
Yueh-Shun Li
2e512e7cf7
python3Packages.pytestCheckHook: fix disabledTestPaths glob matching assertion
...
Errors in Bash's process substitution doesn't get propagated outside.
Replace the process substitution with Python's `-` as /dev/stdin and
Bash's heredoc stdin redirection.
2025-03-07 07:14:56 +08:00
Nick Cao
8acdb449c1
wasmtime: 30.0.0 -> 30.0.2 ( #387196 )
2025-03-06 15:47:26 -05:00
nixpkgs-ci[bot]
98419f2ac1
Merge master into staging-next
2025-03-06 18:04:30 +00:00
Yueh-Shun Li
6e9fccb11c
buildPython*: unify the use of standard library function ( #386449 )
2025-03-07 00:28:00 +08:00
R. Ryantm
cba7a9058f
beam26Packages.elixir: 1.18.2 -> 1.18.3
2025-03-06 13:07:37 +00:00
nixpkgs-ci[bot]
cb39a49be2
Merge master into staging-next
2025-03-06 12:06:07 +00:00
Weijia Wang
f22735e82d
clojure: 1.12.0.1495 -> 1.12.0.1517 ( #380599 )
2025-03-06 11:25:35 +01:00
nixpkgs-ci[bot]
d0cbf7399d
Merge master into staging-next
2025-03-06 00:15:09 +00:00
Adam C. Stephens
e3f319bd09
erlang_27: 27.2.4 -> 27.3
...
https://www.erlang.org/news/175
https://erlang.org/download/OTP-27.3.README
2025-03-05 08:42:36 -05:00
R. Ryantm
4ed4d3138f
wasmtime: 30.0.0 -> 30.0.2
2025-03-05 06:17:15 +00:00
nixpkgs-ci[bot]
7374960bd8
Merge staging-next into staging
2025-03-02 18:04:34 +00:00
Yueh-Shun Li
ad8dfff2dd
buildPythonPackage: add and use lib inheritance
2025-03-02 21:54:05 +08:00
Yueh-Shun Li
f2cbc7da9e
buildPythonPackage: sort lib inheritance
2025-03-02 21:51:24 +08:00
Yueh-Shun Li
2aa22b5edc
buildPythonPackage: remove obsolete lib inheritance
2025-03-02 21:49:02 +08:00
Nick Cao
79419e0f46
zef: 0.22.7 -> 0.22.8 ( #386123 )
2025-03-02 08:47:56 -05:00
Yueh-Shun Li
70322e2fa2
buildPythonPackage: format expression
2025-03-02 21:44:43 +08:00
nixpkgs-ci[bot]
920614b4a4
Merge staging-next into staging
2025-03-02 00:16:23 +00:00
R. Ryantm
dbcab36ef9
zef: 0.22.7 -> 0.22.8
2025-03-01 15:33:26 +00:00
lucasew
5189fc147b
emilua: opt-in io_uring
...
Signed-off-by: lucasew <lucas59356@gmail.com >
2025-03-01 10:32:35 -03:00
R. Ryantm
dc3d0967f1
babashka-unwrapped: 1.12.196 -> 1.12.197
2025-03-01 07:58:52 +00:00
lucasew
a930c63509
emilua: 0.10.1 -> 0.11.1
...
Signed-off-by: lucasew <lucas59356@gmail.com >
2025-02-28 20:57:28 -03:00
nixpkgs-ci[bot]
05e3582bb7
Merge staging-next into staging
2025-02-24 12:06:31 +00:00
Aleksana
0cd4067f31
treewide: fix typos in comments ( #384334 )
2025-02-24 19:20:10 +08:00
Peder Bergebakken Sundt
5aba99242e
treewide: fix typos in comments
...
Made with
```shell
git restore .
fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF"
typos --no-check-filenames --write-changes "$1"
git diff --exit-code "$1" && exit
#( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1"
count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )"
count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )"
[[ $count1 -ne $count2 ]] && git restore "$1"
EOF
)" -- {}
```
and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch`
I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with.
2025-02-24 10:44:41 +01:00
nixpkgs-ci[bot]
6a01bf9a96
Merge staging-next into staging
2025-02-22 18:04:32 +00:00
Nick Cao
19123fb303
jruby: 9.4.11.0 -> 9.4.12.0 ( #383718 )
2025-02-22 11:44:24 -05:00
nixpkgs-ci[bot]
ac12db5260
Merge staging-next into staging
2025-02-21 18:05:28 +00:00
chiroptical
89e480f6ee
erlang_27: 27.2 -> 27.2.4
2025-02-20 20:07:22 -05:00
chiroptical
ec7fcd9050
erlang_26: 26.2.5.6 -> 26.2.5.9
2025-02-20 20:06:52 -05:00
chiroptical
3cdc753f4e
erlang_25: 25.3.2.16 -> 25.3.2.18
2025-02-20 20:06:20 -05:00
R. Ryantm
acd1d1dd2e
jruby: 9.4.11.0 -> 9.4.12.0
2025-02-20 18:10:51 +00:00
nixpkgs-ci[bot]
d26d2d2f86
Merge staging-next into staging
2025-02-20 18:05:39 +00:00
Weijia Wang
f2d6521257
wasmtime: 29.0.1 -> 30.0.0 ( #383581 )
2025-02-20 16:15:15 +01:00
R. Ryantm
bc37c376c4
wasmtime: 29.0.1 -> 30.0.0
2025-02-20 07:12:28 +00:00
nixpkgs-ci[bot]
34e68a3c21
Merge staging-next into staging
2025-02-19 06:05:27 +00:00
Luka Blašković
964b5727cb
python310/python311: fix failing tests with openssl >= 3.4
2025-02-18 21:31:14 +00:00
nixpkgs-ci[bot]
d4b7bd6f6f
Merge staging-next into staging
2025-02-18 06:05:33 +00:00
nixpkgs-ci[bot]
83f409d731
Merge master into staging-next
2025-02-18 06:04:52 +00:00
nixpkgs-ci[bot]
0db7fff0f8
Merge staging-next into staging
2025-02-18 00:14:55 +00:00