- 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:
parent
b74fe7d5e5
commit
d1092a530d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ae24a680cc7c44e7687e3723e6e64597a28223ad664989999efe10dd38c2431
|
|
||||||
size 4815
|
|
BIN
process-tests-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
process-tests-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Mon Oct 14 14:14:12 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-process-tests
|
# spec file for package python-process-tests
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-process-tests
|
Name: python-process-tests
|
||||||
Version: 2.0.2
|
Version: 2.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for testing processes
|
Summary: Tools for testing processes
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user