From 42dee38ad2ac5c3f23bdf297d824022923270dd9 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Mon, 8 Feb 2021 17:25:45 +0100 Subject: [PATCH] amend for `Mapping` --- fail2ban/server/actions.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fail2ban/server/actions.py b/fail2ban/server/actions.py index b7b95b445a..897d907c1a 100644 --- a/fail2ban/server/actions.py +++ b/fail2ban/server/actions.py @@ -28,7 +28,10 @@ import os import sys import time -from collections import Mapping +try: + from collections.abc import Mapping +except ImportError: + from collections import Mapping try: from collections import OrderedDict except ImportError: tion value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
AgeCommit message (Expand)Author
2022-01-14gnu: aspell-dictionary: Try to find new releases....* gnu/packages/aspell.scm (aspell-dictionary)[properties]: New field. Efraim Flashner
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-06-05gnu: ispell: Update to 3.4.04....* gnu/packages/aspell.scm (ispell): Update to 3.4.04. Tobias Geerinckx-Rice
2021-06-02gnu: ispell: Update to 3.4.03....* gnu/packages/aspell.scm (ispell): Update to 3.4.03. Tobias Geerinckx-Rice
2021-05-18gnu: hunspell-dict-en & variants: Make reproducible....* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Add a new 'make-reproducible phase. Fixes <http://issues.guix.gnu.org/48499>. Tobias Geerinckx-Rice
2021-05-06gnu: aspell-dict-en: Update to 2020.12.07-0....* gnu/packages/aspell.scm (aspell-dict-en): Update to 2020.12.07-0. Tobias Geerinckx-Rice
2021-04-30gnu: Add aspell-dict-ro....* gnu/packages/aspell.scm (aspell-dict-ro): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Sergiu Ivanov
2021-01-12gnu: ispell: Update to 3.4.02....* gnu/packages/aspell.scm (ispell): Update to 3.4.02. Tobias Geerinckx-Rice