summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:57:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:57:45 +0000
commit458117505495130dc144365756f638824a59b278 (patch)
treebe28682f0d5c7f4d4038cd5ac44fee6333392bb3
parentMerging upstream version 2.2.2 (Closes: #1014036). (diff)
downloadcolorclass-458117505495130dc144365756f638824a59b278.tar.xz
colorclass-458117505495130dc144365756f638824a59b278.zip
Removing python-3.10.patch, included upstream.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/python-3.10.patch19
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/python-3.10.patch b/debian/patches/python-3.10.patch
deleted file mode 100644
index 99ccc33..0000000
--- a/debian/patches/python-3.10.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: compatibility with python 3.10
-Author: Steve Langasek <steve.langasek@ubuntu.com>
-Bug-Debian: https://bugs.debian.org/1001289
-Last-Update: 2021-12-10
-Forwarded: no
-
-Index: colorclass-2.2.0/colorclass/codes.py
-===================================================================
---- colorclass-2.2.0.orig/colorclass/codes.py
-+++ colorclass-2.2.0/colorclass/codes.py
-@@ -1,7 +1,7 @@
- """Handles mapping between color names and ANSI codes and determining auto color codes."""
-
- import sys
--from collections import Mapping
-+from collections.abc import Mapping
-
- BASE_CODES = {
- '/all': 0, 'b': 1, 'f': 2, 'i': 3, 'u': 4, 'flash': 5, 'outline': 6, 'negative': 7, 'invis': 8, 'strike': 9,
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0aa1121..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-python-3.10.patch