- 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,7 +1,7 @@
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-process-tests
|
||||
Version: 2.0.2
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: Tools for testing processes
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user