From 721eee61ada134e387f936aef2baed12b20a53d6908fc62270f95936afc577de Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 30 Oct 2020 16:02:54 +0000 Subject: [PATCH] Accepting request 845066 from home:mcepl:branches:devel:tools:scm - Add Fix-issue-with-unbuffered-text-I-O-under-python3.patch, which fixes the issue with unbuffered text I/O under python3, (gh#aspiers/git-deps#93). OBS-URL: https://build.opensuse.org/request/show/845066 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-deps?expand=0&rev=5 --- git-deps.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git-deps.changes b/git-deps.changes index 422e743..c13b58c 100644 --- a/git-deps.changes +++ b/git-deps.changes @@ -4,8 +4,9 @@ Thu Oct 29 15:48:48 UTC 2020 - Bruce Rogers - Fix setup.py to correctly identify the project packages git_deps and git_deps/listener. These were not being packaged and as a result the git-deps command was simply failing -- Fix issue with unbuffered text I/O under python3, as identified in -https://github.com/aspiers/git-deps/pull/93/commits/6beebe034b5c6fd19d73edd774dbf424ea183fee +- Add Fix-issue-with-unbuffered-text-I-O-under-python3.patch, + which fixes the issue with unbuffered text I/O under python3, + (gh#aspiers/git-deps#93). ------------------------------------------------------------------- Mon Jun 1 17:25:50 UTC 2020 - Matej Cepl