SHA256
1
0
forked from pool/git-deps

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
This commit is contained in:
Matej Cepl 2020-10-30 16:02:54 +00:00 committed by Git OBS Bridge
parent db56bdb965
commit 721eee61ad

View File

@ -4,8 +4,9 @@ Thu Oct 29 15:48:48 UTC 2020 - Bruce Rogers <brogers@suse.com>
- 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 <mcepl@suse.com>