Commit Graph

6664 Commits

Author SHA1 Message Date
Martin Weinelt
bbae56264f
Merge pull request #190205 from mweinelt/cpython-38-37 2022-09-08 18:25:32 +02:00
R. Ryantm
14f6760c5e babashka: 0.9.160 -> 0.9.162 2022-09-07 23:18:52 +00:00
Martin Weinelt
d1633b506b
python38: 3.8.13 -> 3.8.14
https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html

Fixes: CVE-2020-10735
2022-09-08 00:48:27 +02:00
Martin Weinelt
0f91504e47
python37: 3.7.13 -> 3.7.14
https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html

Fixes: CVE-2020-10735
2022-09-08 00:47:59 +02:00
Shane Sveller
51d2625b49 elixir_1_14: init
https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/
https://hexdocs.pm/elixir/1.14.0/changelog.html
2022-09-05 16:56:50 -04:00
R. Ryantm
848c87cf98 wasmtime: 0.40.0 -> 0.40.1 2022-09-01 18:03:43 +00:00
superherointj
d6d5511d8b
Merge pull request #188681 from r-ryantm/auto-update/janet
janet: 1.24.0 -> 1.24.1
2022-08-28 18:13:08 -03:00
R. Ryantm
44b317c1b5 janet: 1.24.0 -> 1.24.1 2022-08-28 19:15:37 +00:00
Brian Leung
63845e0cde
guile_3_0: Enable parallel build when not cross-compiling
See
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/guile.scm?h=a39207f7afd977e4e4299c6f0bb34bcb6d153818#n405
2022-08-27 13:51:04 -07:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Sandro
fbcfb11ebc
Merge pull request #188095 from ereslibre/bump-wasmtime-0-40 2022-08-25 22:34:08 +02:00
Stanisław Pitucha
b0f33ebf40
Merge pull request #188011 from unhammer/cg3
cg3: init at version 1.3.7
2022-08-25 16:00:54 +10:00
Michael Livshin
153f2f6f06
wasmtime: build c-api, bump version to 0.40.0
* build wasmtime c-api libraries & headers as the "dev" output.

* bump wasmtime source version to 0.40.0.
2022-08-25 00:34:10 +02:00
Martin Weinelt
19f4e14dcf
python3Packages.sphinxHook: run install phase in predist
Run the installSphinxPhase earlier, so install errors are caught early,
before long and expensive test are started.
2022-08-24 23:02:27 +02:00
Martin Weinelt
caf2d010ed
python3Packages.sphinxHook: Rename loop var in source root detection
The loop variable to find the documentation source root was
unnecessarily short, rename it to something meaningful.
2022-08-24 23:02:26 +02:00
Martin Weinelt
8a26deba06
doc/python: integrate sphinxHook docs
Improve the documentation by moving it from the hook script into the
Python section in the manual and adding code examples.
2022-08-24 23:02:24 +02:00
Martin Weinelt
1ee5fcaf0c
python3Packages.sphinxHook: Add support for multiple builders
Removes the up until now unused option to specify a `sphinxOutdir` in
favor of allowing to specify multiple builders, which is for example
useful for generating both documentation and manpages using the hook.

Since the output path cannot be determined from within the package we
automatically generate it and add a diversion for manpages, so they land
in the correct output and path.
2022-08-24 23:00:41 +02:00
Kevin Brubeck Unhammer
44cf3379a2 cg3: init at version 1.3.7 2022-08-24 10:01:49 +02:00
github-actions[bot]
9968240f42
Merge master into staging-next 2022-08-22 18:01:16 +00:00
Sandro
1f506acfb8
Merge pull request #187702 from ereslibre/wasmtime-disable-tests-x86_64-darwin 2022-08-22 17:16:14 +02:00
Jonas Heinrich
cd4a9ee8a6
Merge pull request #183569 from r-ryantm/auto-update/nextflow
nextflow: 21.10.6 -> 22.04.5
2022-08-22 14:32:36 +02:00
github-actions[bot]
fd9f6da81c
Merge master into staging-next 2022-08-21 18:01:29 +00:00
Sandro
babc1196d3
Merge pull request #187754 from stigtsp/package/rakudo-2022.07 2022-08-21 17:50:25 +02:00
Jonas Heinrich
9c4733995b
Merge pull request #184157 from r-ryantm/auto-update/zef
zef: 0.13.7 -> 0.13.8
2022-08-21 16:56:08 +02:00
Stig Palmquist
d04ed11729
rakudo: 2022.03 -> 2022.07 2022-08-21 16:54:01 +02:00
Stig Palmquist
3f4fdba781
moarvm: 2022.03 -> 2022.07 2022-08-21 16:53:06 +02:00
Stig Palmquist
aaa0292de6
nqp: 2022.03 -> 2022.07 2022-08-21 16:52:41 +02:00
Rafael Fernández López
9c59fd919f
wasmtime: disable tests on x86_64-darwin
Remove tests on x86_64-darwin to avoid specific false errors due to
the way Hydra runners are set up for this architecture.

