From 8ddb9b24be02f333158b8326e9ca1e8207917102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jul 2020 18:44:36 +0200 Subject: dev-python/python-magic: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../files/python-magic-0.4.15-fix-gzip-test.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test.patch (limited to 'dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test.patch') diff --git a/dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test.patch b/dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test.patch deleted file mode 100644 index d48637139e2f..000000000000 --- a/dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit e83487a20bacd4f9b33d0478861671bf79468f59 -Author: Louis Sautier -Date: Mon Aug 13 12:15:13 2018 +0200 - - Allow x-gzip as MIME type for gzip files, fixes #96 - -diff --git a/test/test.py b/test/test.py -index e29335f..e3ee703 100755 ---- a/test/test.py -+++ b/test/test.py -@@ -54,7 +54,7 @@ class MagicTest(unittest.TestCase): - self.assert_values(m, { - 'magic._pyc_': 'application/octet-stream', - 'test.pdf': 'application/pdf', -- 'test.gz': 'application/gzip', -+ 'test.gz': ('application/gzip', 'application/x-gzip'), - 'text.txt': 'text/plain', - b'\xce\xbb'.decode('utf-8'): 'text/plain', - b'\xce\xbb': 'text/plain', -- cgit v1.2.3