Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging
2021-03-26 07:53:44 +01:00
github-actions[bot]
26fdaef6b2
Merge master into staging-next
2021-03-26 06:05:54 +00:00
Mario Rodas
8aacaddb34
Merge pull request #117642 from r-ryantm/auto-update/pack
...
buildpack: 0.17.0 -> 0.18.0
2021-03-25 21:07:47 -05:00
taku0
44ccf965bd
Merge pull request #116781 from cust0dian/adoptopenjdk-16
...
adoptopenjdk-bin: add 16.0.0
2021-03-26 10:34:23 +09:00
R. RyanTM
f689693fda
buildpack: 0.17.0 -> 0.18.0
2021-03-26 00:58:52 +00:00
github-actions[bot]
b068d2e437
Merge master into staging-next
2021-03-26 00:15:53 +00:00
Sandro
ead0ca46c0
Merge pull request #117628 from rmcgibbo/python3Packages.boltons
...
python3Packages.boltons: 20.2.0 -> 20.2.1
2021-03-26 01:02:48 +01:00
Robert T. McGibbon
69ecff63a6
python3Packages.boltons: 20.2.0 -> 20.2.1
2021-03-25 19:47:33 -04:00
Sandro
d5178d6519
Merge pull request #117621 from TredwellGit/electron
2021-03-26 00:37:12 +01:00
Sandro
8bf1bf3a3a
Merge pull request #116308 from fabaff/bump-cmarkgfm
2021-03-26 00:28:45 +01:00
Sandro
dd84a7fd7b
Merge pull request #117575 from raboof/buf-init-at-0.40.0
...
buf: init at 0.40.0
2021-03-26 00:03:17 +01:00
Sandro
2115946b1d
Merge pull request #117619 from wamserma/asmfmt-cleanup
...
asmfmt: 1.2.1 -> 1.2.3
2021-03-26 00:02:27 +01:00
Sandro
1e2d281fbc
Merge pull request #117609 from rmcgibbo/asttokens
...
python39Packages.asttokens: unbreak
2021-03-25 23:41:57 +01:00
Raphael Megzari
bb756400c0
sqlx-cli: fix darwin build ( #117443 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-25 23:39:47 +01:00
Stefan Wiehler
46b087e6a2
pykodi: init at 0.2.3
2021-03-25 15:36:01 -07:00
Robert Schütz
c89b41777c
python3Packages.ytmusicapi: 0.14.3 -> 0.15.0
2021-03-25 15:35:17 -07:00
Markus S. Wamser
b59e0191fd
asmfmt: 1.2.1 -> 1.2.3
2021-03-25 23:02:16 +01:00
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
Robert T. McGibbon
b618d8da31
python39Packages.asttokens: unbreak
2021-03-25 15:48:59 -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
github-actions[bot]
7c9222212f
Merge master into staging-next
2021-03-25 18:14:01 +00:00
R. RyanTM
f3d5ff597d
libassuan: 2.5.4 -> 2.5.5
2021-03-25 18:10:54 +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
Michael Weiss
8cd7e290e4
mesa: 20.3.5 -> 21.0.1 ( #109319 )
2021-03-25 15:34:08 +01:00
Michael Weiss
f6e726a3db
mesa: 20.3.4 -> 20.3.5 ( #117513 )
2021-03-25 14:54:04 +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
github-actions[bot]
4dc869e403
Merge master into staging-next
2021-03-25 12:06:22 +00: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
Arnout Engelen
675d5ba700
buf: init at 0.40.0
2021-03-25 12:03:54 +01:00