On this platform, on Hydra runners we see: `SIMD support requires
SSE3, SSSE3, SSE4.1, and SSE4.2 on x86_64.` present in all failing
tests.

Thus, do not run tests on this platform to avoid false reports of this
derivation being broken, because Hydra runners are set up in a way
that this CPU features are not available.

An example of automation marking this derivation as broken because the
Hydra runs were reporting failures: 03bc571744.
2022-08-21 10:58:29 +02:00
github-actions[bot]
c00ace1204
Merge master into staging-next 2022-08-19 12:01:31 +00:00
Jonas Heinrich
9444016aff
Merge pull request #187192 from r-ryantm/auto-update/jruby
jruby: 9.3.6.0 -> 9.3.7.0
2022-08-19 11:52:08 +02:00
7c6f434c
84b6c998fd
Merge pull request #186431 from ShadowRZ/shadowrz/renpy-8.0.1
renpy: 8.0.0 -> 8.0.1
2022-08-19 09:01:19 +00:00
github-actions[bot]
4ad33a5c7c
Merge master into staging-next 2022-08-18 06:01:24 +00:00
R. Ryantm
802ea45699 janet: 1.23.0 -> 1.24.0 2022-08-18 09:39:41 +08:00
R. Ryantm
7337e729a4 jruby: 9.3.6.0 -> 9.3.7.0 2022-08-17 23:57:46 +00:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
github-actions[bot]
e3522b27b2
Merge staging-next into staging 2022-08-16 00:03:13 +00:00
github-actions[bot]
df465dde1a
Merge master into staging-next 2022-08-16 00:02:25 +00:00
figsoda
a1e1e5b2a7 lunatic: fix hydra build 2022-08-15 21:57:07 +02:00
github-actions[bot]
842c52c5ba
Merge staging-next into staging 2022-08-15 00:03:15 +00:00
github-actions[bot]
1db41d0201
Merge master into staging-next 2022-08-15 00:02:37 +00:00
Robert Scott
4539e7b92f
Merge pull request #184336 from risicle/ris-jruby-binary-bytecode
jruby: mark as `sourceProvenance` `binaryBytecode`
2022-08-14 21:21:38 +01:00
Mario Rodas
c07f7e3cec
Merge pull request #186571 from marsam/update-rubygems
rubygems: 3.2.26 -> 3.3.20
2022-08-14 10:01:53 -05:00
Martin Weinelt
913d759486
Merge pull request #185430 from winterqt/python-unittest-hook 2022-08-14 12:14:04 +02:00
github-actions[bot]
bbedd67512
Merge staging-next into staging 2022-08-14 06:01:58 +00:00
github-actions[bot]
b87f96162b
Merge master into staging-next 2022-08-14 06:01:22 +00:00
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
Winter
e8fbb38a51 pythonPackages.unittestCheckHook: init 2022-08-13 14:09:43 -04:00
Sergei Trofimovich
123cb930b3 evcxr: 0.12.0 -> 0.13.0
Among other things this release supports rust-1.63.0.
2022-08-13 13:38:52 +01:00
夜坂雅
a6ce9617eb
renpy: 8.0.0 -> 8.0.1 2022-08-13 19:53:48 +08:00