summaryrefslogtreecommitdiffstats
path: root/python-pexpect.spec
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenkobrain@fedoraproject.org>2015-10-13 17:24:09 +0200
committerIgor Gnatenko <ignatenkobrain@fedoraproject.org>2015-10-13 17:24:09 +0200
commitf5c1ad4f498a1c66c2cc21dc0243cfd438ba7c68 (patch)
tree2bd2e55d1df8ebecf5f1961883592fc7b2ac5a97 /python-pexpect.spec
parente4689f3eb1462d537486131ed9fbecd200f61063 (diff)
downloadpython-pexpect-f5c1ad4f498a1c66c2cc21dc0243cfd438ba7c68.tar.gz
python-pexpect-f5c1ad4f498a1c66c2cc21dc0243cfd438ba7c68.tar.xz
python-pexpect-f5c1ad4f498a1c66c2cc21dc0243cfd438ba7c68.zip
Fix asyncio issue (3.4.3+)
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Diffstat (limited to 'python-pexpect.spec')
-rw-r--r--python-pexpect.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/python-pexpect.spec b/python-pexpect.spec
index 76f1a96..68d7210 100644
--- a/python-pexpect.spec
+++ b/python-pexpect.spec
@@ -3,12 +3,12 @@
Summary: Unicode-aware Pure Python Expect-like module
Name: python-%{modname}
Version: 4.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MIT
URL: https://github.com/%{modname}/%{modname}
Source0: https://github.com/%{modname}/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz
-Patch0: pexpect-4.0.1-disable-some-tests.patch
+Patch0: 0001-Stop-asyncio-listening-to-pty-once-we-ve-found-what-.patch
Patch1: 0001-disable-max-canon-tests-retain-file-contents.patch
Patch2: 0002-2-new-tools-display-fpathconf.maxcanon-.py.patch
@@ -135,6 +135,9 @@ popd
%{python3_sitelib}/%{modname}*
%changelog
+* Tue Oct 13 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.1-3
+- Fix asyncio issue (3.4.3+)
+
* Thu Oct 08 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.1-2
- Fix RPM macroses