14
0

- Add stdout-encoding-set.patch to use sys.stdout.reconfigure() if

the stream is an instance of TextIOWrapper to support a pytest change.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=20
This commit is contained in:
2020-03-24 02:46:35 +00:00
committed by Git OBS Bridge
parent 85757991a1
commit 7b6436d15d
2 changed files with 18 additions and 10 deletions

View File

@@ -1,7 +1,8 @@
-------------------------------------------------------------------
Mon Mar 23 06:35:19 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
Tue Mar 24 02:45:39 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Add stdout-encoding-set.patch to use sys.stdout.reconfigure() for Python 3.
- Add stdout-encoding-set.patch to use sys.stdout.reconfigure() if
the stream is an instance of TextIOWrapper to support a pytest change.
-------------------------------------------------------------------
Mon Mar 9 16:22:39 UTC 2020 - Dirk Mueller <dmueller@suse.com>