Commit Graph

102222 Commits

Author SHA1 Message Date
TredwellGit
a4cacf2c9d electron_10: 10.4.0 -> 10.4.2
https://github.com/electron/electron/releases/tag/v10.4.1
https://github.com/electron/electron/releases/tag/v10.4.2
2021-03-25 21:54:34 +00:00
TredwellGit
7d35b17912 electron_11: 11.3.0 -> 11.4.1
https://github.com/electron/electron/releases/tag/v11.4.0
https://github.com/electron/electron/releases/tag/v11.4.1
2021-03-25 21:53:23 +00:00
TredwellGit
5fd6188e52 electron_12: 12.0.1 -> 12.0.2
https://github.com/electron/electron/releases/tag/v12.0.2
2021-03-25 21:53:23 +00:00
John Ericson
46cd235646
Merge pull request #117318 from obsidiansystems/cupy
python3Packages.cupy: 8.40 -> 8.5.0
2021-03-25 17:45:36 -04:00
sternenseemann
91b91ebe40 haxe*: set licenses according to upstream opam file
Upstream specifies MIT and GPL2+ in its opam file, so we run with this.
There doesn't seem to have been any license change and I couldn't track
down the mentioned docs/license.txt.
2021-03-25 22:11:00 +01:00
sternenseemann
f8544f96f1 neko: try to list applying licenses more accurately
As a side note: This change shows why `with` can be dangerous business:
It doesn't shadow any existing bindings which can be unexpected. If I
were to use with licenses; [ … ] here, zlib in the with block would
actually be the zlib passed via the function arguments instead of the
zlib from licenses which would be expected. This was what caused the
previous eval error.
2021-03-25 22:11:00 +01:00
sternenseemann
2fd41fd203 haxe: 3.4.6 -> 4.2.1
haxe_4_2: init at 4.2.1

haxe_3_4, haxe_3_2 still exist.

