forked from pool/python-process-tests
- update to 2.1.2:
* Fixed another regression caused by the ``universal_newlines`` for
Windows.
* Fixed regression caused by the ``universal_newlines`` (now the internals
don't decode strings).
* Applied the cookiecutter-pylibrary templates.
* ``TestProcess`` will use ``universal_newlines`` by default for the
contained ``subprocess.Popen`` to make sure line buffering is actually
used. This also fixes warnings on Python 3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-process-tests?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 20:35:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.2:
|
||||
* Fixed another regression caused by the ``universal_newlines`` for
|
||||
Windows.
|
||||
* Fixed regression caused by the ``universal_newlines`` (now the internals
|
||||
don't decode strings).
|
||||
* Applied the cookiecutter-pylibrary templates.
|
||||
* ``TestProcess`` will use ``universal_newlines`` by default for the
|
||||
contained ``subprocess.Popen`` to make sure line buffering is actually
|
||||
used. This also fixes warnings on Python 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:14:12 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user