diff options
author | Simon McVittie <smcv@debian.org> | 2018-02-28 10:18:30 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2018-02-28 10:40:41 +0000 |
commit | 54f6ca83c57d53e537bc82738eafff0cbe074097 (patch) | |
tree | c601b5deb1bdca45d45c56911438cf8796370631 /CHANGELOG | |
parent | 8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975 (diff) | |
download | ikiwiki-54f6ca83c57d53e537bc82738eafff0cbe074097.tar ikiwiki-54f6ca83c57d53e537bc82738eafff0cbe074097.tar.gz |
rst: Use Python 3 instead of Python 2
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ ikiwiki (3.20180106) UNRELEASED; urgency=medium Discount >= 2.2.0 (Closes: #888055) * img: Fix auto-detection of image format (if enabled, which is strongly discouraged) with ImageMagick >= 6.9.8-3 + * rst: Use Python 3 instead of Python 2 * build: `set -e` before each `for` loop, so that errors are reliably trapped * build: Use if/then instead of `||` so that the `-e` flag works |