Apply upstream fix for EINTR handling in test_vterm test case

Apply upstream fix for test_remove_watch_file flakiness
Apply upstream fix for test_vterm handling of NUL characters
This commit is contained in:
David Cantrell 2017-11-15 14:14:35 -05:00
parent c6079d6cd0
commit 985a624954
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,9 @@
commit c29b072e1f6df12e237a1294e249943222879536
Merge: 1a6772e d32f864
Author: Ian Ward <ian@excess.org>
Date: Tue Aug 22 14:32:39 2017 -0400
Merge pull request #243 from Sjc1000/master
Fixed Terminal widget crashes with Python3

View File

@ -10,8 +10,11 @@ Source0: https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.
# https://github.com/urwid/urwid/pull/237/commits/f68f2cf089cfd5ec45863baf59a91d5aeb0cf5c3
Patch0: python-urwid-test_vterm-EINTR.patch
# https://github.com/urwid/urwid/commit/701138a380fac06023e5915448af92ba13614cb9
Patch1: python-urwid-test_vterm-NUL.patch
# https://github.com/urwid/urwid/commit/4b0ed8b6030450e6d99909a7c683e9642e546387
Patch1: python-urwid-test_event_loops.patch
Patch2: python-urwid-test_event_loops.patch
%global _description\
Urwid is a Python library for making text console applications. It has\
@ -50,6 +53,7 @@ BuildRequires: /usr/bin/2to3
%setup -q -n urwid-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
find urwid -type f -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \;
find urwid -type f -name "*.py" -exec chmod 644 {} \;
@ -95,6 +99,7 @@ popd
* Wed Nov 15 2017 David Cantrell <dcantrell@redhat.com> - 1.3.1-2
- Apply upstream fix for EINTR handling in test_vterm test case
- Apply upstream fix for test_remove_watch_file flakiness
- Apply upstream fix for test_vterm handling of NUL characters
* Sat Aug 19 2017 Petr Viktorin <pviktori@redhat.com> - 1.3.1-1
- Update to upstream bugfix release 1.3.1