diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-12 18:36:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-07-12 18:36:37 +0000 |
| commit | 3649b8ddca0f220e962705683badc691592a8289 (patch) | |
| tree | aa4a41f44db22339ef48df520546fdba60d80e31 /dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test-2.patch | |
| parent | bb7cdddd16ce099bb1e2af1aacf65aafbded30e3 (diff) | |
| download | baldeagleos-repo-3649b8ddca0f220e962705683badc691592a8289.tar.gz baldeagleos-repo-3649b8ddca0f220e962705683badc691592a8289.tar.xz baldeagleos-repo-3649b8ddca0f220e962705683badc691592a8289.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test-2.patch')
| -rw-r--r-- | dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test-2.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test-2.patch b/dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test-2.patch deleted file mode 100644 index 4dd362ebb610..000000000000 --- a/dev-python/python-magic/files/python-magic-0.4.15-fix-gzip-test-2.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 18c909c4c98463d8292a7d1733aec007f178f1e5 Mon Sep 17 00:00:00 2001 -From: Adam Hupp <adam@hupp.org> -Date: Sat, 11 Jan 2020 21:57:24 -0800 -Subject: [PATCH] Hopefully fix #105 - ---- - test/test.py | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/test/test.py b/test/test.py -index 62e8a03..c15227d 100755 ---- a/test/test.py -+++ b/test/test.py -@@ -78,7 +78,11 @@ def test_descriptions(self): - 'gzip compressed data, was "test", last modified' - ': Sun Jun 29 01:32:52 2008, from Unix', - 'gzip compressed data, was "test", last modified' -- ': Sun Jun 29 01:32:52 2008, from Unix, original size 15'), -+ ': Sun Jun 29 01:32:52 2008, from Unix, original size 15', -+ 'gzip compressed data, was "test", ' -+ 'last modified: Sun Jun 29 01:32:52 2008, ' -+ 'from Unix, original size modulo 2^32 15' -+ ), - 'text.txt': 'ASCII text', - }, buf_equals_file=False) - finally: |