Co-authored-by: Daniel Firth <dan.firth@homotopic.tech>
2021-03-25 22:11:00 +01:00
Daniel Firth
dc376c7e75 neko: 2.2.0 -> 2.3.0
Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
2021-03-25 22:11:00 +01:00
Dmitry Kalinkin
bf5c995ad2
Merge pull request #116487 from veprbl/pr/professor_init
professor: init at 2.3.3
2021-03-25 16:07:55 -04:00
Mario Rodas
fd58db2656
wabt: 1.0.20 -> 1.0.23 (#117548) 2021-03-25 20:21:16 +01:00
sternenseemann
6aac9b563f ocamlPackages.git: 3.3.2 -> 3.3.3
Fixes a stack-overflow for very large trees.

https://github.com/mirage/ocaml-git/releases/tag/3.3.3
2021-03-25 20:04:23 +01:00
Vincent Laporte
92a1b57bb1 ocamlPackages.ppxlib: default to 0.22.0
ocamlPackages.base_quickcheck 0.14.0 → 0.14.1

ocamlPackages.ppx_custom_printf: 0.14.0 → 0.14.1

ocamlPackages.ppx_expect: 0.14.0 → 0.14.1

ocamlPackages.ppx_optcomp: 0.14.0 → 0.14.1

ocamlPackages.ppx_sexp_conv: 0.14.1 → 0.14.3

ocamlPackages.ppx_sexp_message: 0.14.1 → 0.14.2

ocamlPackages.ppx_typerep_conv: 0.14.1 → 0.14.2

ocamlPackages.visitors: 20210127 → 20210316

ocamlPackages.pgocaml: 4.2.2 → 4.2.2-dev-20210111
2021-03-25 17:36:51 +01:00
Vincent Laporte
53a56c9887 ocamlPackages.ppxlib: disable versions 0.15 and 0.18 for OCaml ≥ 4.12 2021-03-25 17:36:51 +01:00
Michele Guerini Rocco
f19e82d1ad
Merge pull request #117499 from rnhmjoj/leveldb
leveldb: fix static build and cleanup
2021-03-25 15:35:01 +01:00
Martin Weinelt
f69bf8fd28
openssl: 1.1.1j -> 1.1.1k 2021-03-25 14:46:34 +01:00
Jan Tojnar
69167a7026
Merge pull request #117047 from collares/gtksourceview4
gtksourceview4: fix intermittent "resource not found" build errors
2021-03-25 14:24:17 +01:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
Frederik Rietdijk
786e4b6b6a ganv: use python3 2021-03-25 13:03:11 +01:00
Frederik Rietdijk
c7c38df130 galario: does not require python 2021-03-25 12:56:02 +01:00
Frederik Rietdijk
a904a4d886 gaia: does not require python 2021-03-25 12:54:37 +01:00
Frederik Rietdijk
7864093c68 fedpkg: stay with python2 2021-03-25 12:43:50 +01:00
Frederik Rietdijk
7012ab1b54 dtc: don't require python 2021-03-25 12:30:44 +01:00
Frederik Rietdijk
0aaee53c2a docopt_cpp: stay with python2 2021-03-25 12:27:59 +01:00
Frederik Rietdijk
49b68c5924 doclifter: use python3 2021-03-25 12:25:40 +01:00
Frederik Rietdijk
11aa8b3b89 distcc: use python3 2021-03-25 12:20:37 +01:00
Sandro
c0e8818520
Merge pull request #117508 from rmcgibbo/PyICU 2021-03-25 12:14:47 +01:00
Frederik Rietdijk
4f39a2db4d cling: use python3 2021-03-25 12:00:51 +01:00
Frederik Rietdijk
5769fcd519 cppcms: use python2 2021-03-25 11:53:55 +01:00
Sandro
e1bb08589f
Merge pull request #117573 from sikmir/stagit
stagit: 0.9.4 → 0.9.5
2021-03-25 11:52:21 +01:00
Frederik Rietdijk
7be6cf9784 cmdstan: use python3 2021-03-25 11:48:24 +01:00
Frederik Rietdijk
8456df5d37 cli11: use python3 2021-03-25 11:42:32 +01:00
Frederik Rietdijk
34c8e735aa clearsilver: use python2 2021-03-25 11:33:54 +01:00
Samuel Ainsworth
a4456496ee
julia: add update script, and 1.5.3 -> 1.5.4 (#116466) 2021-03-25 11:32:14 +01:00
Sandro
a65965b9e3
Merge pull request #115767 from jojosch/jellyfin-mpv-shim-1.8.1 2021-03-25 11:28:53 +01:00
Nikolay Korotkiy
7cba7fe18a
stagit: 0.9.4 → 0.9.5 2021-03-25 13:25:48 +03:00
Frederik Rietdijk
344bce2431 cask: use python3 2021-03-25 11:21:54 +01:00
Sandro
499600b06d
Merge pull request #116499 from danieldk/amd-blis-3.0
amd-blis: 2.2 -> 3.0
2021-03-25 11:18:54 +01:00
Frederik Rietdijk
137fb57d98 opencv3: pythonPackages can be missing
when we do not need Python (default)
2021-03-25 11:18:05 +01:00
Sandro
87b55d1fbb
Merge pull request #117110 from vrinek/kaput-cli 2021-03-25 11:17:03 +01:00
Frederik Rietdijk
8d03aea178 botan: use python3 2021-03-25 11:08:09 +01:00
Frederik Rietdijk
2b0f34bcb5 blackmagic: use python3 2021-03-25 10:52:10 +01:00
Frederik Rietdijk
490bdd203c bazel_0_26: use python3 2021-03-25 10:39:17 +01:00
Frederik Rietdijk
43b7b079dd bazel-watcher: use python3 2021-03-25 10:36:54 +01:00
Kostas Karachalios
89f9aa9f66 kaput-cli: init at 1.1.1 2021-03-25 10:35:12 +01:00
Sandro
50251219bf
Merge pull request #117567 from fabaff/bump-python-miio
python3Packages.python-miio: 0.5.5.1 -> 0.5.5.2
2021-03-25 10:34:56 +01:00
Frederik Rietdijk
d191ee7330 bam: use python3 2021-03-25 10:29:14 +01:00
Frederik Rietdijk
c71c5a3cb0 clblas: use python3 2021-03-25 10:27:04 +01:00
Frederik Rietdijk
5603cabc2f opencl-clhpp: use python3 2021-03-25 10:26:56 +01:00
Frederik Rietdijk
548c9c0daa jxrlib: use python3 2021-03-25 10:26:46 +01:00
Frederik Rietdijk
469f668769 aubio: use python3 2021-03-25 10:26:38 +01:00