diff options
author | tcely <tcely@users.noreply.github.com> | 2018-04-12 13:21:20 -0400 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-13 05:55:49 +0000 |
commit | ba23ae80f663874ded2f9cc7f18fa2179021f394 (patch) | |
tree | 64eabc6ed4e05628a081123ec91716446bfca301 /community/xkcdpass/python-to-python3.patch | |
parent | 228a7af4a5f9814dad4ac638df9a1842ab091535 (diff) | |
download | aports-ba23ae80f663874ded2f9cc7f18fa2179021f394.tar.bz2 aports-ba23ae80f663874ded2f9cc7f18fa2179021f394.tar.xz |
community/xkcdpass: upgrade to 1.16.5
Diffstat (limited to 'community/xkcdpass/python-to-python3.patch')
-rw-r--r-- | community/xkcdpass/python-to-python3.patch | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/community/xkcdpass/python-to-python3.patch b/community/xkcdpass/python-to-python3.patch index 6f7ca186e7..a80109612f 100644 --- a/community/xkcdpass/python-to-python3.patch +++ b/community/xkcdpass/python-to-python3.patch @@ -8,30 +8,8 @@ index 069fb6e..057ea30 100755 import fileinput import random import sys -diff --git a/tests/test_xkcdpass.py b/tests/test_xkcdpass.py -index 88579fd..6821d1f 100755 ---- a/tests/test_xkcdpass.py -+++ b/tests/test_xkcdpass.py -@@ -50,7 +50,7 @@ class XkcdPasswordTests(unittest.TestCase): - def test_separator(self): - count = 3 - result = subprocess.check_output( -- ["python", "xkcdpass/xkcd_password.py", -+ ["python3", "xkcdpass/xkcd_password.py", - "--count", str(count), - "--delimiter", "|", - "--separator", " "]) -@@ -60,7 +60,7 @@ class XkcdPasswordTests(unittest.TestCase): - "Pipe output to other program. e.g. `xkcdpass -c 1 -s "" | xsel -b`" - count = 1 - result = subprocess.check_output( -- ["python", "xkcdpass/xkcd_password.py", -+ ["python3", "xkcdpass/xkcd_password.py", - "--count", str(count), - "--separator", ""]) - self.assertEqual(result.find(b"\n"), -1) diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py -index 78b0b69..07cc7b6 100755 +index fe4d8a8..31274ef 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -1,4 +1,4 @@ |