Commit Graph

6821 Commits

Author SHA1 Message Date
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
Robert Scott
5fd789b108 dart: set sourceProvenance to binaryNativeCode 2022-10-15 16:07:45 +01:00
Artturin
c86122e5bd pythonInterpreters: get self from __splicedPackages
BEFORE:

the python derivation did not contain .nativeDrv and .crossDrv because
it was not from the __splicedPackages set

the python used in mk-python-derivation.nix was for host

```
nix-repl> pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs
[ «derivation /nix/store/bhz39ds4v02hn6x4py4mzjyilw4a589h-python3-aarch64-unknown-linux-gnu-3.10.7.drv» «derivation /nix/store/v880cnh4ml7czmivfbk3cdh93hz9yvbn-hook.drv» «derivation /nix/store/f243ab7wv92gqsmc9h7gr0qcnj0xcgdb-hook.drv» «derivation /nix/store/880lf8895bzn8d94lrr2y7ilgkxq0lc4-python-remove-tests-dir-hook.drv» «derivation /nix/store/fzjnhawfs1wpw58hcd1vxd9y750dc08y-python-remove-bin-bytecode-hook.drv» «derivation /nix/store/n8l59iparx98yfw8g5ydqmzmk3fdic75-setuptools-setup-hook.drv» «deri→
```

AFTER:

the python derivation does contain .nativeDrv and .crossDrv because
it is from the __splicedPackages set

those 2 are what makes nativeBuildInputs and buildInputs function
properly

the python used in mk-python-derivation.nix is for build

```
nix-repl> pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs
[ «derivation /nix/store/hvb9yxgv1133cfhxxd869sibldvv2vdx-python3-3.10.7.drv» «derivation /nix/store/v880cnh4ml7czmivfbk3cdh93hz9yvbn-hook.drv» «derivation /nix/store/f243ab7wv92gqsmc9h7gr0qcnj0xcgdb-hook.drv» «derivation /nix/store/880lf8895bzn8d94lrr2y7ilgkxq0lc4-python-remove-tests-dir-hook.drv» «derivation /nix/store/fzjnhawfs1wpw58hcd1vxd9y750dc08y-python-remove-bin-bytecode-hook.drv» «derivation /nix/store/n8l59iparx98yfw8g5ydqmzmk3fdic75-setuptools-setup-hook.drv» «derivation /nix/store/7vyhynla→
```
2022-10-15 09:35:29 +02:00
Artturin
19d04b5f47 pythonInterpreters: don't use with pkgs 2022-10-15 09:35:29 +02:00
Martin Weinelt
87761da934
python37: 3.7.14 -> 3.7.15
https://docs.python.org/release/3.7.15/whatsnew/changelog.html
2022-10-14 22:50:59 +02:00
Martin Weinelt
8444183652
python38: 3.8.14 -> 3.8.15
http://docs.python.org/release/3.8.15/whatsnew/changelog.html
2022-10-14 18:13:25 +02:00
Matthieu Coudron
c4b5c2574b lua: test the interpreter
Test with:
nix-build -A lua.tests pass

