Commit Graph

2090 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
42e06c8075 Merge master into staging-next 2026-05-19 13:06:20 +00:00
adisbladis
887fe9af74 python3Packages.mkPythonEditablePackage: use structuredAttrs instead of passAsFile (#515851) 2026-05-19 12:46:27 +00:00
nixpkgs-ci[bot]
1bd182852d Merge master into staging-next 2026-05-12 07:00:02 +00:00
Eman Resu
bc3ca125eb python/wrapper: use the python that's already added
requiredPythonModules always adds a python element.
2026-05-11 21:54:30 -04:00
Eman Resu
0f027769b2 buildPythonPackage: use nullable attr keys instead 2026-05-11 21:54:29 -04:00
Eman Resu
b57eb40ea7 buildPythonPackage: avoid validating python itself 2026-05-11 21:38:03 -04:00
Eman Resu
ce3dc05a4c buildPythonPackage: save a function call 2026-05-11 21:38:03 -04:00
K900
7a535c8c93 Merge remote-tracking branch 'origin/master' into staging-next 2026-05-08 09:27:15 +03:00
Martin Weinelt
de92bac908 python315: 3.15.0a7 -> 3.15.0b1
https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-beta-1
2026-05-07 23:13:33 +02:00
Stefan Frijters
8df0eff0a2 python3Packages.mkPythonEditablePackage: keep attrs structured 2026-05-03 23:52:17 +02:00
Stefan Frijters
d5c79513d9 python3Packages.mkPythonEditablePackage: use structuredAttrs instead of passAsFile 2026-05-02 13:38:54 +02:00
nixpkgs-ci[bot]
690b686828 Merge staging-next into staging 2026-04-30 00:37:57 +00:00
Matt Sturgeon
e712497e5d python2Packages.buildPytonPackage: restructure with lib.extendMkDerivation (#481423) 2026-04-29 21:51:33 +00:00
nixpkgs-ci[bot]
f8f95c9be8 Merge staging-next into staging 2026-04-28 12:37:48 +00:00
Arne Keller
37a293265f pypy: Fix changelog URL (#514182) 2026-04-28 09:55:53 +00:00
Anders Kaseorg
7088c26f44 pypy: Fix changelog URL
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2026-04-27 13:30:14 -07:00
nixpkgs-ci[bot]
189c6bd465 Merge staging-next into staging 2026-04-27 06:55:30 +00:00
Yueh-Shun Li
82da9cf45c python3Packages.buildPythonPackage: ban pytestFlagsArray 2026-04-27 03:59:04 +08:00
nixpkgs-ci[bot]
3897d11ea5 Merge staging-next into staging 2026-04-26 18:16:05 +00:00
Martin Weinelt
1658480360 overridePythonAttrs: support extension-style newArgs (finalAttrs: previousArgs: { }) (#479258) 2026-04-26 13:47:23 +00:00
nixpkgs-ci[bot]
b23e6c6674 Merge staging-next into staging 2026-04-26 12:16:51 +00:00
Yueh-Shun Li
521c09a80b buildPythonPackage: overrideStdenvCompat: show position in its warning message (#481980) 2026-04-26 10:46:40 +00:00
Yueh-Shun Li
e7eb6868d5 overridePythonAttrs: support extension-style newArgs
Allow overridePythonAttrs to take `finalAttrs: args: { }`.
2026-04-26 17:44:11 +08:00
Yueh-Shun Li
397f1ecdb0 python2Packages.buildPythonPackage: format expression after lib.extendMkDerivation restructuring 2026-04-26 15:06:54 +08:00
Yueh-Shun Li
ea28d03e33 python2Packages.buildPytonPackage: restructure with lib.extendMkDerivation
Port to python2/mk-python-derivation.nix commit 0969c66247
(buildPython*: support fixed-point arguments via lib.extendMkDerivation")

Postpone formatting to minimize diff.
2026-04-26 15:05:42 +08:00
Yueh-Shun Li
66e4524989 python2Packages.buildPythonPackage: remove ineffective outputs cleanAttrs
Port to python2/mk-python-derivation.nix commit bc122a602a
("python3Packages.buildPythonPackage:
remove ineffective outputs cleanAttrs").
2026-04-26 15:05:42 +08:00
Yueh-Shun Li
e05bc0af96 python2Packages.buildPythonPackage: preserve disabled after <pkg>.overrideAttrs
Port to python2/mk-python-derivation.nix commit bb3a41f312
("buildPython*: fix the disabled functionality for overrideAttrs-")
2026-04-26 15:05:42 +08:00
Yueh-Shun Li
bd2285a8a5 python2Packages.buildPythonPackage: passthru disabled
Port to python2/mk-python-derivation.nix commit 8fd082ed7f
("mk-python-derivation: passthru disabled").

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2026-04-26 15:05:42 +08:00
Yueh-Shun Li
f2efb32a79 python2Packages.buildPythonPackage: port respect user-specified passthru attrs
Port to python2/mk-python-derivation.nix commit d6a757bb01
("buildPython*: prioritize user-specified passthru attrs").
2026-04-26 15:05:41 +08:00
Yueh-Shun Li
57c0190caf python2Packages.buildPythonPackage: handle passthru with mkDerivation
Port to python2/mk-python-derivation.nix commit 21a1cf9686
("mkPythonPackage, mkPythonApplication:
handle passthru with mkDerivation").
2026-04-26 15:05:41 +08:00
nixpkgs-ci[bot]
0a57913992 Merge staging-next into staging 2026-04-21 00:32:45 +00:00
nixpkgs-ci[bot]
dcaefd38ef Merge master into staging-next 2026-04-21 00:32:14 +00:00
Ben Siraphob
5fadc89f02 treewide: remove empty buildInputs assignments 2026-04-20 10:34:26 -07:00
Martin Weinelt
634df81a6b python313: 3.13.12 -> 3.13.13
https://docs.python.org/release/3.13.13/whatsnew/changelog.html

Fixes: CVE-2026-4224, CVE-2026-3644, CVE-2026-2297
2026-04-08 23:32:08 +02:00
Martin Weinelt
e5a825f3cb python314: 3.14.3 -> 3.14.4
https://docs.python.org/release/3.14.4/whatsnew/changelog.html

Fixes: CVE-2026-4224, CVE-2026-3644, CVE-2026-2297
2026-04-08 02:51:10 +02:00
Martin Weinelt
51c6e5d2b4 python315: 3.15.0a7 -> 3.15.0a8
https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-alpha-8

Fixes: CVE-2026-4224, CVE-2026-3644
2026-04-08 02:49:46 +02:00
Ihar Hrachyshka
b624ca79ab python: apply hacl patch unconditionally 2026-03-22 14:16:04 -04:00
Martin Weinelt
bbfd20b61d pkgsStatic.python314: fix build (#502058) 2026-03-22 13:11:33 +00:00
Ihar Hrachyshka
5e45722b67 pkgsStatic.python314: fix build 2026-03-21 19:12:33 -04:00
Lisanna Dettwyler
3887e60583 pythonDocs.html.python27: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-21 12:31:04 -04:00
r-vdp
e2e702cb4e Merge commit 'ea5f21f20569' into staging-next
# Conflicts:
#	pkgs/by-name/ki/kitty/package.nix
2026-03-13 12:42:04 +01:00
Doron Behar
094f4cbf39 python3: propagate overrides of spliced pythons (#498251) 2026-03-13 11:12:28 +00:00
Doron Behar
20a0e1b210 python3: propagate overrides of spliced pythons
This is a more accurate resurrection of what was meant to be done in
6421482683
2026-03-13 12:56:21 +02:00
nixpkgs-ci[bot]
20fc1a16e1 Merge master into staging-next 2026-03-11 18:18:55 +00:00
Martin Weinelt
eb50eb4678 python315: 3.15.0a6 -> 3.15.0a7
https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-alpha-7
2026-03-11 14:10:58 +01:00
Doron Behar
825a7f002c python3: avoid a small rec near passthruFun 2026-03-09 16:04:41 +02:00
nixpkgs-ci[bot]
efdd68f94b Merge staging-next into staging 2026-03-06 18:13:08 +00:00
Martin Weinelt
f751ae3d25 python311: 3.11.14 -> 3.11.15
https://docs.python.org/release/3.11.15/whatsnew/changelog.html
2026-03-03 17:05:55 +01:00
Martin Weinelt
5c994fe2b1 python312: 3.12.12 -> 3.12.13
https://docs.python.org/release/3.12.13/whatsnew/changelog.html
2026-03-03 16:55:00 +01:00
nixpkgs-ci[bot]
381c7f4b77 Merge staging-next into staging 2026-02-23 18:22:42 +00:00