Ramses
f444f4c907
php: fix systemdLibs dependency ( #433641 )
2025-08-19 00:18:15 +03:00
Artturin
9eae00bd49
perl: Fix applying all the patches on cross ( #434536 )
2025-08-18 22:30:06 +03:00
Wolfgang Walther
746cd1fbea
python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ] ( #425191 )
2025-08-18 14:54:30 +00:00
Yueh-Shun Li
5bf25dffb6
python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ]
...
Explicitly provide a default value for the argument `enabledTestPaths`
as the current working directory (`enabledTestPaths = [ "." ]`)
to simplify overriding (making `enabledTestPaths` always specified as a
non-empty list) while preserving `pytest`'s default behaviour of
discovering tests in the current working directory.
Assert the specified `enabledTestPaths` value to be a non-empty list.
2025-08-18 04:43:19 +08:00
Artturin
24ecea845f
perl: Fix applying all the patches on cross
...
Applying the patches was broken in a2e1f82167
because a `patches` attr was added after `//` which overrode the `patches` before the `//`
2025-08-17 22:39:46 +03:00
nixpkgs-ci[bot]
c8e29ade64
Merge staging-next into staging
2025-08-17 18:05:44 +00:00
nixpkgs-ci[bot]
6870d2a5fa
Merge master into staging-next
2025-08-17 18:05:03 +00:00
Emily
2ad04a3518
various: unpin old GCCs ( #434139 )
2025-08-17 16:45:05 +01:00
Emily
3d3e80e330
falcon: unstable-2018-10-23 -> 0-unstable-2023-11-19
...
Fixes the build with the default GCC.
2025-08-17 01:08:24 +01:00
R. Ryantm
7740fb92f5
clojure: 1.12.1.1550 -> 1.12.1.1561
2025-08-16 15:14:13 +00:00
Volker Diels-Grabsch
0456b29ff8
php: fix systemdLibs dependency
2025-08-16 15:13:41 +02:00
nixpkgs-ci[bot]
9553b76500
Merge staging-next into staging
2025-08-16 06:14:01 +00:00
K900
f4924fc36c
Merge remote-tracking branch 'origin/master' into staging-next
2025-08-16 09:11:21 +03:00
Martin Weinelt
53582707b1
python314: 3.14.0rc1 -> 3.14.0rc2
...
https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-0rc2
2025-08-16 02:53:00 +02:00
Martin Weinelt
bfabf134f7
python313: 3.13.6 -> 3.13.7 ( #433837 )
2025-08-16 00:35:05 +02:00
nixpkgs-ci[bot]
664c1d7072
Merge staging-next into staging
2025-08-15 00:18:56 +00:00
nixpkgs-ci[bot]
c0e9e1afcf
Merge master into staging-next
2025-08-15 00:18:09 +00:00
Martin Weinelt
4345a37636
python313: 3.13.6 -> 3.13.7
...
https://docs.python.org/release/3.13.7/whatsnew/changelog.html
2025-08-14 23:14:35 +02:00
Wolfgang Walther
e3222f1adc
jruby: 9.4.12.0 -> 10.0.0.0 ( #399675 )
2025-08-14 18:53:31 +00:00
Martin Weinelt
8dbf0b3423
cpython: remove libxcrypt on 3.13 and newer
...
The 3.13 release dropped support for the crypt module, so this dependency
could have been dropped much earlier.
Drops the `withLibxcrypt` argument, because manging the default has
become quite a bit more complicated.
2025-08-13 22:16:01 +02:00
K900
29a63304be
Merge remote-tracking branch 'origin/master' into staging-next
2025-08-12 09:22:59 +03:00
Aaron Andersen
41bb9fdb70
php.services.default: init ( #430490 )
2025-08-11 21:24:43 -04:00
K900
f2f57f5307
Merge remote-tracking branch 'origin/master' into staging-next
2025-08-11 07:51:20 +03:00
R. Ryantm
977f44c84a
babashka-unwrapped: 1.12.206 -> 1.12.207
2025-08-10 07:54:08 +00:00
Martin Weinelt
5f974fa39f
python313: revert commit that locks ssl sockets
...
This breaks among other things the websockets package and is due to be
reverted in 3.13.7.
2025-08-10 00:06:16 +02:00
DavHau
9edd40908d
python3Minimal: remove pkg-config dependency
...
Removes the build time dependency on pkg-config if python3 is build with the `withMinimal` flag enabled
This change is driven by the motivation to use python3 earlier in stdenv for hooks.
2025-08-09 19:04:52 +02:00
DavHau
bce0bb82a0
python3Minimal: refactor - add withMinimal flag
...
simplifies the interface of building cpython minimally
2025-08-09 19:04:51 +02:00
Martin Weinelt
838a7bde50
python313: 3.13.5 -> 3.13.6
...
https://docs.python.org/release/3.13.6/whatsnew/changelog.html
2025-08-07 13:48:01 +02:00
Max Wipfli
e33181bc62
pypy{27,310,311}: make CFFI builds find libsqlite3
2025-08-07 11:00:23 +02:00
Aaron Andersen
04b4c3cd17
php: utilize finalAttrs pattern
2025-08-06 21:24:08 -04:00
Aaron Andersen
487e725463
php.services.default: init
2025-08-06 21:24:04 -04:00
Guy Chronister
cceefea34f
bundler: 2.6.9 -> 2.7.1
2025-08-06 22:14:16 +02:00
Martin Weinelt
74306b6f98
python3: fix build directory scrubbing ( #430769 )
2025-08-05 15:18:15 +02:00
nixpkgs-ci[bot]
52a71c4fb2
Merge staging-next into staging
2025-08-05 00:19:45 +00:00
Weijia Wang
36e792954e
babashka-unwrapped: 1.12.200 -> 1.12.206 ( #417432 )
2025-08-05 01:52:25 +02:00
nixpkgs-ci[bot]
d9c128b979
Merge staging-next into staging
2025-08-04 00:21:03 +00:00
Emily
5ba6a021b5
python3: fix build directory scrubbing
2025-08-03 20:52:24 +01:00
nixpkgs-ci[bot]
343b9374fa
Merge staging-next into staging
2025-08-03 18:06:48 +00:00
Maximilian Bosch
de3755ea6a
php84: 8.4.10 -> 8.4.11
...
ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.11
2025-08-03 18:08:32 +02:00
R. Ryantm
d755301541
php83: 8.3.23 -> 8.3.24
2025-08-03 14:42:58 +00:00
someplaceguy
82aba98fa1
perl: fix build when cross-compiling to the musl libc
...
Fixes #428187
2025-08-02 13:37:53 -03:00
nixpkgs-ci[bot]
590adebb71
Merge staging-next into staging
2025-08-02 12:07:14 +00:00
Aleksana
a91d50840a
emilua: 0.11.6 -> 0.11.7 ( #430021 )
2025-08-02 15:54:51 +08:00
K900
ce4fe8c14f
Merge remote-tracking branch 'origin/staging-next' into staging
2025-08-02 07:21:51 +03:00
Ross Smyth
bb7c7900e1
rocksdb, s7, python3, flint, release-cross: mingw_w64_pthreads -> pthreads
2025-08-01 15:47:52 -04:00
R. Ryantm
a1f45d3cc2
emilua: 0.11.6 -> 0.11.7
2025-08-01 03:25:29 +00:00
K900
e51da7d14e
Merge remote-tracking branch 'origin/staging-next' into staging
2025-07-26 15:14:30 +03:00
TomaSajt
398b16e16c
treewide: remove useFetchCargoVendor usages
2025-07-26 11:39:35 +02:00
K900
9ea52fa88d
Merge remote-tracking branch 'origin/staging-next' into staging
2025-07-25 07:23:57 +03:00
Wolfgang Walther
4fbb23ef4e
top-level/release-attrpaths-superset: remove __attrsFailEvaluation ( #428015 )
2025-07-24 19:45:36 +00:00