Commit Graph

6900 Commits

Author SHA1 Message Date
github-actions[bot]
76cceffaf9
Merge master into staging-next 2022-10-31 12:01:26 +00:00
Maximilian Bosch
42be0c4f20
Merge pull request #198499 from r-ryantm/auto-update/evcxr
evcxr: 0.14.0 -> 0.14.1
2022-10-31 10:08:01 +01:00
github-actions[bot]
d3cd7d0199
Merge master into staging-next 2022-10-29 18:01:22 +00:00
R. Ryantm
84beab6d45 evcxr: 0.14.0 -> 0.14.1 2022-10-29 17:05:27 +00:00
Mario Rodas
8179e52c63
Merge pull request #198472 from marsam/update-luau
luau: 0.550 -> 0.551
2022-10-29 11:35:33 -05:00
Pol Dellaiera
f8cd3d8b2b
php81: 8.1.11 -> 8.1.12 2022-10-29 08:34:15 +02:00
Pol Dellaiera
305a0e8e65
php80: 8.0.24 -> 8.0.25 2022-10-29 08:33:57 +02:00
Mario Rodas
16a3d3c1b3 luau: 0.550 -> 0.551
https://github.com/Roblox/luau/releases/tag/0.551
2022-10-29 04:20:00 +00:00
github-actions[bot]
6e5f43a5bd
Merge master into staging-next 2022-10-28 18:01:29 +00:00
Frederik Rietdijk
cb445d527b python3Packages: stdenv does not have to be a Python module
stdenv is included in the package set. It does not provide a Python
module however and was therefore catched by the test. Because we do need
it we provide an exception for it.
2022-10-28 19:11:31 +02:00
github-actions[bot]
e0499d49ca
Merge staging-next into staging 2022-10-28 06:01:46 +00:00
R. Ryantm
3023508eba wasmtime: 2.0.0 -> 2.0.1 2022-10-28 00:44:32 +00:00
Frederik Rietdijk
d3ca664b6a Merge staging-next into staging 2022-10-27 10:06:54 +02:00
Frederik Rietdijk
33d12e5f0b pythonPackages: ensure all derivations provide python modules
This adds a test to ensure no new uses of `buildPythonApplication` can
be added to `python-packages.nix`.

Python packages can be grouped into two groups: 1) applications and 2)
packages providing importable modules. In `python-packages.nix` we only
want to have 2). 1) should be in the top-level package set.

To achieve this, all setup hooks need to be marked as being a setup hook.
For the setup hooks in the Python packages set this is done by creating
a new builder, `makePythonHook`.

Because there were issues with splicing, the file importing all the hooks
is converted to an extension. All non-packages were moved out of `python-packages.nix`
into `python-packages-base.nix`. The `keep` argument to `makeScopeWithSplicing
was cleaned up as well; there is no need to keep this one manually in sync
reducing the risk of breaking cross-compilation.
2022-10-27 10:03:16 +02:00
github-actions[bot]
abfd2fe8a8
Merge staging-next into staging 2022-10-26 12:01:52 +00:00
Mario Rodas
420959735a
Merge pull request #197447 from marsam/add-luau
luau: init at 0.550
2022-10-26 05:31:03 -05:00
R. Ryantm
5fb74a0e7a clojure: 1.11.1.1177 -> 1.11.1.1182 2022-10-26 06:45:54 +00:00
github-actions[bot]
4e978a8caa
Merge staging-next into staging 2022-10-26 00:03:42 +00:00
figsoda
0f190ab597
Merge pull request #197767 from r-ryantm/auto-update/joker
joker: 1.0.1 -> 1.0.2
2022-10-25 15:20:38 -04:00
github-actions[bot]
81a6c5a54c
Merge staging-next into staging 2022-10-25 18:16:24 +00:00
R. Ryantm
b9c493616b joker: 1.0.1 -> 1.0.2 2022-10-25 17:34:04 +00:00
Martin Weinelt
4932ed92a4
python311: 3.11.0-rc2 -> 3.11.0
https://www.python.org/downloads/release/python-3110/
https://discuss.python.org/t/python-3-11-0-final-is-now-available/20291
2022-10-25 00:30:25 +02:00
github-actions[bot]
38a8b47046
Merge staging-next into staging 2022-10-24 18:06:30 +00:00
R. Ryantm
b65f049b6b clojure: 1.11.1.1165 -> 1.11.1.1177 2022-10-24 11:55:27 +00:00
github-actions[bot]
f4c71b2f8c
Merge staging-next into staging 2022-10-23 18:02:19 +00:00
Anderson Torres
925c0fa54a
Merge pull request #197322 from atorres1985-contrib/cleanup-maintainers
Cleanup maintainers
2022-10-23 11:59:28 -03:00
AndersonTorres
a0ae2b81c0 picolisp: remove tohl
Because tohl disappeared (last seen 2021-01-28).
2022-10-23 11:36:17 -03:00
AndersonTorres
313d405f46 gtk-server: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
2022-10-23 01:22:31 -03:00
AndersonTorres
e93d594a4c clisp hg: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
2022-10-23 01:19:49 -03:00
AndersonTorres
023b6ea7c7 clisp default: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
2022-10-23 01:18:48 -03:00
github-actions[bot]
d079720429
Merge staging-next into staging 2022-10-22 12:01:58 +00:00
github-actions[bot]
71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
Mario Rodas
2cf27dbed8 luau: init at 0.550 2022-10-22 04:20:00 +00:00
Rafael Fernández López
1f5628592e
wasmtime: 1.0.1 -> 2.0.0 2022-10-21 10:02:34 +02:00
github-actions[bot]
8ad88f68a1
Merge staging-next into staging 2022-10-21 00:06:27 +00:00
github-actions[bot]
c434165354
Merge master into staging-next 2022-10-21 00:05:50 +00:00
Vladimír Čunát
e674dd40b3
Merge #193861: luajit_2_0, luajit_2_1: update
...into staging-next
2022-10-20 21:42:09 +02:00
R. Ryantm
6020b60cfd bats: 1.8.0 -> 1.8.2 2022-10-20 05:14:03 +00:00
github-actions[bot]
b779f96801
Merge staging-next into staging 2022-10-19 12:02:03 +00:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
R. Ryantm
cce8ccaa64 babashka: 0.10.163 -> 1.0.164 2022-10-19 04:43:15 +00:00
github-actions[bot]
70da3334cf
Merge staging-next into staging 2022-10-17 18:16:14 +00:00
github-actions[bot]
3834216ec6
Merge master into staging-next 2022-10-17 18:10:17 +00:00
Jörg Thalheim
b7448d9018
Merge pull request #196400 from Mic92/pypy
pypy39: fix executable name for 3.9
2022-10-17 15:17:56 +02:00
Jörg Thalheim
0d7a8e28d0 pypy: fix executable name for 3.9 2022-10-17 14:23:01 +02:00
github-actions[bot]
bcfb4956fd
Merge staging-next into staging 2022-10-17 12:01:57 +00:00
github-actions[bot]
969a1796ef
Merge master into staging-next 2022-10-17 12:01:24 +00:00
Kevin Cox
8e8e33083c
Merge pull request #196152 from risicle/ris-dart-source-provenance
dart: set sourceProvenance to binaryNativeCode
2022-10-17 07:52:07 -04:00
Jörg Thalheim
ea13f7cd4c pypy: 7.3.7 -> 7.3.9 2022-10-17 10:21:06 +02:00
github-actions[bot]
ec95041d85
Merge staging-next into staging 2022-10-16 00:04:36 +00:00