]> git.pld-linux.org Git - packages/python-pexpect.git/commitdiff
- updated to 4.7.0 auto/th/python-pexpect-4.7.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Sep 2019 10:27:59 +0000 (12:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Sep 2019 10:27:59 +0000 (12:27 +0200)
- removed obsolete tests patch

python-pexpect-tests.patch [deleted file]
python-pexpect.spec

diff --git a/python-pexpect-tests.patch b/python-pexpect-tests.patch
deleted file mode 100644 (file)
index 2d7c772..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Don't include openssl EPIPE complaints in input.
-
---- pexpect-4.6.0/tests/test_expect.py.orig    2018-04-11 21:03:57.000000000 +0200
-+++ pexpect-4.6.0/tests/test_expect.py 2018-08-01 16:18:13.739732629 +0200
-@@ -411,7 +411,7 @@
-     def test_before_across_chunks(self):
-         # https://github.com/pexpect/pexpect/issues/478
-         child = pexpect.spawn(
--            '''/bin/bash -c "openssl rand -base64 {} | head -500 | nl --number-format=rz --number-width=5 2>&1 ; echo 'PATTERN!!!'"'''.format(1024 * 1024 * 2),
-+            '''/bin/bash -c "openssl rand -base64 {} 2>/dev/null| head -500 | nl --number-format=rz --number-width=5 ; echo 'PATTERN!!!'"'''.format(1024 * 1024 * 2),
-             searchwindowsize=128
-         )
-         child.expect(['PATTERN'])
index 6f394b13c74ed26e6b1d8f235e3cc1031a0c4870..a8ee024eb61eba9b3c511cffd8e9035b94ba7815 100644 (file)
@@ -9,14 +9,13 @@
 Summary:       Pure Python Expect-like module
 Summary(pl.UTF-8):     Moduł podobny do narzędzia Expect napisany w czystym Pythonie
 Name:          python-%{module}
-Version:       4.6.0
-Release:       2
+Version:       4.7.0
+Release:       1
 License:       ISC
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/pexpect/
 Source0:       https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
-# Source0-md5: d4f3372965a996238d57d19b95d2e03a
-Patch0:                %{name}-tests.patch
+# Source0-md5: ed003242cbf308aee1b1eaecdef59e43
 URL:           http://pexpect.readthedocs.io/
 %if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
@@ -94,7 +93,6 @@ Dokumentacja do modułu Pythona pexpect.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.123951 seconds and 4 git commands to generate.