Removing python-3.10.patch, included upstream.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fa35c0448d
commit
7828751a2c
2 changed files with 0 additions and 20 deletions
19
debian/patches/python-3.10.patch
vendored
19
debian/patches/python-3.10.patch
vendored
|
@ -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,
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +0,0 @@
|
|||
python-3.10.patch
|
Loading…
Add table
Reference in a new issue