Rick van Schijndel
89b3f25cbd
cling: use makeWrapper for build platform
2022-08-14 00:17:01 +03:00
Rick van Schijndel
b315bd7e0d
acl2: makeWrapper to nativeBuildInputs
2022-08-14 00:09:59 +03:00
Mario Rodas
359c6e9a01
racket: 8.5 -> 8.6
...
https://download.racket-lang.org/v8.6.html
2022-08-12 04:20:00 +00:00
Anderson Torres
668dc09547
Merge pull request #185991 from r-ryantm/auto-update/nickel
...
nickel: 0.2.0 -> 0.2.1
2022-08-10 19:51:33 -03:00
Kirill A. Korinsky
60259663a4
spidermonkey_*: fix build under macOS
2022-08-10 23:33:20 +02:00
Kirill A. Korinsky
f6c8d04c78
spidermonkey_*: remove useless dependency
2022-08-10 23:33:20 +02:00
Kirill A. Korinsky
cf3859b188
spidermonkey_*: add myself as a maintainer
2022-08-10 23:33:20 +02:00
Kirill A. Korinsky
c053cde6be
spidermonkey_102: init at 102.1.0
2022-08-10 23:33:20 +02:00
Kirill A. Korinsky
457b124ad2
spidermonkey_*: add tests
2022-08-10 23:33:20 +02:00
Kirill A. Korinsky
9a99e98ea4
spidermonkey_78: factor out into a common expression
2022-08-10 23:33:20 +02:00
Kirill A. Korinsky
1573bc9229
spidermonkey_91: factor out into a common expression
2022-08-10 23:33:20 +02:00
R. Ryantm
1cf6528627
nickel: 0.2.0 -> 0.2.1
2022-08-10 21:00:18 +00:00
figsoda
c1dbfeb2c0
Merge pull request #185125 from figsoda/update-lunatic
...
lunatic: 0.9.0 -> 0.10.0
2022-08-10 16:07:44 +08:00
figsoda
41c5b671d6
lunatic: 0.9.0 -> 0.10.0
2022-08-10 15:21:25 +08:00
Silvan Mosberger
65a60bd702
Merge pull request #185694 from infinisil/bats-libraries
...
bats: Add library support
2022-08-09 19:55:22 +02:00
Travis A. Everett
d42f6128c7
bats: Add library test
...
Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
2022-08-09 17:34:13 +02:00
Martin Weinelt
7363ab9ebb
python311: 3.11.0b5 -> 3.11.0rc1
...
https://docs.python.org/3.11/whatsnew/changelog.html#python-3-11-0-beta-5
2022-08-08 23:55:10 +02:00
Martin Weinelt
f1c0f0554a
Merge pull request #183037 from mweinelt/python3.11.0b5
2022-08-08 23:52:28 +02:00
Silvan Mosberger
fbe194fdf6
bats: Add library wrapper
...
Adds a `bats.withLibraries (p: [ ... ])` function, which creates a
`bats` wrapper where the `BATS_LIB_PATH` environment variable contains
fallbacks for the given list of libraries.
This allows to e.g. use the `bats-assert` library (which itself requires the
`bats-support` library) with
bats.withLibraries (p: [ p.bats-support p.bats-assert ])
In a `.bats` file you can then call `bats_load_library` [1] to load the
libraries in the `setup()` function:
setup() {
bats_load_library bats-support
bats_load_library bats-assert
}
[1]: https://bats-core.readthedocs.io/en/stable/writing-tests.html?highlight=library#bats-load-library-load-system-wide-libraries
2022-08-08 20:20:10 +02:00
Silvan Mosberger
d1949b739a
bats: init libraries
...
- init bats-assert 2.0.0
- init bats-support 0.3.0
- init bats-file 0.3.0
2022-08-08 20:11:37 +02:00
Elis Hirwing
f44841f33d
Merge pull request #185160 from helsinki-systems/upd/php
...
php80: 8.0.21 -> 8.0.22 & php81: 8.1.8 -> 8.1.9
2022-08-06 17:18:48 +02:00
Frederik Rietdijk
2270b66d75
pythonPackagesExtensions: override all Python package sets at once
...
Python package sets can be overridden by overriding an interpreter
and passing in `packageOverrides = self: super: {...};`. This is fine
in case you need a single interpreter, however, it does not help you
when you want to override all sets.
With this change it is possible to override all sets at once by
appending a list of "extensions" to `pythonPackagesExtensions`.
From reading the implementation you might wonder why a list is used, and
not
`lib.composeExtensions`? The reason is the latter requires knowledge of
the library function. This approach should be easier for most users
as it is similar to how we append to lists of e.g. inputs or patches
when overriding a derivation.
2022-08-06 09:39:39 +02:00
Austin Seipp
3524da2f0a
kerf_1: init at unstable-2022-08-05
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-08-05 22:19:42 -05:00
Thomas Gerbet
03119abf6b
wasmtime: 0.38.0 -> 0.39.1
...
https://github.com/bytecodealliance/wasmtime/blob/v0.39.1/RELEASES.md
Fixes CVE-2022-31146 and CVE-2022-31169.
2022-08-05 18:48:57 +02:00
ajs124
da6ccfbab2
php81: 8.1.8 -> 8.1.9
...
https://www.php.net/ChangeLog-8.php#8.1.9
2022-08-05 00:20:10 +02:00
ajs124
2b483c62db
php80: 8.0.21 -> 8.0.22
...
https://www.php.net/ChangeLog-8.php#8.0.22
2022-08-05 00:19:54 +02:00
R. Ryantm
7c8629447b
yabasic: 2.90.1 -> 2.90.2
2022-08-02 08:19:11 +00:00
Winter
d7f893676b
Merge pull request #184224 from r-ryantm/auto-update/jruby
2022-08-01 23:39:14 -04:00
R. Ryantm
8736aa01e9
nickel: 0.1.0 -> 0.2.0
2022-08-01 18:36:50 +00:00
R. Ryantm
82c4da0677
micropython: 1.19 -> 1.19.1
2022-07-31 23:55:17 +00:00
R. Ryantm
f64b539060
jruby: 9.3.4.0 -> 9.3.6.0
2022-07-31 13:43:45 +00:00
R. Ryantm
b40fa67604
wasmer: 2.1.1 -> 2.3.0
2022-07-31 05:56:06 +00:00
Alyssa Ross
5330c0a1af
treewide: use isAarch where appropriate
2022-07-30 16:18:27 +00:00
R. Ryantm
33c199aee4
babashka: 0.9.159 -> 0.9.160
2022-07-30 10:58:37 +01:00
Thiago Kenji Okada
c01ab9eecc
Merge pull request #183088 from jlesquembre/graal-22.2.0
...
graalvm-ce: 22.1.0 -> 22.2.0
2022-07-30 10:48:58 +01:00
José Luis Lafuente
3c0c3d85cf
babashka: 0.8.157 -> 0.9.159
2022-07-29 14:12:07 +02:00
Winter
f1d87d0aab
Merge pull request #183190 from figsoda/update-lunatic
...
lunatic: 0.7.5 -> 0.9.0
2022-07-28 11:55:00 -04:00
Winter
d99b07b593
lunatic: mark as unbroken on darwin
2022-07-28 00:50:42 -04:00
figsoda
fc8b6a0aac
lunatic: 0.7.5 -> 0.9.0
2022-07-28 11:37:02 +08:00
Keshav Kini
bd44753d89
acl2: 8.4 -> 8.5
2022-07-27 13:10:17 -07:00
Martin Weinelt
afda166636
python311: 3.11.0b4 -> 3.11.0b5
...
https://pythoninsider.blogspot.com/2022/07/python-3110b5-is-now-available.html
https://www.python.org/downloads/release/python-3110b5/
2022-07-27 02:11:53 +02:00
github-actions[bot]
1071ab374f
Merge master into staging-next
2022-07-26 18:01:32 +00:00
Vladimír Čunát
746effd653
Merge #182849 : firefox updates - 103.0 and related
2022-07-26 15:20:28 +02:00
Martin Weinelt
d361a9f90a
spidermonkey_91: 91.11.0 -> 91.12.0
2022-07-26 15:05:13 +02:00
Mario Rodas
d1367a4a51
zuo: 2022-04-23 -> 2022-07-25
2022-07-26 04:20:00 +00:00
github-actions[bot]
19fd1d7e90
Merge master into staging-next
2022-07-26 00:02:26 +00:00
Pavol Rusnak
3a33ccee14
micropython: 1.18 -> 1.19
2022-07-25 18:29:48 +02:00
github-actions[bot]
21a6aafb7d
Merge master into staging-next
2022-07-24 12:01:21 +00:00
Robert Scott
dd107ca580
lua5_4: add patch for CVE-2022-33099
2022-07-23 13:37:52 +01:00
github-actions[bot]
6629a2339e
Merge master into staging-next
2022-07-23 12:01:31 +00:00