Tests are very limited for now, goal is mostly to put the infra into
place and enrich the tests when dealing with lua issues.
add luaPath/luaCpath as passthrough
makes it easier to generate LUA_PATH/LUA_CPATH
2022-10-14 00:10:40 +02:00
Robert Scott
3ea73da2ae
Merge pull request #195329 from yorickvP/lua-544
lua: 5.4.3 -> 5.4.4
2022-10-12 20:44:06 +01:00
Alyssa Ross
3dae05bb91 update-python-libraries: enable nix command
Since the Nix command used is an implementation detail of the script,
it's the script that will have to be updated if the command changes,
it's the script that should be opting into this, rather than making
the user do it globally.
2022-10-12 11:38:55 +00:00
Alyssa Ross
6425011efe update-python-libraries: remove old Nix fallback
Since c0972c16dc ("update-python-libraries: add missing dependency nix"),
Nix will be provided as a dependency, so we know we'll always be using
a modern version and no longer need the fallback.
2022-10-12 11:38:55 +00:00
R. Ryantm
3e08c10e68 elixir_1_14: 1.14.0 -> 1.14.1 2022-10-11 18:45:15 -04:00
Pascal Bach
17c13ef886 rustpython: unstable-2021-12-09 -> unstable-2022-10-11 2022-10-11 22:59:44 +02:00
Sandro
936a00284c
Merge pull request #194964 from wegank/gnudatalangauge-darwin 2022-10-11 14:49:08 +02:00
Yorick van Pelt
5af1ad13f6
lua: 5.4.3 -> 5.4.4
CVE-2021-44647, CVE-2021-44964, CVE-2021-43519
2022-10-11 12:25:51 +02:00
Weijia Wang
25491b5dc3 gnudatalanguage: fix build on aarch64-darwin 2022-10-11 08:22:46 +02:00
Anderson Torres
b7fa69bbea
Merge pull request #194827 from sternenseemann/cbqn-2022-10-04
cbqn: 0.pre+date=2022-05-06 -> 0.pre+date=2022-10-04
2022-10-11 00:06:46 -03:00
Martin Weinelt
294201004f Merge remote-tracking branch 'origin/master' into staging-next 2022-10-10 21:45:18 +02:00
Christian Kögler
fdcb3008ca
Merge pull request #191828 from abathur/bats_1.8.0
bats: 1.7.0 -> 1.8.0
2022-10-10 18:53:20 +02:00
Bobby Rong
19d5bb62fe
Merge pull request #195170 from smasher164/update-ivy-0.2.8
ivy: 0.1.13 -> 0.2.8
2022-10-10 20:11:48 +08:00
sternenseemann
ad0537ab1f cbqn: pass adjusted linker flags for darwin 2022-10-10 12:01:02 +02:00
github-actions[bot]
44f6a02f39
Merge master into staging-next 2022-10-09 18:01:35 +00:00
Ryan Mulligan
c0972c16dc update-python-libraries: add missing dependency nix
nix is needed for nix-prefetch-url
2022-10-09 16:06:59 +00:00
Akhil Indurti
8171f7c8d8 ivy: 0.1.13 -> 0.2.8 2022-10-08 22:25:22 -04:00
github-actions[bot]
1b60238acd
Merge master into staging-next 2022-10-08 12:01:37 +00:00
R. Ryantm
552ab32c71 cg3: 1.3.7 -> 1.3.9 2022-10-08 18:06:15 +08:00
sternenseemann
1d7d8b4b0a cbqn: 0.pre+date=2022-05-06 -> 0.pre+date=2022-10-04 2022-10-07 00:51:01 +02:00
sternenseemann
1853d30351 mbqn: 0.pre+date=2021-12-13 -> 0.pre+date=2022-10-03 2022-10-07 00:50:24 +02:00
github-actions[bot]
8a59eec401
Merge master into staging-next 2022-10-05 00:04:26 +00:00
figsoda
6d7136b24d
Merge pull request #194482 from flexagoon/master
maintainers: remove flexagoon from hover and dart
2022-10-04 18:51:57 -04:00
Pavel Zolotarevskiy
6b4bcde22d
dart: remove myself from maintainers 2022-10-04 20:35:30 +00:00
github-actions[bot]
a46be8f23d
Merge master into staging-next 2022-10-03 12:01:27 +00:00
Pol Dellaiera
d81b7507f0 php: enable imap extension by default 2022-10-03 10:06:48 +02:00
github-actions[bot]
0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
7c6f434c
62b424f68c
Merge pull request #193872 from r-ryantm/auto-update/angelscript
angelscript: 2.35.1 -> 2.36.0
2022-10-02 17:18:09 +00:00
github-actions[bot]
e879e7d54e
Merge master into staging-next 2022-10-02 00:04:43 +00:00
logo
423e9cc42c
hashlink: add x86_64-darwin compatibility (#193580)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-01 23:41:52 +02:00
github-actions[bot]
aecf7c7bb9
Merge master into staging-next 2022-10-01 18:01:22 +00:00
Sandro
b87d269a61
Merge pull request #192915 from risicle/ris-wasm3-known-vulnerabilities 2022-10-01 19:25:34 +02:00
Shyim
6350f1b106
php: enable sysvsem by default 2022-10-01 16:58:45 +02:00
R. Ryantm
54ce685fc4 angelscript: 2.35.1 -> 2.36.0 2022-10-01 07:36:39 +00:00
github-actions[bot]
51e600a3e5
Merge master into staging-next 2022-10-01 00:05:21 +00:00
Robert Scott
3b5295131d erlangR22: mark with knownVulnerabilities CVE-2022-37026 2022-10-01 09:00:26 +09:00
Robert Scott
9629d42c78 erlangR21: mark with knownVulnerabilities CVE-2022-37026 2022-10-01 09:00:26 +09:00
Robert Scott
fb091a487d erlangR23: 23.3.4.10 -> 23.3.4.17 2022-10-01 09:00:26 +09:00
Robert Scott
56f026b029 erlangR24: 24.2 -> 24.3.4.5 2022-10-01 09:00:26 +09:00
github-actions[bot]
bc5e570733
Merge master into staging-next 2022-09-30 12:01:29 +00:00
Pol Dellaiera
51ada90c64
php81: 8.1.10 -> 8.1.11 2022-09-30 09:38:38 +02:00
Pol Dellaiera
0d87d2232a
php80: 8.0.23 -> 8.0.24 2022-09-30 09:38:26 +02:00
github-actions[bot]
9d19287993
Merge master into staging-next 2022-09-29 18:03:40 +00:00