Frederik Rietdijk
8576d24b2a
Merge staging-next into staging
2020-06-08 12:08:51 +02:00
Vladimír Čunát
b59847b848
systemd: avoid rebuild from the parent commit for now
...
Otherwise we'd be delaying this staging-next cycle noticeably.
2020-06-08 06:28:58 +02:00
John Ericson
a239864fc6
systemd: Fix cross build
...
This was very similar to the Mesa issues fixed in
62e6d73a09
: the user-written code is
looking up an unprefixed binutils program.
[I think we should have a way in Meson of specifying a program prefix in
the cross / native files, as a fallback for any program that isn't
explicitly specified. This could both be availible for user written
rules, and help with the default rules.]
Fixes https://github.com/NixOS/mobile-nixos/issues/161
2020-06-08 00:29:51 +00:00
Georg Haas
a8ee561b0f
jool: 4.0.5 -> 4.0.9
2020-06-07 19:08:59 +02:00
Frederik Rietdijk
d0532e79ae
Merge staging-next into staging
2020-06-07 09:25:46 +02:00
Frederik Rietdijk
6b8223e634
Merge master into staging-next
2020-06-07 09:25:12 +02:00
Mario Rodas
fe753a241f
Merge pull request #89539 from cmacrae/upgrade/yabai/3.1.0
...
yabai: 3.0.2 -> 3.1.0
2020-06-05 20:04:19 -05:00
Samuel Dionne-Riel
3570c1303e
Merge pull request #89571 from samueldr/fix/input-utils/cross
...
input-utils: Fix cross-compilation
2020-06-05 19:53:46 -04:00
Samuel Dionne-Riel
68096cab7f
input-utils: Fix cross-compilation
...
We actually don't need to `strip` using `install`. Stripping is already
part of the fixup. This ends up being a fix we can apply universally,
but works around an issue where `install` doesn't know about the
prefixed `strip` binary.
2020-06-05 18:52:47 -04:00
Matthew Bauer
fa29c1002d
Merge pull request #89356 from wizeman/u/fix-fwupd
...
fwupd: fix configuration on aarch64
2020-06-05 15:36:34 -05:00
Frederik Rietdijk
1c68570ab2
Merge staging-next into staging
2020-06-05 19:42:16 +02:00
Frederik Rietdijk
43f71029cc
Merge master into staging-next
2020-06-05 19:40:53 +02:00
Patryk Wychowaniec
4dee97c43e
lxcfs: Wrap lxc.mount.hook
, so that it detects the mount
command
2020-06-05 16:37:31 +02:00
Tim Steinbach
05b3c7dd66
linux/hardened/patches/5.6: 5.6.15.a -> 5.6.16.a
2020-06-05 09:45:25 -04:00
Tim Steinbach
5537f64700
linux/hardened/patches/5.4: 5.4.43.a -> 5.4.44.a
2020-06-05 09:45:23 -04:00
Tim Steinbach
7ce3d24baa
linux/hardened/patches/4.19: 4.19.125.a -> 4.19.126.a
2020-06-05 09:45:21 -04:00
Tim Steinbach
2c2362cea5
linux/hardened/patches/4.14: 4.14.182.a -> 4.14.183.a
2020-06-05 09:45:19 -04:00
Tim Steinbach
7557c83ea4
linux_latest-libre: 17506 -> 17527
2020-06-05 09:45:08 -04:00
Tim Steinbach
4c5251436b
linux: 5.6.15 -> 5.6.16
2020-06-05 09:37:49 -04:00
Tim Steinbach
6599499cd7
linux: 5.4.43 -> 5.4.44
2020-06-05 09:37:38 -04:00
Tim Steinbach
c511f3bab6
linux: 4.9.225 -> 4.9.226
2020-06-05 09:37:26 -04:00
Tim Steinbach
4bf8aa6b71
linux: 4.4.225 -> 4.4.226
2020-06-05 09:37:11 -04:00
Tim Steinbach
0c574f3357
linux: 4.19.125 -> 4.19.126
2020-06-05 09:37:03 -04:00
Tim Steinbach
877920254a
linux: 4.14.182 -> 4.14.183
2020-06-05 09:36:43 -04:00
cmacrae
74e87de0ad
yabai: 3.0.2 -> 3.1.0
2020-06-05 14:11:39 +01:00
Jörg Thalheim
073d2fc4d5
cgmanager: remove
...
fixes #30023
2020-06-05 09:47:12 +01:00
Benjamin Saunders
38f5fce48a
linuxPackages.rtl88x2bu: init at 2020-05-19
2020-06-04 12:39:54 -07:00
Anders Kaseorg
0f2e569505
linux: CONFIG_MOUSE_ELAN_I2C_SMBUS=y
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-06-04 18:22:23 +02:00
Michael Weiss
ac0716aa61
iproute: 5.6.0 -> 5.7.0
...
"As usual lots of small fixes, across many utilities. Several qdisc now
have more parameters available. Devlink get most of the fixes." [0]
File changes (additions/removals):
+share/bash-completion/completions/devlink
+share/man/man8/devlink-dpipe.8.gz
+share/man/man8/tc-ct.8.gz
[0]: https://marc.info/?l=linux-netdev&m=159115579900638
2020-06-04 18:13:07 +02:00
Frederik Rietdijk
b76c308ecd
Merge staging-next into staging
2020-06-04 15:28:16 +02:00
Frederik Rietdijk
08900c0554
Merge master into staging-next
2020-06-04 15:25:54 +02:00
Florian Klink
3b1b4fde0c
systemd: systemd.pc: fix systemdsystemunitpath and systemduserunitpath
...
The paths in the generated `systemd.pc` were flipped, fix this:
`systemdsystemunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{user => system}`
`systemduserunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{system => user}`
The paths actually used in the code (further below in that patch) were
correct, so keep them there.
Fixes #59473 .
2020-06-03 22:25:01 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Rovanion Luckey
29fc454d15
pcm: 202003 -> 202005
2020-06-02 12:53:58 -07:00
Neil Mayhew
367b3a99e4
multipath-tools: Fix build failure due to GZIP make var
...
The multipath-tools makefiles use GZIP as a variable name but this is
also the name of the environment variable gzip uses to get its default
options.
Normally, this wouldn't get into the environment but nixpkgs exports
GZIP=-n in a setup hook. This in turn causes make to export its own
value for this variable. gzip objects to having -c in the environment
variable and aborts, causing the build to fail.
2020-06-02 09:38:29 -06:00
Ricardo M. Correia
ec4d914143
fwupd: fix configuration on aarch64
...
The fwupd service was failing on aarch64 with:
fwupd: Failed to load engine: Failed to load remotes: failed to load /etc/fwupd/remotes.d/dell-esrt.conf: No such file or directory
The /etc/fwupd/remotes.d/dell-esrt.conf symlink existed but it pointed to a non-existent file.
2020-06-02 14:23:20 +02:00
James Ravn
46f2bf63a4
firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19
2020-06-01 14:16:22 +01:00
Maximilian Bosch
e90c5fe0ec
linuxPackages.wireguard: 1.0.20200506 -> 1.0.20200520
...
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005450.html
2020-05-31 21:25:56 +02:00
Mario Rodas
8a73ac0f34
Merge pull request #89229 from shardulbee/update-yabai-3.0.2
...
yabai: 3.0.1 -> 3.0.2
2020-05-31 09:53:32 -05:00
Shardul Baral
2d95536210
yabai: 3.0.1 -> 3.0.2
2020-05-31 10:29:34 -04:00
Alexey Shmalko
1607e821ff
Merge pull request #89037 from r-ryantm/auto-update/uclibc-ng
...
uclibc: 1.0.33 -> 1.0.34
2020-05-31 14:31:15 +03:00
Tim Steinbach
746fe02a5a
linux_latest-libre: 17445 -> 17506
2020-05-30 11:23:42 -04:00
Frederik Rietdijk
03de4c02fb
Merge staging-next into staging
2020-05-28 22:05:36 +02:00
R. RyanTM
d4226e3a4b
checksec: 2.1.0 -> 2.2.1
2020-05-28 13:58:27 -05:00
Jethro Kuan
2738ca86bd
rtl88xxau-aircrack: init ( #88870 )
2020-05-28 12:33:25 -04:00
Tim Steinbach
dc9b007637
linux/hardened/patches/5.6: 5.6.14.a -> 5.6.15.a
2020-05-28 09:35:07 -04:00
Tim Steinbach
a1ec9f649e
linux/hardened/patches/5.4: 5.4.42.a -> 5.4.43.a
2020-05-28 09:35:07 -04:00
Tim Steinbach
827df89616
linux/hardened/patches/4.19: 4.19.124.a -> 4.19.125.a
2020-05-28 09:35:06 -04:00
Tim Steinbach
964a5b99f7
linux/hardened/patches/4.14: 4.14.181.a -> 4.14.182.a
2020-05-28 09:35:06 -04:00
Tim Steinbach
3b94b3f0ac
linux: 5.6.14 -> 5.6.15
2020-05-28 09:35:06 -04:00
Tim Steinbach
5c4bd56c45
linux: 5.4.42 -> 5.4.43
2020-05-28 09:35:05 -04:00
Tim Steinbach
583e50cc79
linux: 4.9.224 -> 4.9.225
2020-05-28 09:35:05 -04:00
Tim Steinbach
c1299ef40c
linux: 4.4.224 -> 4.4.225
2020-05-28 09:35:04 -04:00
Tim Steinbach
d5c4986dfa
linux: 4.19.124 -> 4.19.125
2020-05-28 09:35:04 -04:00
Tim Steinbach
90d6c2b642
linux: 4.14.181 -> 4.14.182
2020-05-28 09:35:01 -04:00
Jan Tojnar
19952035d4
Merge pull request #88506 from r-ryantm/auto-update/fwupd
2020-05-27 21:43:35 +02:00
R. RyanTM
84c39bd824
fwts: 20.03.00 -> 20.05.00
2020-05-27 12:38:01 -07:00
R. RyanTM
6e7807b0a0
libratbag: 0.13 -> 0.14
2020-05-27 12:11:50 -07:00
Michael Weiss
4454219156
nvme-cli: 1.11.1 -> 1.11.2
2020-05-27 20:34:12 +02:00
R. RyanTM
9d9519b074
uclibc: 1.0.33 -> 1.0.34
2020-05-27 17:40:50 +00:00
Frederik Rietdijk
362d88c2b1
Merge staging-next into staging
2020-05-27 15:27:28 +02:00
Jan Tojnar
5518a646cd
Merge pull request #87526 from r-ryantm/auto-update/v4l-utils
2020-05-25 13:31:03 +02:00
Michele Guerini Rocco
489fa65007
Merge pull request #88863 from r-ryantm/auto-update/btfs
...
btfs: 2.20 -> 2.21
2020-05-25 21:20:22 +02:00
oxalica
fe3e52c291
earlyoom: patch absolute dbus path and make nixos module up to date ( #88443 )
...
* earlyoom: patch absolute path of dbus-send
* nixos/earlyoom: replace `notificationsCommand` with `enableNotification`
* nixos/earlyoom: setup `systembus-notify` when `enableNotification`
2020-05-25 10:13:55 -05:00
R. RyanTM
a7232067e7
btfs: 2.20 -> 2.21
2020-05-25 09:13:22 +00:00
markuskowa
8d9cbd0afa
Merge pull request #88182 from r-ryantm/auto-update/libfabric
...
libfabric: 1.10.0 -> 1.10.1
2020-05-24 13:36:47 +02:00
Philipp Bartsch
20ebb1330a
usbguard: 0.7.7 -> 0.7.8
2020-05-24 10:36:07 +02:00
Philipp Bartsch
2198d015e5
usbguard: 0.7.6 -> 0.7.7
2020-05-24 10:36:07 +02:00
Frederik Rietdijk
d578248611
Merge staging-next into staging
2020-05-24 10:10:06 +02:00
Tim Steinbach
cb2686adc3
linux-hardened: Remove 5.5
2020-05-23 10:36:10 -04:00
Andreas Rammhold
db90666f95
Merge pull request #88477 from mweinelt/intelMicrocode
...
microcodeIntel: 20200508 → 20200520
2020-05-23 13:48:25 +02:00
Mario Rodas
65f396b86e
Merge pull request #88655 from r-ryantm/auto-update/powerstat
...
powerstat: 0.02.22 -> 0.02.23
2020-05-23 06:44:35 -05:00
Frederik Rietdijk
8a77c900dd
Merge staging-next into staging
2020-05-23 10:25:19 +02:00
R. RyanTM
80887720ca
powerstat: 0.02.22 -> 0.02.23
2020-05-23 05:10:35 +00:00
Tim Steinbach
062cd3e87c
linux: Remove 5.5
...
The 5.5.x series is now EOL
2020-05-22 19:02:51 -04:00
Tim Steinbach
8b66da57ed
linux/hardened/patches/5.6: 5.6.13.a -> 5.6.14.a
2020-05-22 10:51:24 -04:00
Tim Steinbach
f759c5af51
linux/hardened/patches/5.4: 5.4.41.a -> 5.4.42.a
2020-05-22 10:51:22 -04:00
Tim Steinbach
b7de919a94
linux/hardened/patches/4.19: 4.19.123.a -> 4.19.124.a
2020-05-22 10:51:20 -04:00
Tim Steinbach
0c9c846768
linux/hardened/patches/4.14: 4.14.180.a -> 4.14.181.a
2020-05-22 10:51:14 -04:00
Florian Klink
cfb4d0dfe3
Merge pull request #84032 from teto/fix_kernel_merge
...
Fix kernel configuration merge
2020-05-22 13:32:22 +02:00
Orivej Desh
16d7f7edae
Merge branch 'master' into staging
2020-05-22 09:13:23 +00:00
Florian Klink
927b7795cb
Merge pull request #88492 from flokli/current-system-systemctl
...
tree-wide: use systemctl of running system
2020-05-21 20:22:26 +02:00
adisbladis
1b3825ebcb
zfs: 0.8.3 -> 0.8.4
2020-05-21 16:32:19 +01:00
R. RyanTM
9dcffdecb6
fwupd: 1.4.1 -> 1.4.2
2020-05-21 11:13:59 +00:00
Florian Klink
5cca485396
displaylink: run systemctl of the currently running systemd
2020-05-21 10:35:07 +02:00
Martin Weinelt
f49defc85f
microcodeIntel: 20200508 → 20200520
2020-05-21 04:59:10 +02:00
Michael Weiss
0a5a900ff1
fscrypt-experimental: 0.2.7 -> 0.2.8
2020-05-20 18:17:12 +02:00
Tim Steinbach
c768dcfcfc
linux: 5.6.13 -> 5.6.14
2020-05-20 08:27:14 -04:00
Tim Steinbach
2364627a39
linux: 5.4.41 -> 5.4.42
2020-05-20 08:27:07 -04:00
Tim Steinbach
d2f98da120
linux: 4.9.223 -> 4.9.224
2020-05-20 08:27:00 -04:00
Tim Steinbach
ed3766309f
linux: 4.4.223 -> 4.4.224
2020-05-20 08:26:51 -04:00
Tim Steinbach
439a9043a1
linux: 4.19.123 -> 4.19.124
2020-05-20 08:26:43 -04:00
Tim Steinbach
b3e7b6d556
linux: 4.14.180 -> 4.14.181
2020-05-20 08:26:30 -04:00
Tim Steinbach
8b5a3127b3
linux: 5.7-rc4 -> 5.7-rc6
2020-05-19 10:11:10 -04:00
R. RyanTM
d6cf255e65
libfabric: 1.10.0 -> 1.10.1
2020-05-19 10:17:10 +00:00
Peter Hoeg
6d14bfa4ac
Merge pull request #88044 from peterhoeg/u/ena_2_2_7
...
kernelPackages.ena: 2.1.2 -> 2.2.7
2020-05-19 12:28:27 +08:00
Jan Tojnar
0f5ce2fac0
Merge pull request #88099 from zowoq/fwupdate
2020-05-19 01:31:20 +02:00
zowoq
a5cbd4fa35
fwupdate: remove
...
https://github.com/rhboot/fwupdate
This project is no longer supported.
All code has been merged directly into the fwupd project.
Please switch to that.
2020-05-19 08:57:27 +10:00
Jan Tojnar
f8a9c6efac
Merge branch 'staging-next' into staging
2020-05-18 21:09:48 +02:00
Peter Hoeg
ac3e909685
kernelPackages.ena: 2.1.2 -> 2.2.7
2020-05-18 10:29:57 +08:00
Puck Meerburg
2b5d59cbdc
linux: Enable fbcon deferred takeover when possible
...
This config value ensures that when booting through e.g. UEFI, the
existing framebuffer contents stay put until the first character is
printed. As the default NixOS stage-1 immediately outputs a welcome
message on init, this does not impact it, but it will allow for a cleaner boot when
configured as such.
2020-05-17 17:43:34 +00:00
Jan Tojnar
219382bf28
wpa_supplicant_gui: fix build with Inkscape 1.0
2020-05-17 08:40:30 +02:00
Tim Steinbach
2c74af6d97
linux/hardened/patches/5.6: 5.6.12.a -> 5.6.13.a
2020-05-15 20:23:17 -04:00
Tim Steinbach
6fd700adf1
linux/hardened/patches/5.4: 5.4.40.a -> 5.4.41.a
2020-05-15 20:23:15 -04:00
Tim Steinbach
d18d18a45d
linux/hardened/patches/4.19: 4.19.122.a -> 4.19.123.a
2020-05-15 20:23:09 -04:00
John Ericson
ee8cfe4bf3
treewide: pkg-config has targetPrefix
2020-05-16 00:21:21 +00:00
Lila
7517299146
treewide: fix broken AlpineLinux repo links ( #87892 )
2020-05-15 16:58:27 +01:00
Tim Steinbach
7ef8639163
linux: 5.6.12 -> 5.6.13
2020-05-14 09:19:09 -04:00
Tim Steinbach
e3ba43b826
linux: 5.4.40 -> 5.4.41
2020-05-14 09:19:02 -04:00
Tim Steinbach
e9dbf2e508
linux: 4.19.122 -> 4.19.123
2020-05-14 09:18:52 -04:00
Mario Rodas
9917caa5e8
Merge pull request #87542 from cmacrae/upgrade/yabai/3.0.1
...
yabai: 3.0.0 -> 3.0.1
2020-05-14 08:14:56 -05:00
Frederik Rietdijk
404fe35d65
Merge staging-next into staging
2020-05-14 09:37:03 +02:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
R. RyanTM
ee2922a4b4
sysstat: 12.3.1 -> 12.3.2
2020-05-13 15:39:50 -07:00
Matthew Bauer
233e60ca24
Merge pull request #87691 from matthewbauer/linux-rpi3-arm32
...
linux-rpi: use bcm2709 on arm32 rpi3
2020-05-13 10:35:21 -05:00
John Ericson
a0c003e5d8
Merge pull request #86166 from Ericson2314/suffix-salt
...
*-wrapper; Switch from `infixSalt` to `suffixSalt`
2020-05-12 18:37:16 -04:00
Gaelan Steele
b6beb43dd7
kexectools: always pass host and target to configure
...
Fixes #56290 .
2020-05-12 12:16:08 -07:00
Matthew Bauer
c78ad0f7f8
linux-rpi: use bcm2709 on arm32 rpi3
...
“bcmrpi3_defconfig” isn’t provided for arm32, so we need to use
bcm2709_config. When on arm64, we can still use bcmrpi3_defconfig
2020-05-12 13:07:00 -05:00
Tim Steinbach
0c9b897241
linux-hardened: Fix kernel version detection
2020-05-12 08:37:08 -04:00
Tim Steinbach
511b503b0d
linux/hardened/patches/5.6: 5.6.11.a -> 5.6.12.a
2020-05-12 08:35:52 -04:00
Tim Steinbach
2646e949b0
linux/hardened/patches/5.4: 5.4.39.a -> 5.4.40.a
2020-05-12 08:35:50 -04:00
Tim Steinbach
fc545e4d23
linux/hardened/patches/4.19: 4.19.121.a -> 4.19.122.a
2020-05-12 08:35:48 -04:00
Tim Steinbach
677ddfef7c
linux/hardened/patches/4.14: 4.14.179.a -> 4.14.180.a
2020-05-12 08:35:46 -04:00
Florian Klink
d6f90e4f9e
Merge pull request #73530 from eadwu/nvidia/systemd-pm
...
nixos/nvidia: include systemd power management
2020-05-12 13:54:45 +02:00
John Ericson
1ac5398589
*-wrapper; Switch from infixSalt
to suffixSalt
...
I hate the thing too even though I made it, and rather just get rid of
it. But we can't do that yet. In the meantime, this brings us more
inline with autoconf and will make it slightly easier for me to write a
pkg-config wrapper, which we need.
2020-05-12 00:44:44 -04:00
Alexey Shmalko
54ded21f74
Merge pull request #87541 from r-ryantm/auto-update/uclibc-ng
...
uclibc: 1.0.32 -> 1.0.33
2020-05-11 15:56:48 +03:00
Tim Steinbach
0010ae4960
linux: 5.6.11 -> 5.6.12
2020-05-11 08:43:23 -04:00
Tim Steinbach
98c79eb588
linux: 5.4.39 -> 5.4.40
2020-05-11 08:43:15 -04:00
Tim Steinbach
39426327ce
linux: 4.9.222 -> 4.9.223
2020-05-11 08:43:06 -04:00
Tim Steinbach
ddd1363bff
linux: 4.4.222 -> 4.4.223
2020-05-11 08:42:56 -04:00
Tim Steinbach
36a1ca4daa
linux: 4.19.121 -> 4.19.122
2020-05-11 08:42:49 -04:00
Tim Steinbach
6d183ed8d8
linux: 4.14.179 -> 4.14.180
2020-05-11 08:42:38 -04:00
Jörg Thalheim
885f65fbff
Merge pull request #86074 from emilazy/refactor-linux-hardened-update-script
2020-05-11 10:40:42 +01:00
Emily
4688ec0eb2
linux: explicitly enable AIO
...
This is disabled by default in the linux-hardened patchset, but is
required by e.g. LVM.
Fixes #87260 .
2020-05-10 23:23:38 +01:00
cmacrae
89be001b27
yabai: 3.0.0 -> 3.0.1
2020-05-10 21:54:13 +01:00
R. RyanTM
596c8150e9
uclibc: 1.0.32 -> 1.0.33
2020-05-10 20:37:42 +00:00
R. RyanTM
ec7e931c90
libv4l: 1.18.0 -> 1.18.1
2020-05-10 18:47:02 +00:00
Edmund Wu
9a269f555a
nixos/nvidia: include systemd power management
2020-05-10 11:25:50 -04:00
Maximilian Bosch
f887d09c89
linuxPackages.wireguard: 1.0.20200429 -> 1.0.20200506
...
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005408.html
2020-05-10 01:35:30 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
R. RyanTM
646fc239d3
libbpf: 0.0.7 -> 0.0.8
2020-05-09 08:57:25 +02:00
R. RyanTM
5e5b684435
mcelog: 168 -> 169
2020-05-09 08:54:35 +02:00
Martin Weinelt
d2ad98b1c9
microcodeIntel: 20191115 → 20200508
2020-05-09 00:06:44 +02:00
Emily
5a5a2d0342
linux/hardened/update.py: pass encoding to subprocess
2020-05-08 15:49:36 +01:00
Emily
b2ad58536c
linux/hardened/update.py: commit updates in order
2020-05-08 15:49:36 +01:00
Emily
88486c4e76
linux/hardened/update.py: get versions with nix(1)
2020-05-08 15:49:36 +01:00
Emily
e77d174fcd
linux/hardened/update.py: add type annotations
2020-05-08 15:49:35 +01:00
Emily
d6fe0a4e2d
linux/hardened: move files into directory
2020-05-08 15:49:35 +01:00
Emily
abe4bef033
linux/update-hardened.py: use pathlib
2020-05-08 15:49:35 +01:00
Emily
83c4ac2eb3
linux/update-hardened.py: reformat
...
$ isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses …
$ black --line-length=80 …
(per the black documentation)
2020-05-08 15:49:35 +01:00