Commit graph

324116 commits

Author SHA1 Message Date
K900
9611041ef5 nixos/lib/test-driver: set defaults in __init__ instead of class level
Just a minor code style nit to avoid potential footguns
2021-10-19 16:29:19 +03:00
K900
a874235dff nixos/lib/test-driver: clean up threads correctly
The current implementation just forks off a thread to read
QEMU's stdout and lets it exist forever. This, however,
makes the interpreter shutdown racy, as the thread could
still be running and writing out buffered stdout when the
main thread exits (and since it's using the low level API,
the worker thread does not get cleaned up by the atexit hooks
installed by `threading`, either). So, instead of doing that,
let's create a real `threading.Thread` object, and also
explicitly `join` it along with the other stuff when cleaning up.
2021-10-19 16:23:51 +03:00
Sandro
0c084c89fe
Merge pull request #142189 from IvarWithoutBones/fix/hacpack-musl 2021-10-19 14:29:32 +02:00
Sandro
ea3319a185
Merge pull request #142200 from fabaff/bump-msmtp 2021-10-19 14:27:59 +02:00
Sandro
51d0119ebb
Merge pull request #142198 from fabaff/bump-plaid-python 2021-10-19 14:24:45 +02:00
Fabian Affolter
728bd64503
Merge pull request #142168 from r-ryantm/auto-update/python38Packages.pyspark
python38Packages.pyspark: 3.1.2 -> 3.2.0
2021-10-19 13:50:57 +02:00
Sandro
9508cc2e9c
Merge pull request #142201 from r-ryantm/auto-update/deno 2021-10-19 13:50:31 +02:00
Sandro
0615609179
Merge pull request #142202 from ehmry/nim 2021-10-19 13:49:14 +02:00
Sandro
94661f908a
Merge pull request #142194 from jbedo/fastp 2021-10-19 13:48:08 +02:00
Artturi
b7b25c29b2
Merge pull request #141904 from wackbyte/update-lutris
lutris: 0.5.8.4 -> 0.5.9.1
2021-10-19 14:38:35 +03:00
Emery Hemingway
30be6c22c5 nim: 1.4.8 -> 1.6.0 2021-10-19 13:07:57 +02:00
R. RyanTM
04e1d2483b deno: 1.15.1 -> 1.15.2 2021-10-19 11:04:39 +00:00
Fabian Affolter
a4adda08e0
Merge pull request #142182 from fabaff/bump-flux-led
python3Packages.flux-led: 0.24.8 -> 0.24.9
2021-10-19 13:03:35 +02:00
Fabian Affolter
49f6430240 msmtp: 1.8.16 -> 1.8.17 2021-10-19 13:03:11 +02:00
Emery Hemingway
3cfbadec99 nim: patch compiler to emit native file/line info format 2021-10-19 12:50:30 +02:00
Fabian Affolter
5e415b911b python3Packages.plaid-python: 8.1.0 -> 8.3.0 2021-10-19 12:26:34 +02:00
Bobby Rong
a323570a26
Merge pull request #142193 from bobby285271/rocketchat-desktop
rocketchat-desktop: libgpgerror -> libgpg-error
2021-10-19 18:23:19 +08:00
Orivej Desh
4949d2930b
reaper: 6.29 -> 6.38 (#141914)
Dispatch based on hostPlatform.system, similar to how it is done for
example in sbclBootstrap.
2021-10-19 10:21:54 +00:00
Fabian Affolter
a1810f03d1 python3Packages.nulltype: init at 2.3.1 2021-10-19 12:18:48 +02:00
Michele Guerini Rocco
d71650de14
Merge pull request #142011 from rnhmjoj/pr-mkvtoolnix
mkvtoolnix: 61.0.0 -> 62.0.0
2021-10-19 12:09:28 +02:00
Justin Bedo
08489c40ab
fastp: 0.22.0 -> 0.23.1 2021-10-19 21:09:05 +11:00
Justin Bedo
c25a1b7a5a
isa-l: init 2.30.0 2021-10-19 21:05:01 +11:00
Bobby Rong
df01e159f6
rocketchat-desktop: libgpgerror -> libgpg-error 2021-10-19 18:00:22 +08:00
Sandro
2f37b3dfb9
Merge pull request #142187 from IvarWithoutBones/fix/hactool-musl 2021-10-19 11:58:14 +02:00
Sandro
ab57b395a7
Merge pull request #142188 from fabaff/bump-httpie 2021-10-19 11:57:51 +02:00
Fabian Affolter
c350adaacd
Merge pull request #142129 from fabaff/bump-pysma
python3Packages.pysma: 0.6.6 -> 0.6.7
2021-10-19 11:32:31 +02:00
Fabian Affolter
2a5007aacd
Merge pull request #142134 from fabaff/bump-pytest-httpserver
python3Packages.pytest-httpserver: 1.0.1 -> 1.0.2
2021-10-19 11:31:51 +02:00
Fabian Affolter
708656c3e6
Merge pull request #142158 from r-ryantm/auto-update/python38Packages.mypy-boto3-s3
python38Packages.mypy-boto3-s3: 1.18.63 -> 1.18.64
2021-10-19 11:31:12 +02:00
Fabian Affolter
f5a5beee3d
Merge pull request #142175 from r-ryantm/auto-update/python38Packages.soco
python38Packages.soco: 0.24.0 -> 0.24.1
2021-10-19 11:30:45 +02:00
Sandro
9355f60603
Merge pull request #141362 from gbtb/packaged_rocketchat-desktop_binary 2021-10-19 11:29:23 +02:00
Fabian Affolter
290ce17b05
Merge pull request #142176 from r-ryantm/auto-update/python38Packages.spacy-transformers
python38Packages.spacy-transformers: 1.0.6 -> 1.1.0
2021-10-19 11:29:11 +02:00
Sandro
967ed18fb7
Merge pull request #142183 from fabaff/bump-zoxide 2021-10-19 11:26:02 +02:00
Ivar Scholten
faff7f789b hacpack: fix static build && enable parallel building 2021-10-19 11:26:01 +02:00
Fabian Affolter
d99931c334
Merge pull request #142172 from r-ryantm/auto-update/python38Packages.qualysclient
python38Packages.qualysclient: 0.0.4.8.1 -> 0.0.4.8.2
2021-10-19 11:24:56 +02:00
Sandro
566e5366ac
Merge pull request #84856 from sikmir/hobbits 2021-10-19 11:24:18 +02:00
Fabian Affolter
7464f78b36 httpie: 2.5.0 -> 2.6.0 2021-10-19 11:21:23 +02:00
Jörg Thalheim
8f7f9ba429
Merge pull request #142185 from em0lar/telegraf-update
telegraf: 1.20.0 -> 1.20.2
2021-10-19 10:13:58 +01:00
Ivar Scholten
b5301cafbc hactool: add musl support && enable parallel building 2021-10-19 11:11:03 +02:00
Leo Maroni
406d817304
telegraf: 1.20.0 -> 1.20.2 2021-10-19 10:47:39 +02:00
Miles Breslin
d4c2aaab6f
evscript: git-47f86f0 -> unstable-2021-06-16 (#127621)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-19 10:45:57 +02:00
Robert Hensing
15390246ca
Merge pull request #141861 from Enzime/add/samba-open-firewall
nixos/samba: Add `openFirewall` option
2021-10-19 10:34:59 +02:00
Michael Hoang
43d2eefea6 nixos/samba: Add openFirewall option 2021-10-19 19:11:02 +11:00
Sandro
5193b0da80
Merge pull request #142128 from fabaff/bump-pychromecast 2021-10-19 10:05:08 +02:00
Raymond Gauthier
4937a5f303
ms-toolsai.jupyter: 2021.5.745244803 -> 2021.9.1101343141 (#141772)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-19 10:04:15 +02:00
Nikolay Korotkiy
6db220afca
hobbits: init at 0.52.0 2021-10-19 10:59:19 +03:00
Manuel Bärenz
7a135abf60
Merge pull request #98214 from turion/dev_test_all_agda_packages
Fix #98209. Test all agda packages
2021-10-19 09:56:50 +02:00
Fabian Affolter
d28277eb87 zoxide: 0.7.5 -> 0.7.7 2021-10-19 09:46:11 +02:00
Sandro
b270a93750
Merge pull request #142169 from r-ryantm/auto-update/python38Packages.python-ironicclient
python38Packages.python-ironicclient: 4.8.0 -> 4.9.0
2021-10-19 09:37:03 +02:00
Pavol Rusnak
d31c9bd3f0
Merge pull request #139571 from prusnak/dotnet-cleanup
dotnet: cleanup; point dotnet-sdk alias to 5.0; remove unsupported SDKs
2021-10-19 09:16:11 +02:00
Pavol Rusnak
05349a3f8a
Merge pull request #142155 from erikarvstedt/update-electrs
electrs: 0.9.0 -> 0.9.1
2021-10-19 09:12:10 +02:00