14
0

- 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:
2023-01-05 20:36:56 +00:00
committed by Git OBS Bridge
parent b74fe7d5e5
commit d1092a530d
4 changed files with 18 additions and 5 deletions

View File

@@ -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>